[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.0.dfsg1-46-g39dc9c7

Russ Allbery rra at debian.org
Wed Jun 25 21:30:28 UTC 2008


The following commit has been merged in the debian branch:
commit 39dc9c715d2e5f315685db46e94570273150ee1f
Author: Russ Allbery <rra at debian.org>
Date:   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.

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

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list