[Python-modules-commits] r12065 - in packages/routes/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Mar 1 21:58:21 UTC 2010
Date: Monday, March 1, 2010 @ 21:58:19
Author: piotr
Revision: 12065
* New upstream release
* Install CHANGELOG file as upstream changelog
* Standards-Version bumped to 3.8.4 (no changes needed)
Modified:
packages/routes/trunk/debian/changelog
packages/routes/trunk/debian/control
packages/routes/trunk/debian/rules
Modified: packages/routes/trunk/debian/changelog
===================================================================
--- packages/routes/trunk/debian/changelog 2010-03-01 20:01:18 UTC (rev 12064)
+++ packages/routes/trunk/debian/changelog 2010-03-01 21:58:19 UTC (rev 12065)
@@ -1,3 +1,11 @@
+routes (1.12-1) unstable; urgency=low
+
+ * New upstream release
+ * Install CHANGELOG file as upstream changelog
+ * Standards-Version bumped to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Mon, 01 Mar 2010 22:29:15 +0100
+
routes (1.11-1) unstable; urgency=low
* New upstream release
Modified: packages/routes/trunk/debian/control
===================================================================
--- packages/routes/trunk/debian/control 2010-03-01 20:01:18 UTC (rev 12064)
+++ packages/routes/trunk/debian/control 2010-03-01 21:58:19 UTC (rev 12065)
@@ -5,7 +5,7 @@
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python (>= 2.3.5-7), python-all, python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://routes.groovie.org/
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/routes/trunk/
@@ -13,7 +13,7 @@
Package: python-routes
Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-webob
Suggests: python-paste
XB-Python-Version: ${python:Versions}
Modified: packages/routes/trunk/debian/rules
===================================================================
--- packages/routes/trunk/debian/rules 2010-03-01 20:01:18 UTC (rev 12064)
+++ packages/routes/trunk/debian/rules 2010-03-01 21:58:19 UTC (rev 12065)
@@ -26,7 +26,7 @@
binary-indep: build install
dh_testdir -i
dh_testroot -i
- dh_installchangelogs -i
+ dh_installchangelogs -i CHANGELOG
dh_installdocs -i
dh_pysupport -i
dh_compress -i -X.py
More information about the Python-modules-commits
mailing list