[Python-modules-commits] r7354 - in packages/python-werkzeug/trunk/debian (changelog rules)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Sun Jan 18 20:02:49 UTC 2009


    Date: Sunday, January 18, 2009 @ 20:02:49
  Author: nslater-guest
Revision: 7354

misc fixes

Modified:
  packages/python-werkzeug/trunk/debian/changelog
  packages/python-werkzeug/trunk/debian/rules

Modified: packages/python-werkzeug/trunk/debian/changelog
===================================================================
--- packages/python-werkzeug/trunk/debian/changelog	2009-01-18 19:27:44 UTC (rev 7353)
+++ packages/python-werkzeug/trunk/debian/changelog	2009-01-18 20:02:49 UTC (rev 7354)
@@ -5,9 +5,9 @@
   * Updated debian/control, updated Vcs-Browser.
   * Updated debian/control, updated Description.
   * Updated debian/copyright, updated for latest format proposal.
-  * Updated debian/rules, added standard uscan options for get-orig-source.
+  * Updated debian/rules, improved uscan options for get-orig-source.
 
- -- Noah Slater <nslater at tumbolia.org>  Thu, 15 Jan 2009 17:35:16 +0000
+ -- Noah Slater <nslater at tumbolia.org>  Sun, 18 Jan 2009 20:01:23 +0000
 
 python-werkzeug (0.3.1-1) unstable; urgency=high
 

Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules	2009-01-18 19:27:44 UTC (rev 7353)
+++ packages/python-werkzeug/trunk/debian/rules	2009-01-18 20:02:49 UTC (rev 7354)
@@ -21,7 +21,7 @@
 	mkdir -p debian/python-werkzeug/usr/share/doc/python-werkzeug
 	rm debian/python-werkzeug/usr/docs/README
 	mv debian/python-werkzeug/usr/docs debian/python-werkzeug/usr/share/doc/python-werkzeug/html
-	chmod 644 debian/python-werkzeug/usr/lib/python2.5/site-packages/werkzeug/debug/shared/*
+	chmod 644 debian/python-werkzeug/usr/lib/*/site-packages/werkzeug/debug/shared/*
 
 binary-install/python-werkzeug::
 	dh_link usr/share/javascript/jquery/jquery.js \
@@ -30,4 +30,4 @@
 # @@ only works from source directory, see #494141
 .PHONY: get-orig-source
 get-orig-source:
-	uscan --force-download --repack --rename --destdir .
+	uscan --force-download --rename --download-version=$(DEB_UPSTREAM_VERSION) --destdir .




More information about the Python-modules-commits mailing list