r37648 - in /packages/unstable/gedit-plugins/debian: changelog control control.in

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Wed May 8 08:05:25 UTC 2013


Author: smcv
Date: Wed May  8 08:05:24 2013
New Revision: 37648

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37648
Log:
Depend on python-dbus-dev, to avoid FTBFS when python-dbus stops
depending on it (Closes: #673852)

Modified:
    packages/unstable/gedit-plugins/debian/changelog
    packages/unstable/gedit-plugins/debian/control
    packages/unstable/gedit-plugins/debian/control.in

Modified: packages/unstable/gedit-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/changelog?rev=37648&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/changelog [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/changelog [utf-8] Wed May  8 08:05:24 2013
@@ -1,3 +1,10 @@
+gedit-plugins (3.4.0-2) UNRELEASED; urgency=low
+
+  * Depend on python-dbus-dev, to avoid FTBFS when python-dbus stops
+    depending on it (Closes: #673852)
+
+ -- Simon McVittie <smcv at debian.org>  Wed, 08 May 2013 09:02:06 +0100
+
 gedit-plugins (3.4.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/gedit-plugins/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control?rev=37648&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control [utf-8] Wed May  8 08:05:24 2013
@@ -14,7 +14,8 @@
                libvte-2.90-dev,
                gedit-dev (>= 3.2.1),
                python (>= 2.6.6-3~),
-               python-dbus (>= 0.83.1)
+               python-dbus (>= 1.0),
+               python-dbus-dev (>= 1.0)
 Standards-Version: 3.9.3
 Homepage: http://live.gnome.org/Gedit/Plugins
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gedit-plugins

Modified: packages/unstable/gedit-plugins/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control.in?rev=37648&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control.in [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control.in [utf-8] Wed May  8 08:05:24 2013
@@ -14,7 +14,8 @@
                libvte-2.90-dev,
                gedit-dev (>= 3.2.1),
                python (>= 2.6.6-3~),
-               python-dbus (>= 0.83.1)
+               python-dbus (>= 1.0),
+               python-dbus-dev (>= 1.0)
 Standards-Version: 3.9.3
 Homepage: http://live.gnome.org/Gedit/Plugins
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gedit-plugins




More information about the pkg-gnome-commits mailing list