r20347 - in /packages/unstable/accerciser/debian: changelog control control.in

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Fri Jun 12 14:05:43 UTC 2009


Author: pochu-guest
Date: Fri Jun 12 14:05:42 2009
New Revision: 20347

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20347
Log:
Stop depending on python-gnome2-desktop as it's just a metapackage
now and it's going away, depend on python-rsvg and python-wnck
instead.

Modified:
    packages/unstable/accerciser/debian/changelog
    packages/unstable/accerciser/debian/control
    packages/unstable/accerciser/debian/control.in

Modified: packages/unstable/accerciser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/changelog?rev=20347&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/changelog (original)
+++ packages/unstable/accerciser/debian/changelog Fri Jun 12 14:05:42 2009
@@ -11,6 +11,9 @@
     for the clean target.
   * debian/rules: remove check-dist.mk include.
   * Depend on python-gtksourceview2.
+  * Stop depending on python-gnome2-desktop as it's just a metapackage
+    now and it's going away, depend on python-rsvg and python-wnck
+    instead.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Fri, 12 Jun 2009 14:32:34 +0200
 

Modified: packages/unstable/accerciser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/control?rev=20347&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/control (original)
+++ packages/unstable/accerciser/debian/control Fri Jun 12 14:05:42 2009
@@ -29,7 +29,9 @@
          python-gtk2 (>= 2.10),
          python-glade2,
          python-gnome2 (>= 2.12),
-         python-gnome2-desktop,
+         python-rsvg,
+         python-wnck,
+         python-gtksourceview2,
          ipython
 Description: an interactive Python accessibility explorer for the GNOME desktop
  It uses AT-SPI to inspect and control widgets, allowing you to check if

Modified: packages/unstable/accerciser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/control.in?rev=20347&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/control.in (original)
+++ packages/unstable/accerciser/debian/control.in Fri Jun 12 14:05:42 2009
@@ -29,7 +29,8 @@
          python-gtk2 (>= 2.10),
          python-glade2,
          python-gnome2 (>= 2.12),
-         python-gnome2-desktop,
+         python-rsvg,
+         python-wnck,
          python-gtksourceview2,
          ipython
 Description: an interactive Python accessibility explorer for the GNOME desktop




More information about the pkg-gnome-commits mailing list