r30847 - in /desktop/unstable/glade/debian: changelog control control.in rules

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


Author: biebl
Date: Thu Oct 20 05:40:29 2011
New Revision: 30847

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30847
Log:
Drop usage of python-support, not actually required.

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

Modified: desktop/unstable/glade/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/changelog?rev=30847&op=diff
==============================================================================
--- desktop/unstable/glade/debian/changelog [utf-8] (original)
+++ desktop/unstable/glade/debian/changelog [utf-8] Thu Oct 20 05:40:29 2011
@@ -15,6 +15,7 @@
       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.
+  * Drop usage of python-support, not actually required.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 20 Oct 2011 01:49:30 +0200
 

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

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

Modified: desktop/unstable/glade/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/rules?rev=30847&op=diff
==============================================================================
--- desktop/unstable/glade/debian/rules [utf-8] (original)
+++ desktop/unstable/glade/debian/rules [utf-8] Thu Oct 20 05:40:29 2011
@@ -6,14 +6,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgladeui-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control)
-
 DEB_CONFIGURE_EXTRA_FLAGS += \
 			--enable-gtk-doc \
 			--disable-scrollkeeper
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-
-binary-post-install/$(SHARED_PKG)::
-	dh_pysupport -p$(SHARED_PKG)
-




More information about the pkg-gnome-commits mailing list