[Pkg-xfce-commits] r1992 - in desktop/trunk/xfce4-panel/debian: . patches

corsac at alioth.debian.org corsac at alioth.debian.org
Thu May 15 06:40:35 UTC 2008


Author: corsac
Date: 2008-05-15 06:40:33 +0000 (Thu, 15 May 2008)
New Revision: 1992

Added:
   desktop/trunk/xfce4-panel/debian/patches/series
Modified:
   desktop/trunk/xfce4-panel/debian/changelog
   desktop/trunk/xfce4-panel/debian/rules
Log:
debian/rules: use quilt make rule. 

Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog	2008-05-15 06:38:25 UTC (rev 1991)
+++ desktop/trunk/xfce4-panel/debian/changelog	2008-05-15 06:40:33 UTC (rev 1992)
@@ -5,8 +5,9 @@
       the panel. (Xfce #3815, r26669).
     - 02_fix-screen-config-dialog added, fix multiscreen support for
       configuration dialogs. (Xfce r26937).                     closes: #481086
+  * debian/rules: use quilt make rule. 
 
- -- Yves-Alexis Perez <corsac at debian.org>  Thu, 15 May 2008 08:37:19 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 15 May 2008 08:40:16 +0200
 
 xfce4-panel (4.4.2-4) unstable; urgency=low
 

Added: desktop/trunk/xfce4-panel/debian/patches/series
===================================================================
--- desktop/trunk/xfce4-panel/debian/patches/series	                        (rev 0)
+++ desktop/trunk/xfce4-panel/debian/patches/series	2008-05-15 06:40:33 UTC (rev 1992)
@@ -0,0 +1,2 @@
+01_fix-dnd-file-panel.patch
+02_fix-screen-config-dialog.patch

Modified: desktop/trunk/xfce4-panel/debian/rules
===================================================================
--- desktop/trunk/xfce4-panel/debian/rules	2008-05-15 06:38:25 UTC (rev 1991)
+++ desktop/trunk/xfce4-panel/debian/rules	2008-05-15 06:40:33 UTC (rev 1992)
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+include /usr/share/quilt/quilt.make
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -11,19 +12,7 @@
 	CFLAGS += -O2
 endif
 
-patch: patch-stamp
-patch-stamp:
-	dh_testdir
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-	touch patch-stamp
-
-unpatch:
-	dh_testdir
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	rm -rf .pc patch-stamp
-
-
-config.status: configure patch-stamp
+config.status: patch configure
 	
 	dh_testdir
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-final --libexecdir=\$${prefix}/lib




More information about the Pkg-xfce-commits mailing list