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

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Tue Jun 17 21:40:15 UTC 2008


    Date: Tuesday, June 17, 2008 @ 21:40:13
  Author: nslater-guest
Revision: 5684

miscelaneous improvements

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-06-17 18:46:25 UTC (rev 5683)
+++ packages/python-werkzeug/trunk/debian/changelog	2008-06-17 21:40:13 UTC (rev 5684)
@@ -1,11 +1,14 @@
 python-werkzeug (0.3-1) unstable; urgency=low
 
   * New upstream release.
-  * Additions to debian/rules to correct new installation problems.
-  * Updated debian/copyright per latest format proposal.
-  * Updated Standards-Version.
+  * Moved default documentation location per Debian policy.
+  * Fixed permissions of shared files.
+  * Added python-genshi and python-lxml to Suggests.
+  * Removed python-jinja and python-sqlalchemy from Suggests.
+  * Updated debian/copyright per latest proposed format.
+  * Updated Standards-Version to 3.8.0.
 
- -- Noah Slater <nslater at bytesexual.org>  Mon, 16 Jun 2008 19:46:26 +0100
+ -- Noah Slater <nslater at bytesexual.org>  Tue, 17 Jun 2008 22:35:18 +0100
 
 python-werkzeug (0.2-2) unstable; urgency=low
 
@@ -28,7 +31,7 @@
   * New debian/watch file.
   * Added new Recommends/Suggests dependencies.
   * Remove unused Build-Depends-Indep packages.
-  * Updated Standards-Version.
+  * Updated Standards-Version to 3.7.3.
 
  -- Noah Slater <nslater at bytesexual.org>  Fri, 28 Dec 2007 11:09:34 +0000
 

Modified: packages/python-werkzeug/trunk/debian/control
===================================================================
--- packages/python-werkzeug/trunk/debian/control	2008-06-17 18:46:25 UTC (rev 5683)
+++ packages/python-werkzeug/trunk/debian/control	2008-06-17 21:40:13 UTC (rev 5684)
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5) | python-wsgiref
 Recommends: python-simplejson
-Suggests: ipython, python-jinja, python-pkg-resources, python-sqlalchemy
+Suggests: ipython, python-genshi, python-pkg-resources, python-lxml
 Description: a 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-06-17 18:46:25 UTC (rev 5683)
+++ packages/python-werkzeug/trunk/debian/rules	2008-06-17 21:40:13 UTC (rev 5684)
@@ -13,7 +13,6 @@
 include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 




More information about the Python-modules-commits mailing list