[Pkg-xfce-commits] r5422 - desktop/trunk/mousepad/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue Apr 19 03:25:09 UTC 2011


Author: corsac
Date: 2011-04-19 15:24:46 +0000 (Tue, 19 Apr 2011)
New Revision: 5422

Modified:
   desktop/trunk/mousepad/debian/changelog
   desktop/trunk/mousepad/debian/control
   desktop/trunk/mousepad/debian/rules
Log:
* debian/rules:
  - drop quilt stuff.

Modified: desktop/trunk/mousepad/debian/changelog
===================================================================
--- desktop/trunk/mousepad/debian/changelog	2011-04-19 15:22:31 UTC (rev 5421)
+++ desktop/trunk/mousepad/debian/changelog	2011-04-19 15:24:46 UTC (rev 5422)
@@ -3,8 +3,10 @@
   * debian/control:
     - update section to editors.
   * Switch to 3.0 (quilt) source format.
+  * debian/rules:
+    - drop quilt stuff.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 19 Apr 2011 17:21:24 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 19 Apr 2011 17:23:48 +0200
 
 mousepad (0.2.16-4) unstable; urgency=low
 

Modified: desktop/trunk/mousepad/debian/control
===================================================================
--- desktop/trunk/mousepad/debian/control	2011-04-19 15:22:31 UTC (rev 5421)
+++ desktop/trunk/mousepad/debian/control	2011-04-19 15:24:46 UTC (rev 5422)
@@ -6,7 +6,6 @@
  Yves-Alexis Perez <corsac at debian.org>
 Build-Depends: debhelper (>= 7), docbook-to-man, 
  libxfcegui4-dev (>= 4.6.0), pkg-config, libxml-parser-perl, chrpath, intltool,
- quilt (>= 0.46-7)
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/mousepad/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/mousepad/

Modified: desktop/trunk/mousepad/debian/rules
===================================================================
--- desktop/trunk/mousepad/debian/rules	2011-04-19 15:22:31 UTC (rev 5421)
+++ desktop/trunk/mousepad/debian/rules	2011-04-19 15:24:46 UTC (rev 5422)
@@ -18,11 +18,8 @@
 	CFLAGS += -O2
 endif
 
-#include /usr/share/quilt/quilt.make
-
 config.status: configure
 	dh_testdir
-	dh_quilt_patch
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final
 
@@ -46,7 +43,6 @@
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
 
-	dh_quilt_unpatch
 	dh_clean
 
 install: build




More information about the Pkg-xfce-commits mailing list