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

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


    Date: Thursday, August 7, 2008 @ 20:42:12
  Author: nslater-guest
Revision: 6131

improved description and uscan options

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

Modified: packages/python-wsgiref/trunk/debian/changelog
===================================================================
--- packages/python-wsgiref/trunk/debian/changelog	2008-08-07 20:41:19 UTC (rev 6130)
+++ packages/python-wsgiref/trunk/debian/changelog	2008-08-07 20:42:12 UTC (rev 6131)
@@ -1,10 +1,12 @@
 python-wsgiref (0.1.2-5) UNRELEASED; urgency=low
 
   * Added debian/README.source for upstream source information.
+  * Updated debian/control with improved short 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 15:29:29 +0100
+ -- Noah Slater <nslater at bytesexual.org>  Thu, 07 Aug 2008 21:41:39 +0100
 
 python-wsgiref (0.1.2-4) unstable; urgency=medium
 

Modified: packages/python-wsgiref/trunk/debian/control
===================================================================
--- packages/python-wsgiref/trunk/debian/control	2008-08-07 20:41:19 UTC (rev 6130)
+++ packages/python-wsgiref/trunk/debian/control	2008-08-07 20:42:12 UTC (rev 6131)
@@ -13,7 +13,7 @@
 Package: python-wsgiref
 Architecture: all
 Depends: python (<<2.5) | python2.4, python-support (>=0.6.4), ${misc:Depends}
-Description: a standalone release of the wsgiref library
+Description: standalone release of the wsgiref library
  This is a standalone release for Python 2.3 and 2.4, the wsgiref library is
  included in the Python 2.5 standard library.
  .

Modified: packages/python-wsgiref/trunk/debian/rules
===================================================================
--- packages/python-wsgiref/trunk/debian/rules	2008-08-07 20:41:19 UTC (rev 6130)
+++ packages/python-wsgiref/trunk/debian/rules	2008-08-07 20:42:12 UTC (rev 6131)
@@ -21,7 +21,8 @@
 common-install-indep::
 	cp debian/binary.lintian-overrides debian/python-wsgiref/usr/share/lintian/overrides/python-wsgiref
 
+# @@ 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