[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.3.1+dfsg-2-20-gad6ee1e

Russ Allbery rra at debian.org
Thu Apr 7 00:58:36 UTC 2011


The following commit has been merged in the master branch:
commit f9e67799ded148df80b05aabf22ada03ef9059c8
Author: Russ Allbery <rra at debian.org>
Date:   Wed Apr 6 17:40:40 2011 -0700

    Use rm -rf in get-orig-source target
    
    Some of the files shipped upstream are shipped write-protected, so use
    rm -rf when removing the working directory to suppress prompts.

diff --git a/debian/rules b/debian/rules
index 7afda1a..3b5169a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ get-orig-source:
 	mv shibboleth-$(VERSION) shibboleth-sp2_$(DEBVERS).orig
 	tar cf shibboleth-sp2_$(DEBVERS).orig.tar \
 	    shibboleth-sp2_$(DEBVERS).orig
-	rm -r shibboleth-sp2_$(DEBVERS).orig
+	rm -rf shibboleth-sp2_$(DEBVERS).orig
 	gzip -9 shibboleth-sp2_$(DEBVERS).orig.tar
 
 configure: configure-stamp

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list