r2713 - in zope.schema/trunk/debian (6 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Fri May 24 20:03:44 UTC 2013


    Date: Friday, May 24, 2013 @ 20:03:42
  Author: menesis-guest
Revision: 2713

* 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

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

Modified: zope.schema/trunk/debian/changelog
===================================================================
--- zope.schema/trunk/debian/changelog	2013-05-24 20:03:18 UTC (rev 2712)
+++ zope.schema/trunk/debian/changelog	2013-05-24 20:03:42 UTC (rev 2713)
@@ -1,3 +1,13 @@
+zope.schema (3.7.1-3) UNRELEASED; urgency=low
+
+  * 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
+
 zope.schema (3.7.1-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.schema/trunk/debian/control
===================================================================
--- zope.schema/trunk/debian/control	2013-05-24 20:03:18 UTC (rev 2712)
+++ zope.schema/trunk/debian/control	2013-05-24 20:03:42 UTC (rev 2713)
@@ -7,9 +7,10 @@
 Build-Depends: debhelper (>= 7),
                python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.9.2
+               python-van.pydeb
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.4
+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
 Homepage: http://pypi.python.org/pypi/zope.schema

Modified: zope.schema/trunk/debian/copyright
===================================================================
--- zope.schema/trunk/debian/copyright	2013-05-24 20:03:18 UTC (rev 2712)
+++ zope.schema/trunk/debian/copyright	2013-05-24 20:03:42 UTC (rev 2713)
@@ -1,4 +1,4 @@
-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.schema
 Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.schema

Modified: zope.schema/trunk/debian/rules
===================================================================
--- zope.schema/trunk/debian/rules	2013-05-24 20:03:18 UTC (rev 2712)
+++ zope.schema/trunk/debian/rules	2013-05-24 20:03:42 UTC (rev 2713)
@@ -3,4 +3,4 @@
 export PYDEB_SUGGESTS_EXTRAS=test docs
 
 %:
-	dh --with pydeb --with python2 $@
+	dh $@ --with pydeb --with python2

Modified: zope.schema/trunk/debian/tests/all
===================================================================
--- zope.schema/trunk/debian/tests/all	2013-05-24 20:03:18 UTC (rev 2712)
+++ zope.schema/trunk/debian/tests/all	2013-05-24 20:03:42 UTC (rev 2713)
@@ -1,2 +1,3 @@
 #!/bin/bash
-. /usr/share/python-zope.testing/test_helper
+testfilter='-s zope.schema'
+. /usr/share/python-zope.testrunner/test_helper

Modified: zope.schema/trunk/debian/tests/control
===================================================================
--- zope.schema/trunk/debian/tests/control	2013-05-24 20:03:18 UTC (rev 2712)
+++ zope.schema/trunk/debian/tests/control	2013-05-24 20:03:42 UTC (rev 2713)
@@ -1,3 +1,2 @@
 Tests: all
-Features: no-build-needed
-Depends: @, python-zope.testing
+Depends: @, python-zope.testrunner, python-zope.testing




More information about the pkg-zope-developers mailing list