[cpp-sp] 51/78: Install upstream docs only in some packages
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:40:26 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.0.dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=39dc9c715d2e5f315685db46e94570273150ee1f
commit 39dc9c715d2e5f315685db46e94570273150ee1f
Author: Russ Allbery <rra at debian.org>
AuthorDate: Wed Jun 25 14:30:09 2008 -0700
Install upstream docs only in some packages
Install NOTICE.txt in all packages for license reasons, but only put
CREDITS.txt, README.txt, and RELEASE.txt in the libapache2-mod-shib2
package and in the libshibsp-doc package.
---
debian/libapache2-mod-shib2.docs | 3 +++
debian/libshibsp-doc.docs | 3 +++
debian/rules | 4 ++--
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/libapache2-mod-shib2.docs b/debian/libapache2-mod-shib2.docs
new file mode 100644
index 0000000..ad0e7d1
--- /dev/null
+++ b/debian/libapache2-mod-shib2.docs
@@ -0,0 +1,3 @@
+doc/CREDITS.txt
+doc/README.txt
+doc/RELEASE.txt
diff --git a/debian/libshibsp-doc.docs b/debian/libshibsp-doc.docs
new file mode 100644
index 0000000..ad0e7d1
--- /dev/null
+++ b/debian/libshibsp-doc.docs
@@ -0,0 +1,3 @@
+doc/CREDITS.txt
+doc/README.txt
+doc/RELEASE.txt
diff --git a/debian/rules b/debian/rules
index 9067132..d100119 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,7 +104,7 @@ binary-arch: install-stamp
dh_testdir
dh_testroot
dh_installchangelogs
- dh_installdocs -A doc/NOTICE.txt doc/CREDITS.txt doc/README.txt doc/RELEASE.txt
+ dh_installdocs -A doc/NOTICE.txt
dh_installinit --name=shibd
dh_strip
dh_compress
@@ -121,7 +121,7 @@ binary-indep: install-stamp
dh_testdir
dh_testroot
dh_installchangelogs
- dh_installdocs -A doc/NOTICE.txt doc/CREDITS.txt doc/README.txt doc/RELEASE.txt
+ dh_installdocs -A doc/NOTICE.txt
dh_compress
dh_fixperms
dh_installdeb
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list