r1894 - in zope.component/branches/jinty-dh7/debian (changelog control)
jinty-guest at users.alioth.debian.org
jinty-guest at users.alioth.debian.org
Tue Dec 1 09:27:30 UTC 2009
Date: Tuesday, December 1, 2009 @ 09:27:17
Author: jinty-guest
Revision: 1894
Convert {setuptools:Depends} to {pydeb:Depends}
Modified:
zope.component/branches/jinty-dh7/debian/changelog
zope.component/branches/jinty-dh7/debian/control
Modified: zope.component/branches/jinty-dh7/debian/changelog
===================================================================
--- zope.component/branches/jinty-dh7/debian/changelog 2009-12-01 09:08:24 UTC (rev 1893)
+++ zope.component/branches/jinty-dh7/debian/changelog 2009-12-01 09:27:17 UTC (rev 1894)
@@ -1,8 +1,9 @@
zope.component (3.7.1-6) UNRELEASED; urgency=low
* debian/tests/control: add missing test dependencies.
+ * Convert to debhelper 7 and the pydeb dh7 extension.
- -- Brian Sutherland <brian at vanguardistas.net> Sun, 22 Nov 2009 18:27:31 +0100
+ -- Brian Sutherland <brian at vanguardistas.net> Tue, 01 Dec 2009 10:20:25 +0100
zope.component (3.7.1-5) unstable; urgency=low
Modified: zope.component/branches/jinty-dh7/debian/control
===================================================================
--- zope.component/branches/jinty-dh7/debian/control 2009-12-01 09:08:24 UTC (rev 1893)
+++ zope.component/branches/jinty-dh7/debian/control 2009-12-01 09:27:17 UTC (rev 1894)
@@ -10,10 +10,10 @@
Package: python-zope.component
Architecture: all
-Depends: ${setuptools:Depends}, ${python:Depends}
-Recommends: ${setuptools:Recommends}
-Provides: ${setuptools:Provides}
-Suggests: ${python:Provides}, ${setuptools:Suggests}
+Depends: ${pydeb:Depends}, ${python:Depends}
+Recommends: ${pydeb:Recommends}
+Provides: ${pydeb:Provides}
+Suggests: ${python:Provides}, ${pydeb:Suggests}
Conflicts: zope3
XB-Python-Version: ${python:Versions}
Description: Zope Component Architecture
@@ -23,7 +23,7 @@
Package: python-zope.component-zcml
Architecture: all
-Depends: python-zope.component (= ${binary:Version}), ${setuptools:Depends}, ${python:Depends}
+Depends: python-zope.component (= ${binary:Version}), ${pydeb:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Metapackage for zope.component zcml extra
More information about the pkg-zope-developers
mailing list