r31844 - in /desktop/unstable/gnome-applets/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Nov 24 20:15:47 UTC 2011


Author: joss
Date: Thu Nov 24 20:15:46 2011
New Revision: 31844

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31844
Log:
Replace python-gobject-dev build-dep by python-gi-dev, but add 
python-gobject-2-dev as an interim measure until the configure 
script is fixed.

Modified:
    desktop/unstable/gnome-applets/debian/changelog
    desktop/unstable/gnome-applets/debian/control
    desktop/unstable/gnome-applets/debian/control.in

Modified: desktop/unstable/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/changelog?rev=31844&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog [utf-8] Thu Nov 24 20:15:46 2011
@@ -1,6 +1,9 @@
 gnome-applets (3.2.1-2) UNRELEASED; urgency=low
 
   * Add missing dependency on python-gi.
+  * Replace python-gobject-dev build-dep by python-gi-dev, but add 
+    python-gobject-2-dev as an interim measure until the configure 
+    script is fixed.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 24 Nov 2011 21:01:36 +0100
 

Modified: desktop/unstable/gnome-applets/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/control?rev=31844&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/control [utf-8] Thu Nov 24 20:15:46 2011
@@ -31,7 +31,8 @@
                libx11-dev,
                gnome-settings-daemon-dev,
                python-dev (>= 2.6.6-3~),
-               python-gobject-dev (>= 2.28),
+               python-gobject-2-dev (>= 2.28),
+               python-gi-dev,
                xsltproc,
                docbook-xsl,
                docbook-to-man,

Modified: desktop/unstable/gnome-applets/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/control.in?rev=31844&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/control.in [utf-8] Thu Nov 24 20:15:46 2011
@@ -26,7 +26,8 @@
                libx11-dev,
                gnome-settings-daemon-dev,
                python-dev (>= 2.6.6-3~),
-               python-gobject-dev (>= 2.28),
+               python-gobject-2-dev (>= 2.28),
+               python-gi-dev,
                xsltproc,
                docbook-xsl,
                docbook-to-man,




More information about the pkg-gnome-commits mailing list