r26815 - in /desktop/experimental/pygobject/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Mar 10 21:56:26 UTC 2011


Author: bigon
Date: Thu Mar 10 21:56:25 2011
New Revision: 26815

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26815
Log:
debian/rules: Remove explicit calls to quilt as we are using '3.0 (quilt)' format

Modified:
    desktop/experimental/pygobject/debian/changelog
    desktop/experimental/pygobject/debian/rules

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=26815&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog [utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog [utf-8] Thu Mar 10 21:56:25 2011
@@ -11,8 +11,10 @@
     - Drop Conflicts against python-gtk2{-dev,} (<< 2.10)
   * debian/rules: Adjust installation path for cairo binding
   * debian/copyright: Update copyright file
-
- -- Laurent Bigonville <bigon at debian.org>  Wed, 09 Mar 2011 02:37:26 +0100
+  * debian/rules: Remove explicit calls to quilt as we are using '3.0 (quilt)'
+    format
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 10 Mar 2011 22:54:37 +0100
 
 pygobject (2.27.0-2) experimental; urgency=low
 

Modified: desktop/experimental/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/rules?rev=26815&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/rules [utf-8] (original)
+++ desktop/experimental/pygobject/debian/rules [utf-8] Thu Mar 10 21:56:25 2011
@@ -24,14 +24,8 @@
 PYVERS := $(shell pyversions --requested --version debian/control)
 PYVERS := $(filter-out $(PYDEFAULTVER), $(PYVERS)) $(PYDEFAULTVER)
 
-# how to call quilt
-PATCH_DIR := $(CURDIR)/debian/patches
-QUILT := QUILT_PATCHES=$(PATCH_DIR) quilt --quiltrc /dev/null
-
 patch-stamp:
 	dh_testdir
-	# apply patches
-	$(QUILT) push -a || test $$? = 2
 	# backup the original files to restore them in the clean target
 	[ ! -r config.sub ]   || \
 	    (cp config.sub   config.sub.orig   && \
@@ -50,9 +44,6 @@
 	    cp config.sub.orig   config.sub
 	[ ! -r config.guess.orig ]   || \
 	    cp config.guess.orig config.guess
-	# unapply patches, if any
-	$(QUILT) pop -a || test $$? = 2
-	rm -rf .pc
 
 build-%/configure-stamp: patch-stamp
 	dh_testdir




More information about the pkg-gnome-commits mailing list