rev 8538 - in trunk/packages/wv2/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Wed Dec 26 07:24:34 UTC 2007


Author: ana
Date: 2007-12-26 07:24:33 +0000 (Wed, 26 Dec 2007)
New Revision: 8538

Modified:
   trunk/packages/wv2/debian/control
   trunk/packages/wv2/debian/patches/05_relibtoolize.dpatch
   trunk/packages/wv2/debian/patches/10_wv2-config_static.dpatch
   trunk/packages/wv2/debian/patches/50_autogen.dpatch
   trunk/packages/wv2/debian/rules
Log:
move to quilt


Modified: trunk/packages/wv2/debian/control
===================================================================
--- trunk/packages/wv2/debian/control	2007-12-26 07:22:44 UTC (rev 8537)
+++ trunk/packages/wv2/debian/control	2007-12-26 07:24:33 UTC (rev 8538)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Isaac Clerencia <isaac at debian.org>, Ana Beatriz Guerrero Lopez <ana at debian.org>
-Build-Depends: debhelper (>> 5.0.31), libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libxml2-dev, zlib1g-dev, pkg-config, dpatch
+Build-Depends: debhelper (>> 5.0.31), libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libxml2-dev, zlib1g-dev, pkg-config, quilt
 Standards-Version: 3.7.3
 
 Package: libwv2-1c2

Modified: trunk/packages/wv2/debian/patches/05_relibtoolize.dpatch
===================================================================
--- trunk/packages/wv2/debian/patches/05_relibtoolize.dpatch	2007-12-26 07:22:44 UTC (rev 8537)
+++ trunk/packages/wv2/debian/patches/05_relibtoolize.dpatch	2007-12-26 07:24:33 UTC (rev 8538)
@@ -1,9 +1,3 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
 --- wv2-0.2.3.orig/config.guess	2005-09-09 12:29:11.000000000 -0400
 +++ wv2-0.2.3.patched/config.guess	2006-06-18 15:21:44.000000000 -0400
 @@ -3,7 +3,7 @@

Modified: trunk/packages/wv2/debian/patches/10_wv2-config_static.dpatch
===================================================================
--- trunk/packages/wv2/debian/patches/10_wv2-config_static.dpatch	2007-12-26 07:22:44 UTC (rev 8537)
+++ trunk/packages/wv2/debian/patches/10_wv2-config_static.dpatch	2007-12-26 07:24:33 UTC (rev 8538)
@@ -1,9 +1,3 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
 --- wv2-0.2.2.orig/wv2-config.in
 +++ wv2-0.2.2.patched/wv2-config.in
 @@ -13,6 +13,7 @@

Modified: trunk/packages/wv2/debian/patches/50_autogen.dpatch
===================================================================
--- trunk/packages/wv2/debian/patches/50_autogen.dpatch	2007-12-26 07:22:44 UTC (rev 8537)
+++ trunk/packages/wv2/debian/patches/50_autogen.dpatch	2007-12-26 07:24:33 UTC (rev 8538)
@@ -1,10 +1,3 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -Nru wv2-0.2.3.orig/aclocal.m4 wv2-0.2.3/aclocal.m4
 --- wv2-0.2.3.orig/aclocal.m4	2006-06-12 13:12:17.000000000 -0400
 +++ wv2-0.2.3/aclocal.m4	2006-06-18 15:24:20.000000000 -0400
 @@ -13,7 +13,7 @@

Modified: trunk/packages/wv2/debian/rules
===================================================================
--- trunk/packages/wv2/debian/rules	2007-12-26 07:22:44 UTC (rev 8537)
+++ trunk/packages/wv2/debian/rules	2007-12-26 07:24:33 UTC (rev 8538)
@@ -20,12 +20,12 @@
 	INSTALL_PROGRAM += -s
 endif
 
-include /usr/share/dpatch/dpatch.make
-
 configure: configure-stamp
-configure-stamp: patch-stamp
+configure-stamp: 
 	dh_testdir
 
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
+
 	# Add here commands to configure the package.
 	CFLAGS="$(OPTFLAGS)" CXXFLAGS="$(OPTFLAGS)" ./configure \
 	--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
@@ -42,11 +42,11 @@
 
 	touch build-stamp
 
-clean: unpatch
+clean: 
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp patch-stamp
-
+	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	-$(MAKE) distclean
 
 	dh_clean




More information about the pkg-kde-commits mailing list