[Python-modules-commits] r18188 - in packages/pyvorbis/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Aug 17 14:52:35 UTC 2011


    Date: Wednesday, August 17, 2011 @ 14:52:34
  Author: morph
Revision: 18188

* debian/control
  - added misc:Depends to Depends lines

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

Modified: packages/pyvorbis/trunk/debian/changelog
===================================================================
--- packages/pyvorbis/trunk/debian/changelog	2011-08-17 14:46:02 UTC (rev 18187)
+++ packages/pyvorbis/trunk/debian/changelog	2011-08-17 14:52:34 UTC (rev 18188)
@@ -7,8 +7,10 @@
     - adapted to new upstream code
   * debian/patches/03_double_free_fix.dpatch
     - removed, merged upstream
+  * debian/control
+    - added misc:Depends to Depends lines
 
- -- Sandro Tosi <morph at debian.org>  Wed, 17 Aug 2011 11:09:02 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 17 Aug 2011 16:52:07 +0200
 
 pyvorbis (1.4-2) unstable; urgency=medium
 

Modified: packages/pyvorbis/trunk/debian/control
===================================================================
--- packages/pyvorbis/trunk/debian/control	2011-08-17 14:46:02 UTC (rev 18187)
+++ packages/pyvorbis/trunk/debian/control	2011-08-17 14:52:34 UTC (rev 18188)
@@ -13,7 +13,7 @@
 
 Package: python-pyvorbis
 Architecture: any
-Depends: ${python:Depends}, python-ogg, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-ogg, ${shlibs:Depends}
 Provides: ${python:Provides}
 Suggests: python-pyvorbis-dbg
 Description: Python interface to the Ogg Vorbis library
@@ -25,7 +25,7 @@
 Priority: extra
 Section: debug
 Architecture: any
-Depends: python-pyvorbis (= ${binary:Version}), python-dbg, python-ogg-dbg, ${shlibs:Depends}
+Depends: ${misc:Depends}, python-pyvorbis (= ${binary:Version}), python-dbg, python-ogg-dbg, ${shlibs:Depends}
 Description: Python interface to the Ogg Vorbis library (debug extension)
  This module makes the libvorbis (Ogg Vorbis) functions available
  in Python. With this module you can write Python applications




More information about the Python-modules-commits mailing list