r2793 - in zope.location/trunk/debian (5 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Fri Jun 20 22:33:25 UTC 2014


    Date: Friday, June 20, 2014 @ 22:33:25
  Author: barry
Revision: 2793

* Team upload.
* New upstream release.
* d/control:
  - Updated Build-Depends.
  - Added myself to Uploaders.
  - Bump Standards-Version to 3.9.5 with no other changes necessary.
  - Added X-Python3-Version header.
  - Added XS-Testsuite header.  Closes: #692705
  - Added python3-zope.location binary package.
* d/rules: Convert to pybuild and add dh_python3.
* d/compat: Bump to version 9.
* d/copyright:
  - Added Files-Excluded header to prune pre-built Sphinx artifacts in
    docs/_build from the original tarball.
  - Fixed Format header.

Modified:
  zope.location/trunk/debian/changelog
  zope.location/trunk/debian/compat
  zope.location/trunk/debian/control
  zope.location/trunk/debian/copyright
  zope.location/trunk/debian/rules

Modified: zope.location/trunk/debian/changelog
===================================================================
--- zope.location/trunk/debian/changelog	2014-06-20 22:20:54 UTC (rev 2792)
+++ zope.location/trunk/debian/changelog	2014-06-20 22:33:25 UTC (rev 2793)
@@ -1,3 +1,23 @@
+zope.location (4.0.3-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * d/control:
+    - Updated Build-Depends.
+    - Added myself to Uploaders.
+    - Bump Standards-Version to 3.9.5 with no other changes necessary.
+    - Added X-Python3-Version header.
+    - Added XS-Testsuite header.  Closes: #692705
+    - Added python3-zope.location binary package.
+  * d/rules: Convert to pybuild and add dh_python3.
+  * d/compat: Bump to version 9.
+  * d/copyright:
+    - Added Files-Excluded header to prune pre-built Sphinx artifacts in
+      docs/_build from the original tarball.
+    - Fixed Format header.
+
+ -- Barry Warsaw <barry at debian.org>  Fri, 20 Jun 2014 18:24:42 -0400
+
 zope.location (3.9.1-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.location/trunk/debian/compat
===================================================================
--- zope.location/trunk/debian/compat	2014-06-20 22:20:54 UTC (rev 2792)
+++ zope.location/trunk/debian/compat	2014-06-20 22:33:25 UTC (rev 2793)
@@ -1 +1 @@
-7
+9

Modified: zope.location/trunk/debian/control
===================================================================
--- zope.location/trunk/debian/control	2014-06-20 22:20:54 UTC (rev 2792)
+++ zope.location/trunk/debian/control	2014-06-20 22:33:25 UTC (rev 2793)
@@ -2,22 +2,39 @@
 Section: zope
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
-Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7),
+Uploaders: Brian Sutherland <brian at vanguardistas.net>,
+           Fabio Tranchitella <kobold at debian.org>,
+           Barry Warsaw <barry at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
                python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.9.2
+               python-zope.proxy,
+               python3-all,
+               python3-setuptools,
+               python3-zope.proxy
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.2
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.location/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.location/trunk
 Homepage: http://pypi.python.org/pypi/zope.location
+XS-Testsuite: autopkgtest
 
 Package: python-zope.location
 Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Suggests: ${pydeb:Suggests}
-Provides: ${pydeb:Provides}
+Depends: ${misc:Depends}, ${python:Depends}
 Conflicts: zope3
 Description: Tools for working with object locations
  In Zope3, locations are special objects that have a structural location.
+ .
+ This is the Python 2 version.
+
+Package: python3-zope.location
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Conflicts: zope3
+Description: Tools for working with object locations
+ In Zope3, locations are special objects that have a structural location.
+ .
+ This is the Python 3 version.

Modified: zope.location/trunk/debian/copyright
===================================================================
--- zope.location/trunk/debian/copyright	2014-06-20 22:20:54 UTC (rev 2792)
+++ zope.location/trunk/debian/copyright	2014-06-20 22:33:25 UTC (rev 2793)
@@ -1,7 +1,8 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: zope.location
 Upstream-Contact: Zope Corporation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.location
+Files-Excluded: docs/_build/*
 
 Files: *
 Copyright: (c) 2003-2009 Zope Foundation and Contributors.

Modified: zope.location/trunk/debian/rules
===================================================================
--- zope.location/trunk/debian/rules	2014-06-20 22:20:54 UTC (rev 2792)
+++ zope.location/trunk/debian/rules	2014-06-20 22:33:25 UTC (rev 2793)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export PYDEB_SUGGESTS_EXTRAS=zcml
+export PYBUILD_NAME=zope.location
 
 %:
-	dh --with pydeb --with python2 $@
+	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the pkg-zope-developers mailing list