[Python-apps-commits] r2062 - in packages/gaupol/trunk/debian (changelog control)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Sat Dec 13 14:50:48 UTC 2008


    Date: Saturday, December 13, 2008 @ 14:50:47
  Author: gothicx-guest
Revision: 2062

Add  to Depends to remove lintian warning

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

Modified: packages/gaupol/trunk/debian/changelog
===================================================================
--- packages/gaupol/trunk/debian/changelog	2008-12-13 14:49:37 UTC (rev 2061)
+++ packages/gaupol/trunk/debian/changelog	2008-12-13 14:50:47 UTC (rev 2062)
@@ -1,8 +1,14 @@
 gaupol (0.13.1-2) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
+  [ Marco Rodrigues ]
+  * debian/control:
+    + Add ${misc:Depends} to Depends to remove
+      lintian warning.
+
  -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:47:27 +0100
 
 gaupol (0.13.1-1) unstable; urgency=low

Modified: packages/gaupol/trunk/debian/control
===================================================================
--- packages/gaupol/trunk/debian/control	2008-12-13 14:49:37 UTC (rev 2061)
+++ packages/gaupol/trunk/debian/control	2008-12-13 14:50:47 UTC (rev 2062)
@@ -14,7 +14,7 @@
 Package: gaupol
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, python (>= 2.5.1),
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5.1),
  python-gtk2 (>= 2.12), python-glade2 (>= 2.12), python-gobject (>= 2.12.3-2+b1)
 Recommends: python-enchant (>= 1.1.5-2), iso-codes, python-chardet
 Suggests: vlc | mplayer




More information about the Python-apps-commits mailing list