r153 - unstable/rt2570/debian

Ben Hutchings benh at alioth.debian.org
Tue Apr 7 11:01:04 UTC 2009


Author: benh
Date: 2009-04-07 23:01:04 +0000 (Tue, 07 Apr 2009)
New Revision: 153

Modified:
   unstable/rt2570/debian/rules
Log:
Add patch target


Modified: unstable/rt2570/debian/rules
===================================================================
--- unstable/rt2570/debian/rules	2009-01-28 01:05:58 UTC (rev 152)
+++ unstable/rt2570/debian/rules	2009-04-07 23:01:04 UTC (rev 153)
@@ -34,12 +34,15 @@
 	rm -rf debian/build
 	rm -f *-stamp
 
+patch: patch-stamp
+patch-stamp:
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+	touch patch-stamp
+
 build-indep: build-indep-stamp
-build-indep-stamp:
+build-indep-stamp: patch-stamp
 	dh_testdir
 
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-
 	# Copy most of the source tree into the temp directory and clean it
 	cd $(CURDIR)/Module \
 		&& find . -path ./debian/\* -type d -prune -o -print \




More information about the Pkg-ralink-commits mailing list