[Python-modules-commits] r6129 - in packages/python-spread/trunk/debian (3 files)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Thu Aug 7 20:40:11 UTC 2008


    Date: Thursday, August 7, 2008 @ 20:40:09
  Author: nslater-guest
Revision: 6129

improved description and uscan options

Modified:
  packages/python-spread/trunk/debian/changelog
  packages/python-spread/trunk/debian/control
  packages/python-spread/trunk/debian/rules

Modified: packages/python-spread/trunk/debian/changelog
===================================================================
--- packages/python-spread/trunk/debian/changelog	2008-08-07 20:37:41 UTC (rev 6128)
+++ packages/python-spread/trunk/debian/changelog	2008-08-07 20:40:09 UTC (rev 6129)
@@ -1,13 +1,14 @@
 python-spread (1.5-2) UNRELEASED; urgency=low
 
   * Added debian/README.source for upstream source information.
-  * Updated Uploaders in debian/control.
-  * Updated Vcs-Browser debian/control.
-  * Updated formating in debial/rules.
+  * Updated debian/control Uploaders.
+  * Updated debian/control Vcs-Browser.
+  * Updated debian/control with improved short and long description.
   * Updated debian/copyright per latest proposed format.
+  * Updated debian/rules with standard uscan options for get-orig-source.
   * Updated Standards-Version to 3.8.0.
 
- -- Noah Slater <nslater at bytesexual.org>  Fri, 11 Jul 2008 14:54:02 +0100
+ -- Noah Slater <nslater at bytesexual.org>  Thu, 07 Aug 2008 21:38:53 +0100
 
 python-spread (1.5-1) unstable; urgency=low
 

Modified: packages/python-spread/trunk/debian/control
===================================================================
--- packages/python-spread/trunk/debian/control	2008-08-07 20:37:41 UTC (rev 6128)
+++ packages/python-spread/trunk/debian/control	2008-08-07 20:40:09 UTC (rev 6129)
@@ -17,6 +17,11 @@
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Suggests: spread
-Description: simple Python wrapper module for the Spread toolkit
- This is a Python extension module wrapping the C API for Spread, an open
- source group communications package.
+Description: simple wrapper for the Spread Toolkit
+ This is an extension module wrapping the C API for the Spread Toolkit, a high
+ performance group communications package that is resilient to faults across
+ local and wide area networks.
+ .
+ Spread functions as a unified message bus for distributed applications, and
+ provides highly tuned application-level multicast, group communication, and
+ point to point support.

Modified: packages/python-spread/trunk/debian/rules
===================================================================
--- packages/python-spread/trunk/debian/rules	2008-08-07 20:37:41 UTC (rev 6128)
+++ packages/python-spread/trunk/debian/rules	2008-08-07 20:40:09 UTC (rev 6129)
@@ -18,7 +18,8 @@
 common-binary-post-install-indep::
 	rm debian/python-spread/usr/share/doc/python-spread/README
 
+# @@ only works from source directory, see #494141
 get-orig-source:
-	uscan --force-download
+	uscan --force-download --repack --rename --destdir .
 
 .PHONY: get-orig-source




More information about the Python-modules-commits mailing list