r20092 - in /desktop/unstable/ekiga/debian: control control.in rules

dedu-guest at users.alioth.debian.org dedu-guest at users.alioth.debian.org
Thu May 21 20:11:37 UTC 2009


Author: dedu-guest
Date: Thu May 21 20:11:37 2009
New Revision: 20092

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20092
Log:
Remove quilt, as there is no patch

Modified:
    desktop/unstable/ekiga/debian/control
    desktop/unstable/ekiga/debian/control.in
    desktop/unstable/ekiga/debian/rules

Modified: desktop/unstable/ekiga/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/control?rev=20092&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/control (original)
+++ desktop/unstable/ekiga/debian/control Thu May 21 20:11:37 2009
@@ -11,7 +11,7 @@
                libopal-dev (>= 3.6.1~),
                libgconf2-dev,
                libxv-dev,
-               quilt,
+#               quilt,
                autotools-dev,
                gnome-pkg-tools,
                rarian-compat,

Modified: desktop/unstable/ekiga/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/control.in?rev=20092&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/control.in (original)
+++ desktop/unstable/ekiga/debian/control.in Thu May 21 20:11:37 2009
@@ -11,7 +11,7 @@
                libopal-dev (>= 3.6.1~),
                libgconf2-dev,
                libxv-dev,
-               quilt,
+#               quilt,
                autotools-dev,
                gnome-pkg-tools,
                rarian-compat,

Modified: desktop/unstable/ekiga/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/rules?rev=20092&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/rules (original)
+++ desktop/unstable/ekiga/debian/rules Thu May 21 20:11:37 2009
@@ -18,7 +18,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 # how to call quilt
-QUILT := QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null
+#QUILT := QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null
 
 CFLAGS   += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
@@ -35,7 +35,7 @@
 patch-stamp:
 	dh_testdir
 	# apply patches
-	$(QUILT) push -a || test $$? = 2
+	#$(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
 	[ ! -r config.guess ] || cp config.guess config.guess.orig
@@ -61,7 +61,7 @@
 	[ ! -e config.sub.orig ]   || mv -f config.sub.orig   config.sub
 	[ ! -e config.guess.orig ] || mv -f config.guess.orig config.guess
 	# unapply patches, if any
-	$(QUILT) pop -a -R || test $$? = 2
+	#$(QUILT) pop -a -R || test $$? = 2
 	-rm -rf .pc
 	rm -vf build-stamp patch-stamp
 	dh_clean




More information about the pkg-gnome-commits mailing list