[Python-modules-commits] r7655 - in packages/elementtree/trunk/debian (changelog control)
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Thu Feb 19 21:03:52 UTC 2009
Date: Thursday, February 19, 2009 @ 21:03:52
Author: pochu-guest
Revision: 7655
Let binary packages depend on ${misc:Depends}
Modified:
packages/elementtree/trunk/debian/changelog
packages/elementtree/trunk/debian/control
Modified: packages/elementtree/trunk/debian/changelog
===================================================================
--- packages/elementtree/trunk/debian/changelog 2009-02-19 20:59:53 UTC (rev 7654)
+++ packages/elementtree/trunk/debian/changelog 2009-02-19 21:03:52 UTC (rev 7655)
@@ -17,6 +17,7 @@
file in the deb, we use debian/pyversions for that. This will make
elementtree build correctly with pysupport 0.90.0 and newer.
Thanks Josselin Mouette. Closes: #516186.
+ * Let binary packages depend on ${misc:Depends}
-- Bernd Zeimetz <bzed at debian.org> Sun, 20 Apr 2008 23:46:42 +0200
Modified: packages/elementtree/trunk/debian/control
===================================================================
--- packages/elementtree/trunk/debian/control 2009-02-19 20:59:53 UTC (rev 7654)
+++ packages/elementtree/trunk/debian/control 2009-02-19 21:03:52 UTC (rev 7655)
@@ -12,7 +12,7 @@
Package: python-elementtree
Architecture: all
-Depends: python (>= 2.3), python-support
+Depends: ${misc:Depends}, python (>= 2.3), python-support
Provides: ${python:Provides}
Replaces: python2.3-elementtree, python2.4-elementtree
Conflicts: python2.3-elementtree, python2.4-elementtree
@@ -30,6 +30,7 @@
Package: python-elementtree-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Description: Documentation for ElementTree
ElementTree provides a simple but flexible container object,
designed to store hierarchical data structures, such as
More information about the Python-modules-commits
mailing list