[Python-modules-commits] r33784 - in packages/routes/trunk/debian (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Aug 16 09:26:01 UTC 2015


    Date: Sunday, August 16, 2015 @ 09:26:00
  Author: piotr
Revision: 33784

* New upstream release
  - requires Sphinx >= 1.3 (also closes: 788972)
  - add remove_missing_todo_include_from_docs patch
* Add python{,3}-six to Build-Depends (and Depends, via dh_python*)
* debian/watch: use pypi.debian.net redirector

Added:
  packages/routes/trunk/debian/patches/remove_missing_todo_include_from_docs.patch
Modified:
  packages/routes/trunk/debian/changelog
  packages/routes/trunk/debian/control
  packages/routes/trunk/debian/patches/series
  packages/routes/trunk/debian/watch

Modified: packages/routes/trunk/debian/changelog
===================================================================
--- packages/routes/trunk/debian/changelog	2015-08-16 09:08:12 UTC (rev 33783)
+++ packages/routes/trunk/debian/changelog	2015-08-16 09:26:00 UTC (rev 33784)
@@ -1,3 +1,13 @@
+routes (2.2-1) unstable; urgency=medium
+
+  * New upstream release
+    - requires Sphinx >= 1.3 (also closes: 788972)
+    - add remove_missing_todo_include_from_docs patch
+  * Add python{,3}-six to Build-Depends (and Depends, via dh_python*)
+  * debian/watch: use pypi.debian.net redirector
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 16 Aug 2015 10:09:09 +0200
+
 routes (2.1-1) experimental; urgency=medium
 
   * New upstream release

Modified: packages/routes/trunk/debian/control
===================================================================
--- packages/routes/trunk/debian/control	2015-08-16 09:08:12 UTC (rev 33783)
+++ packages/routes/trunk/debian/control	2015-08-16 09:26:00 UTC (rev 33784)
@@ -4,8 +4,9 @@
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9), dh-python
-Build-Depends-Indep: python-all (>= 2.6.6-3~), python-setuptools (>= 0.6b3), python-sphinx (>= 1.0.7+dfsg),
- python3-repoze.lru, python3-all, python3-setuptools, python3-sphinx
+Build-Depends-Indep: python-all (>= 2.6.6-3~), python-setuptools (>= 0.6b3), python-sphinx (>= 1.3),
+ python3-repoze.lru, python3-all, python3-setuptools, python3-sphinx,
+ python-six, python3-six
 Standards-Version: 3.9.6
 Homepage: http://routes.readthedocs.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/routes/trunk/

Added: packages/routes/trunk/debian/patches/remove_missing_todo_include_from_docs.patch
===================================================================
--- packages/routes/trunk/debian/patches/remove_missing_todo_include_from_docs.patch	                        (rev 0)
+++ packages/routes/trunk/debian/patches/remove_missing_todo_include_from_docs.patch	2015-08-16 09:26:00 UTC (rev 33784)
@@ -0,0 +1,12 @@
+Index: routes-2.2/docs/index.rst
+===================================================================
+--- routes-2.2.orig/docs/index.rst
++++ routes-2.2/docs/index.rst
+@@ -65,7 +65,6 @@ Documentation
+    restful
+    uni_redirect_rest
+    changes
+-   todo
+ 
+ .. toctree::
+    :maxdepth: 1

Modified: packages/routes/trunk/debian/patches/series
===================================================================
--- packages/routes/trunk/debian/patches/series	2015-08-16 09:08:12 UTC (rev 33783)
+++ packages/routes/trunk/debian/patches/series	2015-08-16 09:26:00 UTC (rev 33784)
@@ -1 +1,2 @@
+remove_missing_todo_include_from_docs.patch
 drop_changes_from_description.patch

Modified: packages/routes/trunk/debian/watch
===================================================================
--- packages/routes/trunk/debian/watch	2015-08-16 09:08:12 UTC (rev 33783)
+++ packages/routes/trunk/debian/watch	2015-08-16 09:26:00 UTC (rev 33784)
@@ -1,2 +1,3 @@
 version=3
-http://pypi.python.org/packages/source/R/Routes/Routes-(.*)\.tar\.gz debian uupdate
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/Routes/Routes-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file




More information about the Python-modules-commits mailing list