[Pkg-voip-commits] r10605 - in /stun/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Dec 21 21:31:23 UTC 2014


Author: kilian
Date: Sun Dec 21 21:31:23 2014
New Revision: 10605

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10605
Log:
Update get-orig-source to remove all .svn and rfc*

Modified:
    stun/trunk/debian/changelog
    stun/trunk/debian/rules

Modified: stun/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/stun/trunk/debian/changelog?rev=10605&op=diff
==============================================================================
--- stun/trunk/debian/changelog	(original)
+++ stun/trunk/debian/changelog	Sun Dec 21 21:31:23 2014
@@ -11,8 +11,9 @@
   * Pull apart server and client (Closes: #676933)
   * Increase timeout from 1 ms to 1s in stun.cxx (Closes: #645671)
   * Ignore error in stop, i.e. daemon already shut down (Closes: #645948)
+  * Update get-orig-source to remove all .svn and rfc*
 
- -- Kilian Krause <kilian at debian.org>  Sun, 21 Dec 2014 21:59:39 +0100
+ -- Kilian Krause <kilian at debian.org>  Sun, 21 Dec 2014 22:31:06 +0100
 
 stun (0.96.dfsg-6) unstable; urgency=low
 

Modified: stun/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/stun/trunk/debian/rules?rev=10605&op=diff
==============================================================================
--- stun/trunk/debian/rules	(original)
+++ stun/trunk/debian/rules	Sun Dec 21 21:31:23 2014
@@ -36,6 +36,7 @@
 	@@mkdir -p ../tarballs/stun-$(UPVERSION).tmp/
 	@@cd ../tarballs/stun-$(UPVERSION).tmp ; tar xfz ../$(UPFILENAME)
 	@@find ../tarballs/stun-$(UPVERSION).tmp/ -iname 'rfc*.txt' -delete
+	@@find ../tarballs/stun-$(UPVERSION).tmp/ -depth -type d -name .svn |xargs --no-run-if-empty rm -rf 
 	@@echo Writing archive ../tarballs/$(FILENAME) ...
 	@@cd ../tarballs/stun-$(UPVERSION).tmp ; tar cfz ../$(FILENAME) *
 	@@echo Cleaning up...




More information about the Pkg-voip-commits mailing list