[Pkg-voip-commits] r3080 - srtp/trunk/debian

Jonas Smedegaard js at alioth.debian.org
Mon Jan 29 18:08:19 CET 2007


Author: js
Date: 2007-01-29 18:08:19 +0100 (Mon, 29 Jan 2007)
New Revision: 3080

Modified:
   srtp/trunk/debian/rules
Log:
Find CVS noise to remove instead of naming it all explicitly.

Modified: srtp/trunk/debian/rules
===================================================================
--- srtp/trunk/debian/rules	2007-01-29 16:59:30 UTC (rev 3079)
+++ srtp/trunk/debian/rules	2007-01-29 17:08:19 UTC (rev 3080)
@@ -104,8 +104,8 @@
 	@@tar -xzf ../tarballs/$(FILENAME) -C ../tarballs/dfsg
 	@@rm -r ../tarballs/dfsg/$(SRCDIR)/doc/rfc3711.txt
 	@@echo Fixing the tar warning
-	@@for dir in CVS doc/CVS test/CVS srtp/CVS crypto/CVS crypto/rng/CVS crypto/hash/CVS crypto/math/CVS crypto/test/CVS crypto/ae_xfm/CVS crypto/cipher/CVS crypto/kernel/CVS crypto/replay/CVS crypto/include/CVS tables/CVS include/CVS; do rm -rf ../tarballs/dfsg/$(SRCDIR)/$$dir; done
-	@@for file in .cvsignore doc/.cvsignore test/.cvsignore crypto/test/.cvsignore crypto/.cvsignore crypto/include/.cvsignore tables/.cvsignore .cvsignore.cvs; do rm -f ../tarballs/dfsg/$(SRCDIR)/$$file; done
+	@@find ../tarballs/dfsg/$(SRCDIR) -type d -name CVS -exec rm -rf '{}' ';'
+	@@find ../tarballs/dfsg/$(SRCDIR) -type f -name .cvsignore -exec rm -f '{}' ';'
 	@@echo Building the dfsg tarball
 	@@GZIP=-9 tar -b1 -czf ../tarballs/$(DFSGNAME) -C ../tarballs/dfsg $(SRCDIR)
 	@@echo Cleaning up




More information about the Pkg-voip-commits mailing list