r30846 - in /desktop/unstable/glade/debian: changelog control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Oct 20 05:26:05 UTC 2011


Author: biebl
Date: Thu Oct 20 05:26:04 2011
New Revision: 30846

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30846
Log:
Change Build-Depends on python-gobject to python-gobject-dev so the
python module is actually built.

Modified:
    desktop/unstable/glade/debian/changelog
    desktop/unstable/glade/debian/control.in

Modified: desktop/unstable/glade/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/changelog?rev=30846&op=diff
==============================================================================
--- desktop/unstable/glade/debian/changelog [utf-8] (original)
+++ desktop/unstable/glade/debian/changelog [utf-8] Thu Oct 20 05:26:04 2011
@@ -13,6 +13,8 @@
   * debian/control.in:
     - Tighten dependency on libgladeui-common to ensure we have the correct
       version of the catalog files installed. Closes: #628431
+    - Change Build-Depends on python-gobject to python-gobject-dev so the
+      python module is actually built.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 20 Oct 2011 01:49:30 +0200
 

Modified: desktop/unstable/glade/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/control.in?rev=30846&op=diff
==============================================================================
--- desktop/unstable/glade/debian/control.in [utf-8] (original)
+++ desktop/unstable/glade/debian/control.in [utf-8] Thu Oct 20 05:26:04 2011
@@ -10,7 +10,7 @@
                gnome-pkg-tools (>= 0.10),
                libxml2-dev (>= 2.4.0),
                libgtk-3-dev (>= 3.0.0),
-               python-gobject (>= 2.27.0),
+               python-gobject-dev (>= 2.27.0),
                python-support (>= 0.3),
                gtk-doc-tools (>= 1.13),
                gnome-doc-utils (>= 0.18),




More information about the pkg-gnome-commits mailing list