[cpp-sp] 36/40: Use the upstream version as the man page version
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:42:57 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.2.1+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=7d7e9803b6d0aae105970246b6354678297e084f
commit 7d7e9803b6d0aae105970246b6354678297e084f
Author: Russ Allbery <rra at debian.org>
AuthorDate: Mon Sep 7 14:33:28 2009 -0700
Use the upstream version as the man page version
* Use the automatically-extracted package version as the version number
for the man pages.
---
debian/changelog | 2 ++
debian/rules | 10 +++++-----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aefc8e2..1a85fda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,8 @@ shibboleth-sp2 (2.2.1+dfsg-1) UNRELEASED; urgency=low
get-orig-source from debian/changelog.
* Update libapache2-mod-shib2's README.Debian for changes to the
TestShib web pages.
+ * Use the automatically-extracted package version as the version number
+ for the man pages.
* Update standards version to 3.8.3.
- Create /var/run/shibboleth in the init script if it doesn't exist.
- Don't ship /var/run/shibboleth in the package.
diff --git a/debian/rules b/debian/rules
index fa5e4bb..b37a9dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,19 +104,19 @@ install-stamp:
$(CURDIR)/debian/libapache2-mod-shib2/usr/lib/apache2/modules
rm $(CURDIR)/debian/tmp/usr/lib/shibboleth/mod_shib_22.la
pod2man $(CURDIR)/debian/man-pages/mdquery.pod --section 1 \
- --center 'Shibboleth' --release 2.0 \
+ --center 'Shibboleth' --release $(VERSION) \
$(CURDIR)/debian/libapache2-mod-shib2/usr/share/man/man1/mdquery.1
pod2man $(CURDIR)/debian/man-pages/resolvertest.pod --section 1 \
- --center 'Shibboleth' --release 2.0 \
+ --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 \
- --center 'Shibboleth' --release 2.0 \
+ --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 \
- --center 'Shibboleth' --release 2.0 \
+ --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 \
- --center 'Shibboleth' --release 2.0 \
+ --center 'Shibboleth' --release $(VERSION) \
$(CURDIR)/debian/libapache2-mod-shib2/usr/share/man/man8/shibd.8
dh_install -s -i --fail-missing
touch $@
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list