r2919 - in zope.deprecation/trunk/debian (5 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Jun 9 22:26:21 UTC 2015


    Date: Tuesday, June 9, 2015 @ 22:26:20
  Author: barry
Revision: 2919

* New upstream release.
* d/control: 
  - Bump Standards-Version with no other changes necessary.
  - Bump debhelper version to 9.
  - Add Build-Depends on python{,3}-sphinxdoc
* d/compat: Bump to version 9.
* d/rules: Add --with sphinxdoc (Closes: #751798)
* d/watch: Use pypi.debian.net redirector.

Modified:
  zope.deprecation/trunk/debian/changelog
  zope.deprecation/trunk/debian/compat
  zope.deprecation/trunk/debian/control
  zope.deprecation/trunk/debian/rules
  zope.deprecation/trunk/debian/watch

Modified: zope.deprecation/trunk/debian/changelog
===================================================================
--- zope.deprecation/trunk/debian/changelog	2015-06-09 22:16:52 UTC (rev 2918)
+++ zope.deprecation/trunk/debian/changelog	2015-06-09 22:26:20 UTC (rev 2919)
@@ -1,3 +1,16 @@
+zope.deprecation (4.1.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * d/control: 
+    - Bump Standards-Version with no other changes necessary.
+    - Bump debhelper version to 9.
+    - Add Build-Depends on python{,3}-sphinxdoc
+  * d/compat: Bump to version 9.
+  * d/rules: Add --with sphinxdoc (Closes: #751798)
+  * d/watch: Use pypi.debian.net redirector.
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 09 Jun 2015 18:20:16 -0400
+
 zope.deprecation (4.1.1-3) unstable; urgency=medium
 
   * Simplify DEP-8 tests so that they just ensure that the package is

Modified: zope.deprecation/trunk/debian/compat
===================================================================
--- zope.deprecation/trunk/debian/compat	2015-06-09 22:16:52 UTC (rev 2918)
+++ zope.deprecation/trunk/debian/compat	2015-06-09 22:26:20 UTC (rev 2919)
@@ -1 +1 @@
-7
+9

Modified: zope.deprecation/trunk/debian/control
===================================================================
--- zope.deprecation/trunk/debian/control	2015-06-09 22:16:52 UTC (rev 2918)
+++ zope.deprecation/trunk/debian/control	2015-06-09 22:26:20 UTC (rev 2919)
@@ -2,14 +2,16 @@
 Section: zope
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>, Barry Warsaw <barry at debian.org>
-Build-Depends: debhelper (>= 7),
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>,
+           Barry Warsaw <barry at debian.org>
+Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3~),
                python-setuptools,
+               python-sphinx | python3-sphinx,
                python3-all,
                python3-setuptools
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Homepage: http://pypi.python.org/pypi/zope.deprecation

Modified: zope.deprecation/trunk/debian/rules
===================================================================
--- zope.deprecation/trunk/debian/rules	2015-06-09 22:16:52 UTC (rev 2918)
+++ zope.deprecation/trunk/debian/rules	2015-06-09 22:26:20 UTC (rev 2919)
@@ -3,4 +3,4 @@
 export PYBUILD_NAME=zope.deprecation
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild

Modified: zope.deprecation/trunk/debian/watch
===================================================================
--- zope.deprecation/trunk/debian/watch	2015-06-09 22:16:52 UTC (rev 2918)
+++ zope.deprecation/trunk/debian/watch	2015-06-09 22:26:20 UTC (rev 2919)
@@ -1,2 +1,3 @@
 version=3
-http://pypi.python.org/packages/source/z/zope.deprecation/zope.deprecation-(.*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/zope.deprecation/zope.deprecation-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the pkg-zope-developers mailing list