r30798 - in /desktop/unstable/pango1.0/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Wed Oct 19 15:33:37 UTC 2011


Author: mpitt
Date: Wed Oct 19 15:33:36 2011
New Revision: 30798

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30798
Log:
debian/rules: Remove workaround for bgo#653245, upstream tarball does not
ship a pre-generated .gir any more.

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/rules

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=30798&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/changelog [utf-8] Wed Oct 19 15:33:36 2011
@@ -1,9 +1,14 @@
 pango1.0 (1.29.4-2) UNRELEASED; urgency=low
 
+  [ Michael Biebl ]
   * Bump debhelper compatibility level to 8.
     - Don't pass --dbg-package= without an argument to dh_strip as commands
       will fail rather than warn when they are passed unknown options.
   * Bump shlibs version info to 1.29.4.
+
+  [ Martin Pitt ]
+  * debian/rules: Remove workaround for bgo#653245, upstream tarball does not
+    ship a pre-generated .gir any more.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 08 Oct 2011 02:20:24 +0200
 

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=30798&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/rules [utf-8] Wed Oct 19 15:33:36 2011
@@ -91,11 +91,6 @@
 		-e 's#@GNOME_TEAM@#$(UPLOADERS)#g' \
 		$@.in >$@
 
-# Remove pre-generated .gir files from dist tarball
-# https://bugzilla.gnome.org/show_bug.cgi?id=653245
-pre-build::
-	rm -f pango/*.gir
-
 clean:: debian/control
 	# gross kludge to force control generation with the %.in target
 	touch debian/control.in




More information about the pkg-gnome-commits mailing list