r2087 - in van.pydeb/trunk/debian (3 files)
doko at users.alioth.debian.org
doko at users.alioth.debian.org
Fri Jul 30 19:19:06 UTC 2010
Date: Friday, July 30, 2010 @ 19:19:01
Author: doko
Revision: 2087
* Build using dh_python2 instead of dh_pycentral.
Modified:
van.pydeb/trunk/debian/changelog
van.pydeb/trunk/debian/control
van.pydeb/trunk/debian/rules_templates/rules.1.mk
Modified: van.pydeb/trunk/debian/changelog
===================================================================
--- van.pydeb/trunk/debian/changelog 2010-07-28 17:00:27 UTC (rev 2086)
+++ van.pydeb/trunk/debian/changelog 2010-07-30 19:19:01 UTC (rev 2087)
@@ -1,9 +1,13 @@
van.pydeb (1.3.1-2) UNRELEASED; urgency=low
+ [ Gediminas Paulauskas ]
* Do not add provides for metapackages, because it contains only itself.
- -- Gediminas Paulauskas <menesis at pov.lt> Wed, 28 Jul 2010 19:20:20 +0300
+ [ Matthias Klose ]
+ * Build using dh_python2 instead of dh_pycentral.
+ -- Matthias Klose <doko at ubuntu.com> Fri, 30 Jul 2010 19:37:36 +0200
+
van.pydeb (1.3.1-1) unstable; urgency=low
* New upstream release.
Modified: van.pydeb/trunk/debian/control
===================================================================
--- van.pydeb/trunk/debian/control 2010-07-28 17:00:27 UTC (rev 2086)
+++ van.pydeb/trunk/debian/control 2010-07-30 19:19:01 UTC (rev 2087)
@@ -3,15 +3,15 @@
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 (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.5-9~), python-setuptools (>= 0.6b3)
+Standards-Version: 3.9.0
XS-Python-Version: all
XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/van.pydeb/trunk
Package: python-van.pydeb
Architecture: all
Depends: python-pkg-resources, ${python:Depends}
-Provides: python-van
+Provides: python-van, ${python:Provides}
Conflicts: python-van
Replaces: python-van
XB-Python-Version: ${python:Versions}
Modified: van.pydeb/trunk/debian/rules_templates/rules.1.mk
===================================================================
--- van.pydeb/trunk/debian/rules_templates/rules.1.mk 2010-07-28 17:00:27 UTC (rev 2086)
+++ van.pydeb/trunk/debian/rules_templates/rules.1.mk 2010-07-30 19:19:01 UTC (rev 2087)
@@ -78,7 +78,7 @@
dh_strip
dh_compress
dh_fixperms
- dh_pycentral
+ dh_python2 --no-guessing-deps
dh_makeshlibs
dh_installdeb
dh_shlibdeps
More information about the pkg-zope-developers
mailing list