r2804 - in zope.security/trunk/debian (8 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Jun 23 15:21:04 UTC 2014


    Date: Monday, June 23, 2014 @ 15:21:03
  Author: barry
Revision: 2804

* Team upload.
* New upstream release.
* d/control:
  - Added myself to Uploaders.
  - Updated Build-Depends.
  - Bumped Standards-Version to 3.9.5 with no other changes necessary.
  - Added X-Python3-Version header.
  - Added python3-zope.security binary package.
  - Added XS-Testsuite header.  Closes: #692700
  - wrap-and-sort
* d/rules: Converted to --buildsystem=pybuild and added dh_python3.
* d/compat: Bumped 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.
* d/tests:
  - control: Added all-3 test and simplified Depends.
  - all{,-3}: Just prove a simple import works.

Added:
  zope.security/trunk/debian/tests/all-3
Modified:
  zope.security/trunk/debian/changelog
  zope.security/trunk/debian/compat
  zope.security/trunk/debian/control
  zope.security/trunk/debian/copyright
  zope.security/trunk/debian/rules
  zope.security/trunk/debian/tests/all
  zope.security/trunk/debian/tests/control

Modified: zope.security/trunk/debian/changelog
===================================================================
--- zope.security/trunk/debian/changelog	2014-06-23 14:42:58 UTC (rev 2803)
+++ zope.security/trunk/debian/changelog	2014-06-23 15:21:03 UTC (rev 2804)
@@ -1,3 +1,27 @@
+zope.security (4.0.1-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * d/control:
+    - Added myself to Uploaders.
+    - Updated Build-Depends.
+    - Bumped Standards-Version to 3.9.5 with no other changes necessary.
+    - Added X-Python3-Version header.
+    - Added python3-zope.security binary package.
+    - Added XS-Testsuite header.  Closes: #692700
+    - wrap-and-sort
+  * d/rules: Converted to --buildsystem=pybuild and added dh_python3.
+  * d/compat: Bumped 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.
+  * d/tests:
+    - control: Added all-3 test and simplified Depends.
+    - all{,-3}: Just prove a simple import works.
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 23 Jun 2014 10:56:46 -0400
+
 zope.security (3.8.3-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.security/trunk/debian/compat
===================================================================
--- zope.security/trunk/debian/compat	2014-06-23 14:42:58 UTC (rev 2803)
+++ zope.security/trunk/debian/compat	2014-06-23 15:21:03 UTC (rev 2804)
@@ -1 +1 @@
-7
+9

Modified: zope.security/trunk/debian/control
===================================================================
--- zope.security/trunk/debian/control	2014-06-23 14:42:58 UTC (rev 2803)
+++ zope.security/trunk/debian/control	2014-06-23 15:21:03 UTC (rev 2804)
@@ -2,23 +2,45 @@
 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-dev (>= 2.6.6-3~),
                python-setuptools,
-               python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.9.2
+               python-zope.location,
+               python-zope.proxy,
+               python-zope.schema,
+               python3-all-dev,
+               python3-setuptools,
+               python3-zope.location,
+               python3-zope.proxy,
+               python3-zope.schema
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.2
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.security/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.security/trunk
 Homepage: http://pypi.python.org/pypi/zope.security
+XS-Testsuite: autopkgtest
 
 Package: python-zope.security
 Architecture: any
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Provides: ${pydeb:Provides}
-Suggests: ${pydeb:Suggests}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Conflicts: zope3
 Description: Zope Security Framework
  The Security framework provides a generic mechanism to implement security
  policies on Python objects.
+ .
+ This is the Python 2 version.
+
+Package: python3-zope.security
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Conflicts: zope3
+Description: Zope Security Framework
+ The Security framework provides a generic mechanism to implement security
+ policies on Python objects.
+ .
+ This is the Python 3 version.

Modified: zope.security/trunk/debian/copyright
===================================================================
--- zope.security/trunk/debian/copyright	2014-06-23 14:42:58 UTC (rev 2803)
+++ zope.security/trunk/debian/copyright	2014-06-23 15:21:03 UTC (rev 2804)
@@ -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.security
 Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.security
+Files-Excluded: docs/_build/*
 
 Files: *
 Copyright: (c) 2001-2006 Zope Foundation and Contributors.

Modified: zope.security/trunk/debian/rules
===================================================================
--- zope.security/trunk/debian/rules	2014-06-23 14:42:58 UTC (rev 2803)
+++ zope.security/trunk/debian/rules	2014-06-23 15:21:03 UTC (rev 2804)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export PYDEB_SUGGESTS_EXTRAS=test pytz untrustedpython
+export PYBUILD_NAME=zope.security
 
 %:
-	dh --with pydeb --with python2 $@
+	dh $@ --with python2,python3 --buildsystem=pybuild

Modified: zope.security/trunk/debian/tests/all
===================================================================
--- zope.security/trunk/debian/tests/all	2014-06-23 14:42:58 UTC (rev 2803)
+++ zope.security/trunk/debian/tests/all	2014-06-23 15:21:03 UTC (rev 2804)
@@ -1,2 +1,4 @@
-#!/bin/bash
-. /usr/share/python-zope.testing/test_helper
+#!/usr/bin/python
+
+import zope.security
+print zope.security

Added: zope.security/trunk/debian/tests/all-3
===================================================================
--- zope.security/trunk/debian/tests/all-3	                        (rev 0)
+++ zope.security/trunk/debian/tests/all-3	2014-06-23 15:21:03 UTC (rev 2804)
@@ -0,0 +1,4 @@
+#!/usr/bin/python3
+
+import zope.security
+print(zope.security)

Modified: zope.security/trunk/debian/tests/control
===================================================================
--- zope.security/trunk/debian/tests/control	2014-06-23 14:42:58 UTC (rev 2803)
+++ zope.security/trunk/debian/tests/control	2014-06-23 15:21:03 UTC (rev 2804)
@@ -1,3 +1,2 @@
-Tests: all
-Features: no-build-needed
-Depends: @, python-zope.testing, python-tz, python-zope.configuration
+Tests: all all-3
+Depends: @




More information about the pkg-zope-developers mailing list