r2736 - in zc.lockfile/trunk/debian (5 files)
menesis-guest at users.alioth.debian.org
menesis-guest at users.alioth.debian.org
Wed Jul 3 16:17:05 UTC 2013
Date: Wednesday, July 3, 2013 @ 16:17:02
Author: menesis-guest
Revision: 2736
* New upstream release.
* debian/control:
- bump Standards-Version to 3.9.4
- enable autopkgtest (Closes: #692714)
- Use canonical URI for Vcs-Svn and Vcs-Browser.
* debian/tests: switch to zope.testrunner.
* debian/copyright: update format and copyright holder.
Modified:
zc.lockfile/trunk/debian/changelog
zc.lockfile/trunk/debian/control
zc.lockfile/trunk/debian/copyright
zc.lockfile/trunk/debian/tests/all
zc.lockfile/trunk/debian/tests/control
Modified: zc.lockfile/trunk/debian/changelog
===================================================================
--- zc.lockfile/trunk/debian/changelog 2013-06-17 06:25:43 UTC (rev 2735)
+++ zc.lockfile/trunk/debian/changelog 2013-07-03 16:17:02 UTC (rev 2736)
@@ -1,3 +1,15 @@
+zc.lockfile (1.0.2-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - bump Standards-Version to 3.9.4
+ - enable autopkgtest (Closes: #692714)
+ - Use canonical URI for Vcs-Svn and Vcs-Browser.
+ * debian/tests: switch to zope.testrunner.
+ * debian/copyright: update format and copyright holder.
+
+ -- Gediminas Paulauskas <menesis at pov.lt> Wed, 03 Jul 2013 18:56:03 +0300
+
zc.lockfile (1.0.0-6) unstable; urgency=low
* Team upload.
Modified: zc.lockfile/trunk/debian/control
===================================================================
--- zc.lockfile/trunk/debian/control 2013-06-17 06:25:43 UTC (rev 2735)
+++ zc.lockfile/trunk/debian/control 2013-07-03 16:17:02 UTC (rev 2736)
@@ -4,11 +4,12 @@
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), python-all (>= 2.6.6-3~), 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/zc.lockfile
-Vcs-Svn: svn://svn.debian.org/pkg-zope/zc.lockfile/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zc.lockfile/trunk
+Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zc.lockfile/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zc.lockfile/trunk
Package: python-zc.lockfile
Architecture: all
Modified: zc.lockfile/trunk/debian/copyright
===================================================================
--- zc.lockfile/trunk/debian/copyright 2013-06-17 06:25:43 UTC (rev 2735)
+++ zc.lockfile/trunk/debian/copyright 2013-07-03 16:17:02 UTC (rev 2736)
@@ -1,10 +1,10 @@
-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: zc.lockfile
Upstream-Contact: Jim Fulton <jim at zope.com>
Source: http://pypi.python.org/pypi/zc.lockfile
Files: *
-Copyright: (c) 2001, 2002, 2004 Zope Corporation and Contributors.
+Copyright: (c) 2001, 2002, 2004, 2006 Zope Foundation and Contributors.
License: Zope-2.1
Zope Public License (ZPL) Version 2.1
.
Modified: zc.lockfile/trunk/debian/tests/all
===================================================================
--- zc.lockfile/trunk/debian/tests/all 2013-06-17 06:25:43 UTC (rev 2735)
+++ zc.lockfile/trunk/debian/tests/all 2013-07-03 16:17:02 UTC (rev 2736)
@@ -1,2 +1,3 @@
#!/bin/bash
-. /usr/share/python-zope.testing/test_helper
+testfilter="-s zc.lockfile"
+. /usr/share/python-zope.testrunner/test_helper
Modified: zc.lockfile/trunk/debian/tests/control
===================================================================
--- zc.lockfile/trunk/debian/tests/control 2013-06-17 06:25:43 UTC (rev 2735)
+++ zc.lockfile/trunk/debian/tests/control 2013-07-03 16:17:02 UTC (rev 2736)
@@ -1,3 +1,2 @@
Tests: all
-Features: no-build-needed
-Depends: @, python-zope.testing
+Depends: @, python-zope.testing, python-zope.testrunner
More information about the pkg-zope-developers
mailing list