[Pkg-xfce-commits] r2798 - goodies/xfce4-notifyd/debian

sargentd-guest at alioth.debian.org sargentd-guest at alioth.debian.org
Sat Feb 28 10:39:37 UTC 2009


Author: sargentd-guest
Date: 2009-02-28 10:39:37 +0000 (Sat, 28 Feb 2009)
New Revision: 2798

Modified:
   goodies/xfce4-notifyd/debian/rules
Log:
Add PHONY targets
Make install non-stampy


Modified: goodies/xfce4-notifyd/debian/rules
===================================================================
--- goodies/xfce4-notifyd/debian/rules	2009-02-28 10:26:11 UTC (rev 2797)
+++ goodies/xfce4-notifyd/debian/rules	2009-02-28 10:39:37 UTC (rev 2798)
@@ -10,10 +10,8 @@
 clean:
 	dh clean
 
-install: build install-stamp
-install-stamp:
+install: build install
 	dh install
-	touch $@
 
 binary-arch: install
 	dh binary-arch
@@ -22,3 +20,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