r2701 - in zconfig/trunk/debian (8 files)
menesis-guest at users.alioth.debian.org
menesis-guest at users.alioth.debian.org
Wed May 15 09:15:28 UTC 2013
Date: Wednesday, May 15, 2013 @ 09:15:26
Author: menesis-guest
Revision: 2701
* Team upload.
* New upstream release.
* debian/control:
- Drop python-van.pydeb from Build-Depends
- Remove pydeb substvars.
- Bump Standards-Version to 3.9.4
- Enable autopkgtest.
- Change homepage to pypi.
* debian/rules: remove the use of pydeb, build with python2 only.
* debian/tests: switch to zope.testrunner.
* debian/source/options: ignore .egg-info directory.
Added:
zconfig/trunk/debian/source/options
Modified:
zconfig/trunk/debian/changelog
zconfig/trunk/debian/control
zconfig/trunk/debian/copyright
zconfig/trunk/debian/rules
zconfig/trunk/debian/tests/all
zconfig/trunk/debian/tests/control
zconfig/trunk/debian/watch
Modified: zconfig/trunk/debian/changelog
===================================================================
--- zconfig/trunk/debian/changelog 2013-05-14 15:02:44 UTC (rev 2700)
+++ zconfig/trunk/debian/changelog 2013-05-15 09:15:26 UTC (rev 2701)
@@ -1,3 +1,19 @@
+zconfig (2.9.3-1) UNRELEASED; urgency=low
+
+ * Team upload.
+ * New upstream release.
+ * debian/control:
+ - Drop python-van.pydeb from Build-Depends
+ - Remove pydeb substvars.
+ - Bump Standards-Version to 3.9.4
+ - Enable autopkgtest.
+ - Change homepage to pypi.
+ * debian/rules: remove the use of pydeb, build with python2 only.
+ * debian/tests: switch to zope.testrunner.
+ * debian/source/options: ignore .egg-info directory.
+
+ -- Gediminas Paulauskas <menesis at pov.lt> Wed, 15 May 2013 11:39:00 +0300
+
zconfig (2.8.0-1) unstable; urgency=low
* Team upload.
@@ -63,7 +79,7 @@
priority optional.
[ Fabio Tranchitella ]
- * debian/control: build-depend on pyton-vab.pydeb >= 1.3.0-2.
+ * debian/control: build-depend on python-van.pydeb >= 1.3.0-2.
(Closes: #552910)
-- Fabio Tranchitella <kobold at debian.org> Sun, 08 Nov 2009 11:26:46 +0100
Modified: zconfig/trunk/debian/control
===================================================================
--- zconfig/trunk/debian/control 2013-05-14 15:02:44 UTC (rev 2700)
+++ zconfig/trunk/debian/control 2013-05-15 09:15:26 UTC (rev 2701)
@@ -7,20 +7,17 @@
Build-Depends: debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3~),
python-setuptools,
- python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
X-Python-Version: >= 2.4
-Homepage: http://www.zope.org/Members/fdrake/zconfig
+XS-Testsuite: autopkgtest
+Homepage: https://pypi.python.org/pypi/ZConfig
Vcs-Svn: svn://svn.debian.org/pkg-zope/zconfig/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zconfig/trunk
Package: python-zconfig
Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Recommends: ${pydeb:Recommends}
-Provides: ${pydeb:Provides}, ${python:Provides}
-Suggests: ${pydeb:Suggests}
-Conflicts: zope3
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
Description: Structured Configuration Library
ZConfig is a configuration library intended for general use. It
supports a hierarchical schema-driven configuration model that allows
Modified: zconfig/trunk/debian/copyright
===================================================================
--- zconfig/trunk/debian/copyright 2013-05-14 15:02:44 UTC (rev 2700)
+++ zconfig/trunk/debian/copyright 2013-05-15 09:15:26 UTC (rev 2701)
@@ -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: ZConfig
Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
Source: http://pypi.python.org/pypi/ZConfig
Modified: zconfig/trunk/debian/rules
===================================================================
--- zconfig/trunk/debian/rules 2013-05-14 15:02:44 UTC (rev 2700)
+++ zconfig/trunk/debian/rules 2013-05-15 09:15:26 UTC (rev 2701)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh --with pydeb --with python2 $@
+ dh --with python2 $@
override_dh_install:
dh_install
Added: zconfig/trunk/debian/source/options
===================================================================
--- zconfig/trunk/debian/source/options (rev 0)
+++ zconfig/trunk/debian/source/options 2013-05-15 09:15:26 UTC (rev 2701)
@@ -0,0 +1 @@
+extend-diff-ignore = "\.egg-info"
Modified: zconfig/trunk/debian/tests/all
===================================================================
--- zconfig/trunk/debian/tests/all 2013-05-14 15:02:44 UTC (rev 2700)
+++ zconfig/trunk/debian/tests/all 2013-05-15 09:15:26 UTC (rev 2701)
@@ -1,2 +1,3 @@
#!/bin/bash
-. /usr/share/python-zope.testing/test_helper
+testfilter="-s ZConfig"
+. /usr/share/python-zope.testrunner/test_helper
Modified: zconfig/trunk/debian/tests/control
===================================================================
--- zconfig/trunk/debian/tests/control 2013-05-14 15:02:44 UTC (rev 2700)
+++ zconfig/trunk/debian/tests/control 2013-05-15 09:15:26 UTC (rev 2701)
@@ -1,3 +1,2 @@
Tests: all
-Features: no-build-needed
-Depends: @, python-zope.testing
+Depends: @, python-zope.testrunner
Modified: zconfig/trunk/debian/watch
===================================================================
--- zconfig/trunk/debian/watch 2013-05-14 15:02:44 UTC (rev 2700)
+++ zconfig/trunk/debian/watch 2013-05-15 09:15:26 UTC (rev 2701)
@@ -1,3 +1,2 @@
version=3
-http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-(.*)\.tar\.gz
-http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-(.*)\.zip
+http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-(.*)\.(?:tar\.gz|zip)
More information about the pkg-zope-developers
mailing list