r2800 - in zope.configuration/trunk/debian (5 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Jun 23 13:55:14 UTC 2014


    Date: Monday, June 23, 2014 @ 13:55:14
  Author: barry
Revision: 2800

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

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

Modified: zope.configuration/trunk/debian/changelog
===================================================================
--- zope.configuration/trunk/debian/changelog	2014-06-22 21:39:52 UTC (rev 2799)
+++ zope.configuration/trunk/debian/changelog	2014-06-23 13:55:14 UTC (rev 2800)
@@ -1,3 +1,24 @@
+zope.configuration (4.0.3-1) UNRELEASED; urgency=medium
+
+  * Team upload
+  * New upstream release.
+  * d/control:
+    - Updated Build-Depends.
+    - Added myself to Uploaders.
+    - Added X-Python3-Version header.
+    - Bumped Standards-Version to 3.9.5 with no other changes necessary.
+    - Added python3-zope.configuration binary package.
+    - Added XS-Testsuite header.  Closes: #692710
+    - wrap-and-sort
+  * d/rules: Switched to --buildsystem=pybuild and added dh_python3.
+  * d/copyright:
+    - Added Files-Excluded header to prune pre-built Sphinx artifacts in
+      docs/_build from the original tarball.
+    - Fixed Format header.
+  * d/compat: Bumped to version 9.
+
+ -- Barry Warsaw <barry at debian.org>  Sun, 22 Jun 2014 15:21:43 -0400
+
 zope.configuration (3.7.4-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.configuration/trunk/debian/compat
===================================================================
--- zope.configuration/trunk/debian/compat	2014-06-22 21:39:52 UTC (rev 2799)
+++ zope.configuration/trunk/debian/compat	2014-06-23 13:55:14 UTC (rev 2800)
@@ -1 +1 @@
-7
+9

Modified: zope.configuration/trunk/debian/control
===================================================================
--- zope.configuration/trunk/debian/control	2014-06-22 21:39:52 UTC (rev 2799)
+++ zope.configuration/trunk/debian/control	2014-06-23 13:55:14 UTC (rev 2800)
@@ -2,17 +2,28 @@
 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), python-all (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.2
+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-zope.schema,
+               python3-all,
+               python3-setuptools,
+               python3-zope.schema,
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.2
 Homepage: http://pypi.python.org/pypi/zope.configuration
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.configuration/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.configuration/trunk
+XS-Testsuite: autopkgtest
 
 Package: python-zope.configuration
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Suggests: python-zope.testing
 Conflicts: zope3
 Description: Zope Configuration Markup Language (ZCML)
@@ -23,3 +34,21 @@
  configuration system provide configuration directives in some
  language that express configuration choices. The intent is that the
  language be pluggable.  An XML language is provided by default.
+ .
+ This is the Python 2 version.
+
+Package: python3-zope.configuration
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python3-zope.testing
+Conflicts: zope3
+Description: Zope Configuration Markup Language (ZCML)
+ The zope configuration system provides an extensible system for
+ supporting various kinds of configurations.
+ .
+ It is based on the idea of configuration directives. Users of the
+ configuration system provide configuration directives in some
+ language that express configuration choices. The intent is that the
+ language be pluggable.  An XML language is provided by default.
+ .
+ This is the Python 3 version.

Modified: zope.configuration/trunk/debian/copyright
===================================================================
--- zope.configuration/trunk/debian/copyright	2014-06-22 21:39:52 UTC (rev 2799)
+++ zope.configuration/trunk/debian/copyright	2014-06-23 13:55:14 UTC (rev 2800)
@@ -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.configuration
 Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.configuration
+Files-Excluded: docs/_build/*
 
 Files: *
 Copyright: (c) 2001-2006 Zope Foundation and Contributors.

Modified: zope.configuration/trunk/debian/rules
===================================================================
--- zope.configuration/trunk/debian/rules	2014-06-22 21:39:52 UTC (rev 2799)
+++ zope.configuration/trunk/debian/rules	2014-06-23 13:55:14 UTC (rev 2800)
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=zope.configuration
+
 %:
-	dh --with python2 $@
+	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the pkg-zope-developers mailing list