[Pkg-xfce-commits] r2397 - desktop/branches/svn-snapshots/xfdesktop4/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Tue Oct 14 21:55:25 UTC 2008


Author: corsac
Date: 2008-10-14 21:55:25 +0000 (Tue, 14 Oct 2008)
New Revision: 2397

Modified:
   desktop/branches/svn-snapshots/xfdesktop4/debian/changelog
   desktop/branches/svn-snapshots/xfdesktop4/debian/rules
Log:
* debian/rules:
  - remove quilt stuff.

Modified: desktop/branches/svn-snapshots/xfdesktop4/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfdesktop4/debian/changelog	2008-10-14 21:42:06 UTC (rev 2396)
+++ desktop/branches/svn-snapshots/xfdesktop4/debian/changelog	2008-10-14 21:55:25 UTC (rev 2397)
@@ -43,8 +43,10 @@
   * debian/patches:
     - 02_use_eject_where_needed dropped, merged upstream.
     - 06_fix-size-warning-amd64 as well.
+  * debian/rules:
+    - remove quilt stuff.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 14 Oct 2008 22:23:28 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 14 Oct 2008 23:55:14 +0200
 
 xfdesktop4 (4.4.2-7) unstable; urgency=low
 

Modified: desktop/branches/svn-snapshots/xfdesktop4/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfdesktop4/debian/rules	2008-10-14 21:42:06 UTC (rev 2396)
+++ desktop/branches/svn-snapshots/xfdesktop4/debian/rules	2008-10-14 21:55:25 UTC (rev 2397)
@@ -12,19 +12,8 @@
 	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
 	
-config.status: configure patch-stamp
-	
 	dh_testdir
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-rpath --libexecdir=\$${prefix}/lib --enable-final --enable-thunarx --enable-exo --enable-desktop-menu-dir-monitor
 
@@ -35,7 +24,7 @@
 	$(MAKE)
 	touch build-stamp
 
-clean: unpatch
+clean:
 
 	dh_testdir
 	dh_testroot




More information about the Pkg-xfce-commits mailing list