[Python-modules-commits] r6130 - in packages/python-werkzeug/trunk/debian (3 files)
nslater-guest at users.alioth.debian.org
nslater-guest at users.alioth.debian.org
Thu Aug 7 20:41:21 UTC 2008
Date: Thursday, August 7, 2008 @ 20:41:19
Author: nslater-guest
Revision: 6130
improved description and uscan options
Modified:
packages/python-werkzeug/trunk/debian/changelog
packages/python-werkzeug/trunk/debian/control
packages/python-werkzeug/trunk/debian/rules
Modified: packages/python-werkzeug/trunk/debian/changelog
===================================================================
--- packages/python-werkzeug/trunk/debian/changelog 2008-08-07 20:40:09 UTC (rev 6129)
+++ packages/python-werkzeug/trunk/debian/changelog 2008-08-07 20:41:19 UTC (rev 6130)
@@ -1,9 +1,11 @@
python-werkzeug (0.3.1-2) 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.
- -- Noah Slater <nslater at bytesexual.org> Fri, 11 Jul 2008 14:48:29 +0100
+ -- Noah Slater <nslater at bytesexual.org> Thu, 07 Aug 2008 21:40:40 +0100
python-werkzeug (0.3.1-1) unstable; urgency=high
Modified: packages/python-werkzeug/trunk/debian/control
===================================================================
--- packages/python-werkzeug/trunk/debian/control 2008-08-07 20:40:09 UTC (rev 6129)
+++ packages/python-werkzeug/trunk/debian/control 2008-08-07 20:41:19 UTC (rev 6130)
@@ -15,7 +15,7 @@
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5) | python-wsgiref
Recommends: python-simplejson
Suggests: ipython, python-genshi, python-pkg-resources, python-lxml
-Description: a collection of utilities for WSGI applications
+Description: collection of utilities for WSGI applications
The Web Server Gateway Interface (WSGI) is a standard interface between web
server software and web applications written in Python.
.
Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules 2008-08-07 20:40:09 UTC (rev 6129)
+++ packages/python-werkzeug/trunk/debian/rules 2008-08-07 20:41:19 UTC (rev 6130)
@@ -23,7 +23,8 @@
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/*
+# @@ 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