[Python-modules-commits] r10213 - in packages/elementtidy/trunk/debian (changelog control)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Tue Oct 27 16:27:05 UTC 2009


    Date: Tuesday, October 27, 2009 @ 16:27:04
  Author: jwilk-guest
Revision: 10213

Add "Depends: ${misc:Depends}".

Modified:
  packages/elementtidy/trunk/debian/changelog
  packages/elementtidy/trunk/debian/control

Modified: packages/elementtidy/trunk/debian/changelog
===================================================================
--- packages/elementtidy/trunk/debian/changelog	2009-10-27 09:18:59 UTC (rev 10212)
+++ packages/elementtidy/trunk/debian/changelog	2009-10-27 16:27:04 UTC (rev 10213)
@@ -1,8 +1,12 @@
 elementtidy (1.0-7) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
+  [ Jakub Wilk ]
+  * Add "Depends: ${misc:Depends}".
+
  -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:12:58 +0100
 
 elementtidy (1.0-6) unstable; urgency=low

Modified: packages/elementtidy/trunk/debian/control
===================================================================
--- packages/elementtidy/trunk/debian/control	2009-10-27 09:18:59 UTC (rev 10212)
+++ packages/elementtidy/trunk/debian/control	2009-10-27 16:27:04 UTC (rev 10213)
@@ -11,7 +11,7 @@
 
 Package: python-elementtidy
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-elementtree
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-elementtree
 Conflicts: python2.3-elementtidy (<< 1.0-4), python2.4-elementtidy (<< 1.0-4)
 Replaces: python2.3-elementtidy (<< 1.0-4), python2.4-elementtidy (<< 1.0-4)
 Provides: ${python:Provides}




More information about the Python-modules-commits mailing list