[Python-modules-commits] r7045 - in packages/logilab-astng/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Nov 29 23:11:15 UTC 2008


    Date: Saturday, November 29, 2008 @ 23:11:14
  Author: morph
Revision: 7045

* debian/control
  - added ${misc:Depends} to Depends

Modified:
  packages/logilab-astng/trunk/debian/changelog
  packages/logilab-astng/trunk/debian/control

Modified: packages/logilab-astng/trunk/debian/changelog
===================================================================
--- packages/logilab-astng/trunk/debian/changelog	2008-11-29 22:31:03 UTC (rev 7044)
+++ packages/logilab-astng/trunk/debian/changelog	2008-11-29 23:11:14 UTC (rev 7045)
@@ -1,3 +1,10 @@
+logilab-astng (0.17.4-2) UNRELEASED; urgency=low
+
+  * debian/control
+    - added ${misc:Depends} to Depends
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 30 Nov 2008 00:08:46 +0100
+
 logilab-astng (0.17.4-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/logilab-astng/trunk/debian/control
===================================================================
--- packages/logilab-astng/trunk/debian/control	2008-11-29 22:31:03 UTC (rev 7044)
+++ packages/logilab-astng/trunk/debian/control	2008-11-29 23:11:14 UTC (rev 7045)
@@ -13,7 +13,7 @@
 
 Package: python-logilab-astng
 Architecture: all
-Depends: ${python:Depends}, python-logilab-common (>= 0.21.0-1)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.21.0-1)
 XB-Python-Version: ${python:Versions}
 Description: extend Python's abstract syntax tree (AST)
  The aim of this module is to provide a common base representation of




More information about the Python-modules-commits mailing list