[SCM] Debian packaging for the Shibboleth Apache SP branch, debian, updated. upstream/1.3.1.dfsg1-139-gab1ba49
Russ Allbery
rra at debian.org
Mon May 26 20:19:28 UTC 2008
The following commit has been merged in the debian branch:
commit ab1ba49433b7e71d601a34ca1ed0b00d3ffb0c73
Author: Russ Allbery <rra at debian.org>
Date: Mon May 26 13:19:12 2008 -0700
Rule tweaks for 1.3.1
Upstream no longer installs /etc/shibboleth/shibd, so we don't have
to remove it. Update the version number of man pages to 1.3.1.
diff --git a/debian/rules b/debian/rules
index 902ea00..1b9f992 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,16 +99,15 @@ install-stamp: build
rm $(CURDIR)/debian/tmp/usr/lib/shibboleth/mod_shib_22.*
rm $(CURDIR)/debian/tmp/etc/shibboleth/*.dist
rm $(CURDIR)/debian/tmp/etc/shibboleth/*.config
- rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd
rm $(CURDIR)/debian/tmp/etc/shibboleth/IQ-metadata.xml
rm $(CURDIR)/debian/tmp/etc/shibboleth/example-metadata.xml
mkdir -p $(CURDIR)/debian/tmp/usr/share/man/man1
pod2man $(CURDIR)/debian/pod/siterefresh.pod --section 1 \
- --center 'Shibboleth' --release 1.3e \
+ --center 'Shibboleth' --release 1.3.1 \
$(CURDIR)/debian/tmp/usr/share/man/man1/siterefresh.1
mkdir -p $(CURDIR)/debian/tmp/usr/share/man/man8
pod2man $(CURDIR)/debian/pod/shibd.pod --section 8 \
- --center 'Shibboleth' --release 1.3e \
+ --center 'Shibboleth' --release 1.3.1 \
$(CURDIR)/debian/tmp/usr/share/man/man8/shibd.8
ls -alR $(CURDIR)/debian/tmp
dh_install
--
Debian packaging for the Shibboleth Apache SP
More information about the Pkg-shibboleth-devel
mailing list