[Python-modules-commits] r7633 - in packages/skype4py/trunk/debian (changelog control)

rafael at users.alioth.debian.org rafael at users.alioth.debian.org
Wed Feb 18 17:41:06 UTC 2009


    Date: Wednesday, February 18, 2009 @ 17:41:05
  Author: rafael
Revision: 7633

Fix Lintian warning debhelper-but-no-misc-depends

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

Modified: packages/skype4py/trunk/debian/changelog
===================================================================
--- packages/skype4py/trunk/debian/changelog	2009-02-18 17:38:02 UTC (rev 7632)
+++ packages/skype4py/trunk/debian/changelog	2009-02-18 17:41:05 UTC (rev 7633)
@@ -7,6 +7,7 @@
       Uploaders list
     + Put package in the contrib distribution
     + Add appropriate Vcs-* URLs
+    + Fix Lintian warning debhelper-but-no-misc-depends
   * debian/watch: Use SF redirector (Lintian warning)
 
  -- Rafael Laboissiere <rafael at debian.org>  Wed, 18 Feb 2009 18:00:58 +0100

Modified: packages/skype4py/trunk/debian/control
===================================================================
--- packages/skype4py/trunk/debian/control	2009-02-18 17:38:02 UTC (rev 7632)
+++ packages/skype4py/trunk/debian/control	2009-02-18 17:41:05 UTC (rev 7633)
@@ -16,7 +16,7 @@
 
 Package: python-skype
 Architecture: all
-Depends: python (>= 2.4)
+Depends: python (>= 2.4), ${misc:Depends}
 Description: Skype API wrapper for Python
  Skype4Py is a high-level, platform independent Skype API wrapper for
  Python with API similar to Skype4COM.




More information about the Python-modules-commits mailing list