[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#685964: unblock: routes/1.13-2



Hi,

Le 26/08/2012 23:57, David Prévot a écrit :

> Please unblock package routes
> 
> It fixes an RC-bug and an important one via unstable, each one with a
> single word fix (so the changelog is the biggest part of the diff to
> review).
> 
> unblock routes/1.13-2

And the forgotten debdiff, sorry for the noise.

Regards

David

diffstat for routes-1.13 routes-1.13

 changelog |   12 ++++++++++++
 control   |    2 +-
 rules     |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff -Nru routes-1.13/debian/changelog routes-1.13/debian/changelog
--- routes-1.13/debian/changelog	2012-03-15 17:15:02.000000000 -0400
+++ routes-1.13/debian/changelog	2012-08-26 10:00:34.000000000 -0400
@@ -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@debian.org>  Sun, 26 Aug 2012 15:52:09 +0200
+
 routes (1.13-1) unstable; urgency=low
 
   * New upstream release
diff -Nru routes-1.13/debian/control routes-1.13/debian/control
--- routes-1.13/debian/control	2012-03-15 17:10:33.000000000 -0400
+++ routes-1.13/debian/control	2012-08-26 09:51:02.000000000 -0400
@@ -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
diff -Nru routes-1.13/debian/rules routes-1.13/debian/rules
--- routes-1.13/debian/rules	2012-03-15 17:18:07.000000000 -0400
+++ routes-1.13/debian/rules	2012-08-26 09:55:24.000000000 -0400
@@ -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:

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: