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

sargentd-guest at alioth.debian.org sargentd-guest at alioth.debian.org
Thu Feb 26 19:55:47 UTC 2009


Author: sargentd-guest
Date: 2009-02-26 19:55:46 +0000 (Thu, 26 Feb 2009)
New Revision: 2748

Modified:
   goodies/xfce4-hdaps/debian/control
   goodies/xfce4-hdaps/debian/rules
Log:
Drop Quilt
Set DM-Upload-Allowed: yes
Make targets PHONY
Add a comment why we skip tests



Modified: goodies/xfce4-hdaps/debian/control
===================================================================
--- goodies/xfce4-hdaps/debian/control	2009-02-25 14:24:02 UTC (rev 2747)
+++ goodies/xfce4-hdaps/debian/control	2009-02-26 19:55:46 UTC (rev 2748)
@@ -5,11 +5,12 @@
 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), intltool,
- libxfce4util-dev, libxfcegui4-dev, xfce4-panel-dev, quilt
+ libxfce4util-dev, libxfcegui4-dev, xfce4-panel-dev
 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
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-hdaps
+DM-Upload-Allowed: yes
 
 Package: xfce4-hdaps
 Architecture: any

Modified: goodies/xfce4-hdaps/debian/rules
===================================================================
--- goodies/xfce4-hdaps/debian/rules	2009-02-25 14:24:02 UTC (rev 2747)
+++ goodies/xfce4-hdaps/debian/rules	2009-02-26 19:55:46 UTC (rev 2748)
@@ -1,16 +1,15 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build --before dh_auto_configure
 	dh_auto_configure -- --libexec=/usr/lib LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
+	# Don't run tests for now, they fail but the plugin works fine.
 	dh build --before dh_auto_test
 	dh build --after dh_auto_test
-	touch build-stamp
+	touch $@
 
-clean: unpatch
+clean:
 	dh clean
 
 install: build
@@ -23,3 +22,5 @@
 	dh binary-indep
 
 binary: binary-arch binary-indep
+
+.PHONY: build clean install binary binary-arch binary-indep




More information about the Pkg-xfce-commits mailing list