r188 - in unstable: rt2400/debian rt2500/debian rt2570/debian

Ben Hutchings benh at alioth.debian.org
Tue Jul 21 08:41:09 UTC 2009


Author: benh
Date: 2009-07-21 20:41:08 +0000 (Tue, 21 Jul 2009)
New Revision: 188

Modified:
   unstable/rt2400/debian/changelog
   unstable/rt2400/debian/rules
   unstable/rt2500/debian/changelog
   unstable/rt2500/debian/rules
   unstable/rt2570/debian/changelog
   unstable/rt2570/debian/rules
Log:
Use rm+mkdir+cp instead of cpio which we do not explicitly depend upon (closes: #536975, #536979, #537035)


Modified: unstable/rt2400/debian/changelog
===================================================================
--- unstable/rt2400/debian/changelog	2009-05-02 21:56:21 UTC (rev 187)
+++ unstable/rt2400/debian/changelog	2009-07-21 20:41:08 UTC (rev 188)
@@ -1,3 +1,9 @@
+rt2400 (1.2.2+cvs20090424-2) unstable; urgency=low
+
+  * Remove undeclared dependency on cpio (closes: bug#536975)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Tue, 21 Jul 2009 22:37:30 +0200
+
 rt2400 (1.2.2+cvs20090424-1) unstable; urgency=low
 
   * New CVS snapshot; the last version from rt2x00.serialmonkey.com

Modified: unstable/rt2400/debian/rules
===================================================================
--- unstable/rt2400/debian/rules	2009-05-02 21:56:21 UTC (rev 187)
+++ unstable/rt2400/debian/rules	2009-07-21 20:41:08 UTC (rev 188)
@@ -52,11 +52,9 @@
 build-indep-stamp: patch-stamp
 	dh_testdir
 
-	# Copy most of the source tree into the temp directory and clean it
-	cd $(CURDIR)/Module \
-		&& find . -path ./debian/\* -type d -prune -o -print \
-		| egrep -v 'RPM|CVS|debian'  \
-		| cpio -admp $(CURDIR)/debian/build/usr/src/modules/rt2400
+	mkdir -p $(CURDIR)/debian/build/usr/src/modules
+	rm -rf $(CURDIR)/debian/build/usr/src/modules/rt2400
+	cp -a $(CURDIR)/Module  $(CURDIR)/debian/build/usr/src/modules/rt2400
 	cp -f $(CURDIR)/FAQ $(CURDIR)/debian/build/usr/src/modules/rt2400
 	cp -f $(CURDIR)/THANKS $(CURDIR)/debian/build/usr/src/modules/rt2400
 	cp -f $(CURDIR)/CHANGELOG $(CURDIR)/debian/build/usr/src/modules/rt2400

Modified: unstable/rt2500/debian/changelog
===================================================================
--- unstable/rt2500/debian/changelog	2009-05-02 21:56:21 UTC (rev 187)
+++ unstable/rt2500/debian/changelog	2009-07-21 20:41:08 UTC (rev 188)
@@ -1,3 +1,9 @@
+rt2500 (1:1.1.0-b4+cvs20090424-2) unstable; urgency=low
+
+  * Remove undeclared dependency on cpio (closes: bug#536979)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Tue, 21 Jul 2009 22:37:48 +0200
+
 rt2500 (1:1.1.0-b4+cvs20090424-1) unstable; urgency=low
 
   * New CVS snapshot; the last version from rt2x00.serialmonkey.com

Modified: unstable/rt2500/debian/rules
===================================================================
--- unstable/rt2500/debian/rules	2009-05-02 21:56:21 UTC (rev 187)
+++ unstable/rt2500/debian/rules	2009-07-21 20:41:08 UTC (rev 188)
@@ -53,11 +53,9 @@
 build-indep-stamp: patch-stamp
 	dh_testdir
 
-	# Copy most of the source tree into the temp directory and clean it
-	cd $(CURDIR)/Module \
-		&& find . -path ./debian/\* -type d -prune -o -print \
-		| egrep -v 'RPM|CVS|debian'  \
-		| cpio -admp $(CURDIR)/debian/build/usr/src/modules/rt2500
+	mkdir -p $(CURDIR)/debian/build/usr/src/modules
+	rm -rf $(CURDIR)/debian/build/usr/src/modules/rt2500
+	cp -a $(CURDIR)/Module $(CURDIR)/debian/build/usr/src/modules/rt2500
 	cp -f $(CURDIR)/FAQ $(CURDIR)/debian/build/usr/src/modules/rt2500
 	cp -f $(CURDIR)/THANKS $(CURDIR)/debian/build/usr/src/modules/rt2500
 	cp -f $(CURDIR)/CHANGELOG $(CURDIR)/debian/build/usr/src/modules/rt2500

Modified: unstable/rt2570/debian/changelog
===================================================================
--- unstable/rt2570/debian/changelog	2009-05-02 21:56:21 UTC (rev 187)
+++ unstable/rt2570/debian/changelog	2009-07-21 20:41:08 UTC (rev 188)
@@ -1,3 +1,9 @@
+rt2570 (1.1.0+cvs20090424-2) unstable; urgency=low
+
+  * Remove undeclared dependency on cpio (closes: bug#537035)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Tue, 21 Jul 2009 22:38:02 +0200
+
 rt2570 (1.1.0+cvs20090424-1) unstable; urgency=low
 
   * New CVS snapshot; the last version from rt2x00.serialmonkey.com

Modified: unstable/rt2570/debian/rules
===================================================================
--- unstable/rt2570/debian/rules	2009-05-02 21:56:21 UTC (rev 187)
+++ unstable/rt2570/debian/rules	2009-07-21 20:41:08 UTC (rev 188)
@@ -43,11 +43,9 @@
 build-indep-stamp: patch-stamp
 	dh_testdir
 
-	# Copy most of the source tree into the temp directory and clean it
-	cd $(CURDIR)/Module \
-		&& find . -path ./debian/\* -type d -prune -o -print \
-		| egrep -v 'RPM|CVS|debian'  \
-		| cpio -admp $(CURDIR)/debian/build/usr/src/modules/rt2570
+	mkdir -p $(CURDIR)/debian/build/usr/src/modules
+	rm -rf $(CURDIR)/debian/build/usr/src/modules/rt2570
+	cp -a $(CURDIR)/Module $(CURDIR)/debian/build/usr/src/modules/rt2570
 	cp -f $(CURDIR)/FAQ $(CURDIR)/debian/build/usr/src/modules/rt2570
 	cp -f $(CURDIR)/THANKS $(CURDIR)/debian/build/usr/src/modules/rt2570
 	cp -f $(CURDIR)/CHANGELOG $(CURDIR)/debian/build/usr/src/modules/rt2570




More information about the Pkg-ralink-commits mailing list