[Pkg-xfce-commits] r2684 - goodies/xfce4-hdaps/debian

sargentd-guest at alioth.debian.org sargentd-guest at alioth.debian.org
Tue Feb 10 23:13:21 UTC 2009


Author: sargentd-guest
Date: 2009-02-10 23:13:21 +0000 (Tue, 10 Feb 2009)
New Revision: 2684

Modified:
   goodies/xfce4-hdaps/debian/control
   goodies/xfce4-hdaps/debian/rules
Log:
add quilt


Modified: goodies/xfce4-hdaps/debian/control
===================================================================
--- goodies/xfce4-hdaps/debian/control	2009-02-10 22:52:10 UTC (rev 2683)
+++ goodies/xfce4-hdaps/debian/control	2009-02-10 23:13:21 UTC (rev 2684)
@@ -5,7 +5,7 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>,
  Simon Huggins <huggie at earth.li>, Evgeni Golov <sargentd at die-welt.net>
 Build-Depends: debhelper (>= 7), xfce4-dev-tools, autoconf, automake, intltool, libtool,
- libxfce4util-dev, libxfcegui4-dev, xfce4-panel-dev
+ libxfce4util-dev, libxfcegui4-dev, xfce4-panel-dev, quilt
 Standards-Version: 3.8.0
 Homepage: http://michael.orlitzky.com/code/xfce4-hdaps.php
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-hdaps

Modified: goodies/xfce4-hdaps/debian/rules
===================================================================
--- goodies/xfce4-hdaps/debian/rules	2009-02-10 22:52:10 UTC (rev 2683)
+++ goodies/xfce4-hdaps/debian/rules	2009-02-10 23:13:21 UTC (rev 2684)
@@ -1,14 +1,16 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build --before dh_auto_configure
 	NOCONFIGURE=yes ./autogen.sh
 	dh_auto_configure -- --libexec=/usr/lib LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
 	dh build --remaining
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh clean
 	dh_clean INSTALL Makefile.in aclocal.m4 config.guess \
 		config.h.in config.sub configure configure.in \




More information about the Pkg-xfce-commits mailing list