[Python-modules-commits] r22568 - in packages/routes/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Aug 26 14:02:52 UTC 2012


    Date: Sunday, August 26, 2012 @ 14:02:50
  Author: piotr
Revision: 22568

* Add missing dependency on python-pkg-resources, thanks to Jakub Wilk
  (closes: #684677)
* Remove "build-docs" file in clean target to make sure docs are rebuilt and
  available even if build process is invoked twice in a row (closes: #671389)

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	2012-08-25 22:37:06 UTC (rev 22567)
+++ packages/routes/trunk/debian/changelog	2012-08-26 14:02:50 UTC (rev 22568)
@@ -1,3 +1,15 @@
+routes (1.13-2) unstable; urgency=low
+
+  [ David Prévot ]
+  * Add missing dependency on python-pkg-resources, thanks to Jakub Wilk
+    (closes: #684677)
+
+  [ Piotr Ożarowski ]
+  * Remove "build-docs" file in clean target to make sure docs are rebuilt and
+    available even if build process is invoked twice in a row (closes: #671389)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 26 Aug 2012 15:52:09 +0200
+
 routes (1.13-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/routes/trunk/debian/control
===================================================================
--- packages/routes/trunk/debian/control	2012-08-25 22:37:06 UTC (rev 22567)
+++ packages/routes/trunk/debian/control	2012-08-26 14:02:50 UTC (rev 22568)
@@ -13,7 +13,7 @@
 
 Package: python-routes
 Architecture: all
-Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}, python-pkg-resources
 Recommends: python-webob
 Suggests: python-paste
 Description: Routing Recognition and Generation Tools

Modified: packages/routes/trunk/debian/rules
===================================================================
--- packages/routes/trunk/debian/rules	2012-08-25 22:37:06 UTC (rev 22567)
+++ packages/routes/trunk/debian/rules	2012-08-26 14:02:50 UTC (rev 22568)
@@ -11,7 +11,7 @@
 	find . -name "*\.py[co]" -delete
 	find . -name "\._*" -delete
 	rm -rf docs/_build
-	dh_clean Routes.egg-info/*
+	dh_clean Routes.egg-info/* build-docs
 
 build: build-indep
 build-arch:




More information about the Python-modules-commits mailing list