r2700 - in zope.contenttype/trunk/debian (4 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Tue May 14 15:02:45 UTC 2013


    Date: Tuesday, May 14, 2013 @ 15:02:44
  Author: menesis-guest
Revision: 2700

* debian/control:
  - Bump Standards-Version to 3.9.4
  - Enable autopkgtest.
* debian/tests: switch to zope.testrunner.
* debian/tests/all: specify the package to test

Modified:
  zope.contenttype/trunk/debian/changelog
  zope.contenttype/trunk/debian/control
  zope.contenttype/trunk/debian/tests/all
  zope.contenttype/trunk/debian/tests/control

Modified: zope.contenttype/trunk/debian/changelog
===================================================================
--- zope.contenttype/trunk/debian/changelog	2013-03-22 15:01:49 UTC (rev 2699)
+++ zope.contenttype/trunk/debian/changelog	2013-05-14 15:02:44 UTC (rev 2700)
@@ -2,6 +2,11 @@
 
   * Team upload.
   * New upstream release.
+  * debian/control:
+    - Bump Standards-Version to 3.9.4
+    - Enable autopkgtest.
+  * debian/tests: switch to zope.testrunner.
+  * debian/tests/all: specify the package to test
 
  -- Gediminas Paulauskas <menesis at pov.lt>  Tue, 26 Jun 2012 12:18:02 +0300
 

Modified: zope.contenttype/trunk/debian/control
===================================================================
--- zope.contenttype/trunk/debian/control	2013-03-22 15:01:49 UTC (rev 2699)
+++ zope.contenttype/trunk/debian/control	2013-05-14 15:02:44 UTC (rev 2700)
@@ -7,8 +7,9 @@
 Build-Depends: debhelper (>= 7),
                python-all (>= 2.6.6-14~),
                python-setuptools
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.4
+XS-Testsuite: autopkgtest
 Homepage: http://pypi.python.org/pypi/zope.contenttype
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.contenttype/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.contenttype/trunk

Modified: zope.contenttype/trunk/debian/tests/all
===================================================================
--- zope.contenttype/trunk/debian/tests/all	2013-03-22 15:01:49 UTC (rev 2699)
+++ zope.contenttype/trunk/debian/tests/all	2013-05-14 15:02:44 UTC (rev 2700)
@@ -1,2 +1,3 @@
 #!/bin/bash
-. /usr/share/python-zope.testing/test_helper
+testfilter="-s zope.contenttype"
+. /usr/share/python-zope.testrunner/test_helper

Modified: zope.contenttype/trunk/debian/tests/control
===================================================================
--- zope.contenttype/trunk/debian/tests/control	2013-03-22 15:01:49 UTC (rev 2699)
+++ zope.contenttype/trunk/debian/tests/control	2013-05-14 15:02:44 UTC (rev 2700)
@@ -1,3 +1,2 @@
 Tests: all
-Features: no-build-needed
-Depends: @, python-zope.testing
+Depends: @, python-zope.testrunner




More information about the pkg-zope-developers mailing list