r27370 - in /desktop/unstable/gtk+2.0/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Apr 10 14:05:41 UTC 2011


Author: joss
Date: Sun Apr 10 14:05:38 2011
New Revision: 27370

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27370
Log:
Drop manual quilt patching; the 3.0 format does it for us.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=27370&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Sun Apr 10 14:05:38 2011
@@ -8,6 +8,7 @@
   * Re-enable introspection support.
   * New upstream release.
   * 070_mandatory-relibtoolize.patch: regenerated for the new version.
+  * Drop manual quilt patching; the 3.0 format does it for us.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 10 Apr 2011 16:00:37 +0200
 

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=27370&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules [utf-8] Sun Apr 10 14:05:38 2011
@@ -170,8 +170,6 @@
 $(STAMP_DIR)/patch-stamp:
 	dh_testdir
 	mkdir $(STAMP_DIR)
-	# apply patches
-	QUILT_PATCHES=$(PATCH_DIR) quilt --quiltrc /dev/null push -a || test $$? = 2
 	# backup the original files to restore them in the clean target
 	-test -r config.sub && cp config.sub config.sub.orig
 	-test -r config.guess && cp config.guess config.guess.orig
@@ -258,9 +256,6 @@
 	# restore files from backup (before unpatching)
 	-test -r config.sub.orig && mv -f config.sub.orig config.sub
 	-test -r config.guess.orig && mv -f config.guess.orig config.guess
-	# unapply patches, if any
-	QUILT_PATCHES=$(PATCH_DIR) quilt --quiltrc /dev/null pop -a -R || test $$? = 2
-	-rm -rf .pc
 	rm -f debian/*.devhelp
 	-rm -rf $(STAMP_DIR)
 	-rm -f $(call dh_subst_files,$(ALL_PKGS))




More information about the pkg-gnome-commits mailing list