r2273 - in zope.configuration/trunk/debian (4 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Thu May 19 14:54:13 UTC 2011


    Date: Thursday, May 19, 2011 @ 14:54:11
  Author: menesis-guest
Revision: 2273

* New upstream release.
* Switch to dh_python2:
  - debian/control: Remove python-central and python-van.pydeb from
    Build-Depends.
  - debian/rules: replace pydeb and python-central with python2.
* debian/control:
  - Add Homepage and Vcs-Browser fields.
  - Bump Standards-Version to 3.9.2, no changes needed.

Modified:
  zope.configuration/trunk/debian/changelog
  zope.configuration/trunk/debian/control
  zope.configuration/trunk/debian/copyright
  zope.configuration/trunk/debian/rules

Modified: zope.configuration/trunk/debian/changelog
===================================================================
--- zope.configuration/trunk/debian/changelog	2011-05-19 14:24:19 UTC (rev 2272)
+++ zope.configuration/trunk/debian/changelog	2011-05-19 14:54:11 UTC (rev 2273)
@@ -1,3 +1,16 @@
+zope.configuration (3.7.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switch to dh_python2:
+    - debian/control: Remove python-central and python-van.pydeb from
+      Build-Depends.
+    - debian/rules: replace pydeb and python-central with python2.
+  * debian/control:
+    - Add Homepage and Vcs-Browser fields.
+    - Bump Standards-Version to 3.9.2, no changes needed.
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Thu, 19 May 2011 17:24:34 +0300
+
 zope.configuration (3.7.2-1) natty; urgency=low
 
   * New upstream release.

Modified: zope.configuration/trunk/debian/control
===================================================================
--- zope.configuration/trunk/debian/control	2011-05-19 14:24:19 UTC (rev 2272)
+++ zope.configuration/trunk/debian/control	2011-05-19 14:54:11 UTC (rev 2273)
@@ -3,19 +3,19 @@
 Priority: extra
 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.3.5-11), python-central (>= 0.6.8), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.8.4
-XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.configuration/trunk
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
+Homepage: http://pypi.python.org/pypi/zope.configuration
+Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.configuration/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.configuration/trunk
 
 Package: python-zope.configuration
 Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Recommends: ${pydeb:Recommends}
-Provides: ${pydeb:Provides}, ${python:Provides}
-Suggests: ${pydeb:Suggests}
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Breaks: ${python:Breaks}
 Conflicts: zope3
-XB-Python-Version: ${python:Versions}
 Description: Zope Configuration Markup Language (ZCML)
  The zope configuration system provides an extensible system for
  supporting various kinds of configurations.

Modified: zope.configuration/trunk/debian/copyright
===================================================================
--- zope.configuration/trunk/debian/copyright	2011-05-19 14:24:19 UTC (rev 2272)
+++ zope.configuration/trunk/debian/copyright	2011-05-19 14:54:11 UTC (rev 2273)
@@ -1,4 +1,4 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
+Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: zope.configuration
 Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.configuration

Modified: zope.configuration/trunk/debian/rules
===================================================================
--- zope.configuration/trunk/debian/rules	2011-05-19 14:24:19 UTC (rev 2272)
+++ zope.configuration/trunk/debian/rules	2011-05-19 14:54:11 UTC (rev 2273)
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-export PYDEB_SUGGESTS_EXTRAS=test
-
 %:
-	dh --with pydeb --with python-central $@
+	dh --with python2 $@




More information about the pkg-zope-developers mailing list