[cpp-sp] 36/42: Remove unnecessary $(CURDIR) variables

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:44:53 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.4.2+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=5b51e4c4be91fead084ed831d135d72b37a7d7a6

commit 5b51e4c4be91fead084ed831d135d72b37a7d7a6
Author: Russ Allbery <rra at debian.org>
AuthorDate: Fri Apr 8 11:30:13 2011 -0700

    Remove unnecessary $(CURDIR) variables
---
 debian/rules | 50 ++++++++++++++++++++++++--------------------------
 1 file changed, 24 insertions(+), 26 deletions(-)

diff --git a/debian/rules b/debian/rules
index 261233b..6551167 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,39 +41,37 @@ override_dh_auto_clean:
 override_dh_auto_install:
 	NOKEYGEN=1 dh_auto_install
 	rm debian/tmp/usr/lib/shibboleth/*.la
-	rm -r $(CURDIR)/debian/tmp/usr/share/doc/shibboleth*
-	rm -r $(CURDIR)/debian/tmp/var/run
-	rm $(CURDIR)/debian/tmp/etc/shibboleth/*.dist
-	rm $(CURDIR)/debian/tmp/etc/shibboleth/*.config
-	rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd-osx.plist
-	rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd-redhat
-	rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd-suse
-	chmod +x $(CURDIR)/debian/tmp/etc/shibboleth/keygen.sh
-	mv $(CURDIR)/debian/tmp/etc/shibboleth/keygen.sh \
-	    $(CURDIR)/debian/tmp/usr/sbin/shib-keygen
-	mv $(CURDIR)/debian/tmp/etc/shibboleth/metagen.sh \
-	    $(CURDIR)/debian/tmp/usr/bin/shib-metagen
-	mv $(CURDIR)/debian/tmp/etc/shibboleth/shibd-debian \
-	    $(CURDIR)/debian/libapache2-mod-shib2.shibd.init
+	rm -r debian/tmp/usr/share/doc/shibboleth*
+	rm -r debian/tmp/var/run
+	rm debian/tmp/etc/shibboleth/*.dist
+	rm debian/tmp/etc/shibboleth/*.config
+	rm debian/tmp/etc/shibboleth/shibd-osx.plist
+	rm debian/tmp/etc/shibboleth/shibd-redhat
+	rm debian/tmp/etc/shibboleth/shibd-suse
+	chmod +x debian/tmp/etc/shibboleth/keygen.sh
+	mv debian/tmp/etc/shibboleth/keygen.sh debian/tmp/usr/sbin/shib-keygen
+	mv debian/tmp/etc/shibboleth/metagen.sh debian/tmp/usr/bin/shib-metagen
+	mv debian/tmp/etc/shibboleth/shibd-debian \
+	    debian/libapache2-mod-shib2.shibd.init
 
 override_dh_install:
-	mv $(CURDIR)/debian/tmp/usr/lib/shibboleth/mod_shib_22.so \
-	    $(CURDIR)/debian/libapache2-mod-shib2/usr/lib/apache2/modules
-	pod2man $(CURDIR)/debian/man-pages/mdquery.pod --section 1 \
+	mv debian/tmp/usr/lib/shibboleth/mod_shib_22.so \
+	    debian/libapache2-mod-shib2/usr/lib/apache2/modules
+	pod2man debian/man-pages/mdquery.pod --section 1 \
 	    --center 'Shibboleth' --release $(VERSION) \
-	    $(CURDIR)/debian/libapache2-mod-shib2/usr/share/man/man1/mdquery.1
-	pod2man $(CURDIR)/debian/man-pages/resolvertest.pod --section 1 \
+	    debian/libapache2-mod-shib2/usr/share/man/man1/mdquery.1
+	pod2man debian/man-pages/resolvertest.pod --section 1 \
 	    --center 'Shibboleth' --release $(VERSION) \
-	    $(CURDIR)/debian/libapache2-mod-shib2/usr/share/man/man1/resolvertest.1
-	pod2man $(CURDIR)/debian/man-pages/shib-metagen.pod --section 1 \
+	    debian/libapache2-mod-shib2/usr/share/man/man1/resolvertest.1
+	pod2man debian/man-pages/shib-metagen.pod --section 1 \
 	    --center 'Shibboleth' --release $(VERSION) \
-	    $(CURDIR)/debian/libapache2-mod-shib2/usr/share/man/man1/shib-metagen.1
-	pod2man $(CURDIR)/debian/man-pages/shib-keygen.pod --section 8 \
+	    debian/libapache2-mod-shib2/usr/share/man/man1/shib-metagen.1
+	pod2man debian/man-pages/shib-keygen.pod --section 8 \
 	    --center 'Shibboleth' --release $(VERSION) \
-	    $(CURDIR)/debian/libapache2-mod-shib2/usr/share/man/man8/shib-keygen.8
-	pod2man $(CURDIR)/debian/man-pages/shibd.pod --section 8 \
+	    debian/libapache2-mod-shib2/usr/share/man/man8/shib-keygen.8
+	pod2man debian/man-pages/shibd.pod --section 8 \
 	    --center 'Shibboleth' --release $(VERSION) \
-	    $(CURDIR)/debian/libapache2-mod-shib2/usr/share/man/man8/shibd.8
+	    debian/libapache2-mod-shib2/usr/share/man/man8/shibd.8
 	dh_install -s -i --fail-missing
 
 override_dh_installdocs:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list