r2795 - in zope.schema/trunk/debian (5 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Fri Jun 20 23:07:31 UTC 2014


    Date: Friday, June 20, 2014 @ 23:07:30
  Author: barry
Revision: 2795

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

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

Modified: zope.schema/trunk/debian/changelog
===================================================================
--- zope.schema/trunk/debian/changelog	2014-06-20 22:45:00 UTC (rev 2794)
+++ zope.schema/trunk/debian/changelog	2014-06-20 23:07:30 UTC (rev 2795)
@@ -1,13 +1,30 @@
-zope.schema (3.7.1-3) UNRELEASED; urgency=low
+zope.schema (4.4.1-1) UNRELEASED; urgency=low
 
+  * Team upload.
+
+  [ Gediminas Paulauskas ]
   * debian/control:
     - bump Standards-Version to 3.9.4
     - enable autopkgtest (Closes: #692691)
   * debian/tests: switch to zope.testrunner
   * debian/copyright: update to copyright-format 1.0
 
- -- Gediminas Paulauskas <menesis at pov.lt>  Fri, 24 May 2013 23:01:52 +0300
+  [ Barry Warsaw ]
+  * New upstream release.
+  * d/control:
+    - Bumped Standards-Version to 3.9.5 with no other changes necessary.
+    - Added X-Python3-Version.
+    - Added myself to Uploaders.
+    - Updated Build-Depends
+    - Added python3-zope.schema binary package.
+    - wrap-and-sort
+  * d/compat: Bump to version 9.
+  * d/rules: Convert to pybuild and add dh_python3.
+  * d/copyright: Added Files-Excluded header to prune pre-built Sphinx
+    artifacts in docs/_build from the original tarball.
 
+ -- Barry Warsaw <barry at debian.org>  Fri, 20 Jun 2014 18:56:40 -0400
+
 zope.schema (3.7.1-2) unstable; urgency=low
 
   * Team upload.
@@ -19,12 +36,12 @@
 zope.schema (3.7.1-1) unstable; urgency=low
 
   * Team upload.
-  
+
   [ Arnaud Fontaine ]
   * debian/control: add Vcs-Browser field.
   * Add debian/clean to get rid of egg-info/* to prevent FTBFS if
     built twice.
-  
+
   [ Gediminas Paulauskas ]
   * Use dh_python2 instead of deprecated python-central. (Closes: #617175)
   * Switch to 3.0 (quilt) source format.

Modified: zope.schema/trunk/debian/compat
===================================================================
--- zope.schema/trunk/debian/compat	2014-06-20 22:45:00 UTC (rev 2794)
+++ zope.schema/trunk/debian/compat	2014-06-20 23:07:30 UTC (rev 2795)
@@ -1 +1 @@
-7
+9

Modified: zope.schema/trunk/debian/control
===================================================================
--- zope.schema/trunk/debian/control	2014-06-20 22:45:00 UTC (rev 2794)
+++ zope.schema/trunk/debian/control	2014-06-20 23:07:30 UTC (rev 2795)
@@ -3,13 +3,21 @@
 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),
+           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
-Standards-Version: 3.9.4
+               python-zope.event,
+               python-zope.testing,
+               python3-all,
+               python3-setuptools,
+               python3-zope.event,
+               python3-zope.testing
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.2
 XS-Testsuite: autopkgtest
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.schema/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.schema/trunk
@@ -17,9 +25,7 @@
 
 Package: python-zope.schema
 Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Provides: ${pydeb:Provides}
-Suggests: ${pydeb:Suggests}
+Depends: ${misc:Depends}, ${python:Depends}
 Conflicts: zope3
 Description: zope.interface extension for defining data schemas
  Schemas extend the notion of interfaces to detailed descriptions of
@@ -30,3 +36,21 @@
  its value and provide a validation method.  Besides you can optionally
  specify characteristics such as its value being read-only or not
  required.
+ .
+ This is the Python 2 version.
+
+Package: python3-zope.schema
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Conflicts: zope3
+Description: zope.interface extension for defining data schemas
+ Schemas extend the notion of interfaces to detailed descriptions of
+ Attributes (but not methods).  Every schema is an interface and
+ specifies the public fields of an object.  A *field* roughly
+ corresponds to an attribute of a Python object.  But a Field provides
+ space for at least a title and a description.  It can also constrain
+ its value and provide a validation method.  Besides you can optionally
+ specify characteristics such as its value being read-only or not
+ required.
+ .
+ This is the Python 3 version.

Modified: zope.schema/trunk/debian/copyright
===================================================================
--- zope.schema/trunk/debian/copyright	2014-06-20 22:45:00 UTC (rev 2794)
+++ zope.schema/trunk/debian/copyright	2014-06-20 23:07:30 UTC (rev 2795)
@@ -2,6 +2,7 @@
 Upstream-Name: zope.schema
 Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.schema
+Files-Excluded: docs/_build/*
 
 Files: *
 Copyright: (c) 2001-2010 Zope Foundation and Contributors.

Modified: zope.schema/trunk/debian/rules
===================================================================
--- zope.schema/trunk/debian/rules	2014-06-20 22:45:00 UTC (rev 2794)
+++ zope.schema/trunk/debian/rules	2014-06-20 23:07:30 UTC (rev 2795)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export PYDEB_SUGGESTS_EXTRAS=test docs
+export PYBUILD_NAME=zope.schema
 
 %:
-	dh $@ --with pydeb --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the pkg-zope-developers mailing list