[Python-apps-commits] r3441 - in packages/scribes/trunk/debian (changelog control)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Wed Aug 12 11:31:58 UTC 2009


    Date: Wednesday, August 12, 2009 @ 11:31:57
  Author: pochu-guest
Revision: 3441

debian/control: don't depend on python-gnome2-desktop/python-gnome2-extras
but on the specific modules directly.

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

Modified: packages/scribes/trunk/debian/changelog
===================================================================
--- packages/scribes/trunk/debian/changelog	2009-08-11 22:04:01 UTC (rev 3440)
+++ packages/scribes/trunk/debian/changelog	2009-08-12 11:31:57 UTC (rev 3441)
@@ -12,6 +12,8 @@
   * Switch to python-support.
   * debian/manpages: install the manpage from here.
   * Standards-Version is 3.8.1, no changes needed.
+  * debian/control: don't depend on python-gnome2-desktop/python-gnome2-extras
+    but on the specific modules directly.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Fri, 13 Feb 2009 14:25:50 +0100
 

Modified: packages/scribes/trunk/debian/control
===================================================================
--- packages/scribes/trunk/debian/control	2009-08-11 22:04:01 UTC (rev 3440)
+++ packages/scribes/trunk/debian/control	2009-08-12 11:31:57 UTC (rev 3441)
@@ -27,10 +27,12 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          python-dbus (>= 0.70),
+         python-gconf,
          python-glade2,
-         python-gnome2 (>= 2.12),
-         python-gnome2-desktop (>= 2.12),
-         python-gnome2-extras (>= 2.12),
+         python-gnome2,
+         python-gnomeprint,
+         python-gtkspell,
+         python-gtksourceview,
          python-gtk2 (>= 2.10),
          scrollkeeper,
          yelp (>= 2.12)




More information about the Python-apps-commits mailing list