[Python-apps-commits] r2060 - in packages/emesene/trunk/debian (changelog control)
gothicx-guest at users.alioth.debian.org
gothicx-guest at users.alioth.debian.org
Sat Dec 13 14:45:53 UTC 2008
Date: Saturday, December 13, 2008 @ 14:45:53
Author: gothicx-guest
Revision: 2060
Add to Depends to remove lintian warning
Modified:
packages/emesene/trunk/debian/changelog
packages/emesene/trunk/debian/control
Modified: packages/emesene/trunk/debian/changelog
===================================================================
--- packages/emesene/trunk/debian/changelog 2008-12-13 14:44:50 UTC (rev 2059)
+++ packages/emesene/trunk/debian/changelog 2008-12-13 14:45:53 UTC (rev 2060)
@@ -9,6 +9,11 @@
- Fix Logger plugin exceptions. Patch backported from upstream r1506.
Closes: #503939.
+ [ Marco Rodrigues ]
+ * debian/control:
+ + Add ${misc:Depends} to Depends to remove
+ lintian warning.
+
-- Emilio Pozuelo Monfort <pochu at ubuntu.com> Mon, 17 Nov 2008 23:33:34 +0100
emesene (1.0.1-1) unstable; urgency=low
Modified: packages/emesene/trunk/debian/control
===================================================================
--- packages/emesene/trunk/debian/control 2008-12-13 14:44:50 UTC (rev 2059)
+++ packages/emesene/trunk/debian/control 2008-12-13 14:45:53 UTC (rev 2060)
@@ -15,7 +15,7 @@
Package: emesene
Architecture: all
-Depends: ${python:Depends},
+Depends: ${python:Depends}, ${misc:Depends},
python-gtk2 (>= 2.10),
python-cairo,
python-gobject
More information about the Python-apps-commits
mailing list