r2167 - in zope.interface/trunk/debian (changelog control rules)

jinty-guest at users.alioth.debian.org jinty-guest at users.alioth.debian.org
Sun Apr 10 20:36:02 UTC 2011


    Date: Sunday, April 10, 2011 @ 20:35:52
  Author: jinty-guest
Revision: 2167

* Use dh_python2 rather than dh_pycentral (Closes: #617171)
* Stop using python-van.pydeb as well, packages has no dependencies or
  setuptools extras.

Modified:
  zope.interface/trunk/debian/changelog
  zope.interface/trunk/debian/control
  zope.interface/trunk/debian/rules

Modified: zope.interface/trunk/debian/changelog
===================================================================
--- zope.interface/trunk/debian/changelog	2011-04-10 18:13:15 UTC (rev 2166)
+++ zope.interface/trunk/debian/changelog	2011-04-10 20:35:52 UTC (rev 2167)
@@ -3,13 +3,16 @@
   [ Brian Sutherland ]
   * New version and incorporate changes from Ubuntu.
   * Enable python3 packages
+  * Use dh_python2 rather than dh_pycentral (Closes: #617171)
+  * Stop using python-van.pydeb as well, packages has no dependencies or
+    setuptools extras.
 
   [ Matthias Klose ]
   * The egg doesn't require setuptools. LP: #563060.
   * Call setup.py install with --install-layout=deb to install into
     the final location.
 
- -- Brian Sutherland <brian at vanguardistas.net>  Sun, 10 Apr 2011 18:47:16 +0200
+ -- Brian Sutherland <brian at vanguardistas.net>  Sun, 10 Apr 2011 20:24:44 +0200
 
 zope.interface (3.6.1-0ubuntu3) natty; urgency=low
 

Modified: zope.interface/trunk/debian/control
===================================================================
--- zope.interface/trunk/debian/control	2011-04-10 18:13:15 UTC (rev 2166)
+++ zope.interface/trunk/debian/control	2011-04-10 20:35:52 UTC (rev 2167)
@@ -3,17 +3,15 @@
 Priority: optional
 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.0.50~), python-all-dev (>= 2.3.5-11), python-all-dbg, python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4), python3-all-dev, python3-all-dbg, python3-zope.fixers, python3-setuptools
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-all-dbg, python-setuptools (>= 0.6b3), python3-all-dev, python3-all-dbg, python3-zope.fixers, python3-setuptools
 Standards-Version: 3.9.1
 XS-Python-Version: all
 XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.interface/trunk
 
 Package: python-zope.interface
 Architecture: any
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Recommends: ${pydeb:Recommends}
-Provides: python-zope, python-zopeinterface, ${pydeb:Provides}, ${python:Provides}
-Suggests: ${pydeb:Suggests}
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: python-zope, python-zopeinterface, ${python:Provides}
 Replaces: python-zope, python-zopeinterface
 Conflicts: python-zope, python-zopeinterface, zope3
 XB-Python-Version: ${python:Versions}
@@ -41,10 +39,8 @@
 
 Package: python3-zope.interface
 Architecture: any
-Depends: ${pydeb:Depends}, ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Recommends: ${pydeb:Recommends}
-Provides: python3-zope, ${pydeb:Provides}, ${python3:Provides}
-Suggests: ${pydeb:Suggests}
+Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: python3-zope, ${python3:Provides}
 Description: Interfaces for Python3
  This package provides an implementation of object interfaces for Python.
  Interfaces are a mechanism for labeling objects as conforming to a given API

Modified: zope.interface/trunk/debian/rules
===================================================================
--- zope.interface/trunk/debian/rules	2011-04-10 18:13:15 UTC (rev 2166)
+++ zope.interface/trunk/debian/rules	2011-04-10 20:35:52 UTC (rev 2167)
@@ -3,8 +3,7 @@
 export PYDEB_SUGGESTS_EXTRAS=docs
 
 %:
-	dh --with pydeb --with python-central $@
-	dh --with pydeb --with python-central --with python3 $@
+	dh --with python2 --with python3 $@
 
 package=python-zope.interface
 package3=python3-zope.interface
@@ -72,9 +71,6 @@
 	find debian/$(package3)-dbg ! -type d ! -name '*.so' | xargs rm -f
 	find debian/$(package3)-dbg -depth -empty -exec rmdir {} \;
 
-override_dh_pycentral:
-	dh_pycentral -ppython-zope.interface
-
 override_dh_strip:
 	dh_strip -p$(package) --dbg-package=$(package)-dbg
 	dh_strip -p$(package3) --dbg-package=$(package3)-dbg




More information about the pkg-zope-developers mailing list