r2739 - in zope.traversing/trunk/debian (5 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Wed Jul 3 23:26:14 UTC 2013


    Date: Wednesday, July 3, 2013 @ 23:26:13
  Author: menesis-guest
Revision: 2739

* Team upload.
* New upstream release.
* debian/control:
* debian/control:
  - bump Standards-Version to 3.9.4
  - use canonical URI for Vcs-Svn and Vcs-Browser.
* debian/tests/all: switch to zope.testrunner
* debian/tests/control: update, remove Features line

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

Modified: zope.traversing/trunk/debian/changelog
===================================================================
--- zope.traversing/trunk/debian/changelog	2013-07-03 23:06:17 UTC (rev 2738)
+++ zope.traversing/trunk/debian/changelog	2013-07-03 23:26:13 UTC (rev 2739)
@@ -1,3 +1,16 @@
+zope.traversing (3.14.0-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * debian/control:
+  * debian/control:
+    - bump Standards-Version to 3.9.4
+    - use canonical URI for Vcs-Svn and Vcs-Browser.
+  * debian/tests/all: switch to zope.testrunner
+  * debian/tests/control: update, remove Features line
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Thu, 04 Jul 2013 02:13:13 +0300
+
 zope.traversing (3.13.2-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.traversing/trunk/debian/control
===================================================================
--- zope.traversing/trunk/debian/control	2013-07-03 23:06:17 UTC (rev 2738)
+++ zope.traversing/trunk/debian/control	2013-07-03 23:26:13 UTC (rev 2739)
@@ -7,11 +7,11 @@
 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
-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.traversing/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.traversing/trunk
+Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.traversing/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zope.traversing/trunk
 Homepage: http://pypi.python.org/pypi/zope.traversing
 
 Package: python-zope.traversing

Modified: zope.traversing/trunk/debian/rules
===================================================================
--- zope.traversing/trunk/debian/rules	2013-07-03 23:06:17 UTC (rev 2738)
+++ zope.traversing/trunk/debian/rules	2013-07-03 23:26:13 UTC (rev 2739)
@@ -3,4 +3,4 @@
 export PYDEB_SUGGESTS_EXTRAS=test
 
 %:
-	dh --with pydeb --with python2 $@
+	dh $@ --with pydeb --with python2

Modified: zope.traversing/trunk/debian/tests/all
===================================================================
--- zope.traversing/trunk/debian/tests/all	2013-07-03 23:06:17 UTC (rev 2738)
+++ zope.traversing/trunk/debian/tests/all	2013-07-03 23:26:13 UTC (rev 2739)
@@ -1,2 +1,3 @@
 #!/bin/bash
-. /usr/share/python-zope.testing/test_helper
+testfilter='-s zope.traversing'
+. /usr/share/python-zope.testrunner/test_helper

Modified: zope.traversing/trunk/debian/tests/control
===================================================================
--- zope.traversing/trunk/debian/tests/control	2013-07-03 23:06:17 UTC (rev 2738)
+++ zope.traversing/trunk/debian/tests/control	2013-07-03 23:26:13 UTC (rev 2739)
@@ -1,3 +1,2 @@
 Tests: all
-Features: no-build-needed
-Depends: @, python-zodb, python-zope.browserpage, python-zope.browserresource, python-zope.configuration, python-zope.container, python-zope.pagetemplate, python-zope.site, python-zope.tal (>= 3.5.0), python-zope.testing
+Depends: @, python-zope.testrunner, python-zodb, python-zope.browserpage, python-zope.browserresource, python-zope.browserresource-zcml, python-zope.component-zcml, python-zope.configuration, python-zope.container, python-zope.pagetemplate, python-zope.security, python-zope.security-zcml, python-zope.site, python-zope.tal, python-zope.testing




More information about the pkg-zope-developers mailing list