[Python-apps-commits] r8153 - in packages/catfish/trunk/debian (changelog control)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Feb 9 00:52:44 UTC 2012


    Date: Thursday, February 9, 2012 @ 00:52:42
  Author: jwilk
Revision: 8153

Add ${misc:Depends} to Depends.

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

Modified: packages/catfish/trunk/debian/changelog
===================================================================
--- packages/catfish/trunk/debian/changelog	2012-02-08 23:40:05 UTC (rev 8152)
+++ packages/catfish/trunk/debian/changelog	2012-02-09 00:52:42 UTC (rev 8153)
@@ -11,8 +11,9 @@
     Biebl for the bug report and the patch.
   * Add README.source.
   * Bump to Standards-Version 3.9.2 (no changes needed).
+  * Add ${misc:Depends} to Depends.
 
- -- Jakub Wilk <jwilk at debian.org>  Thu, 09 Feb 2012 00:39:25 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 09 Feb 2012 01:52:24 +0100
 
 catfish (0.3.2-1) unstable; urgency=low
 

Modified: packages/catfish/trunk/debian/control
===================================================================
--- packages/catfish/trunk/debian/control	2012-02-08 23:40:05 UTC (rev 8152)
+++ packages/catfish/trunk/debian/control	2012-02-09 00:52:42 UTC (rev 8153)
@@ -12,7 +12,7 @@
 
 Package: catfish
 Architecture: all
-Depends: ${python:Depends}, python-gtk2 (>= 2.6), python-glade2, python-gobject
+Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 2.6), python-glade2, python-gobject
 Recommends: python-xdg
 Suggests: python-dbus, strigi-daemon, doodle, tracker, beagle
 Description: file search tool that support several different engines




More information about the Python-apps-commits mailing list