[cpp-sp] 06/36: Install RELEASE.txt as the upstream changelog

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:45:58 EST 2018


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

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

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

commit 97d08dad30c15a1a45b532a6f98f64cb7187e5b7
Author: Russ Allbery <rra at debian.org>
AuthorDate: Thu May 30 16:43:28 2013 -0700

    Install RELEASE.txt as the upstream changelog
    
    * Install the upstream doc/RELEASE.txt file as the upstream changelog.
      It's not exactly a changelog, but it has pointers to the upstream web
      documentation of changes, which is probably what people are looking for.
---
 debian/changelog                 | 3 +++
 debian/libapache2-mod-shib2.docs | 1 -
 debian/libshibsp-doc.docs        | 1 -
 debian/rules                     | 3 +++
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 00b36ae..1a13afb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ shibboleth-sp2 (2.5.1+dfsg-1) UNRELEASED; urgency=low
     on threshold.  The previous version of the file referenced a
     commented-out warn_log destination, which caused errors to be spammed
     to syslog.
+  * Install the upstream doc/RELEASE.txt file as the upstream changelog.
+    It's not exactly a changelog, but it has pointers to the upstream web
+    documentation of changes, which is probably what people are looking for.
   * Switch repackaged upstream source to xz compression.
 
  -- Russ Allbery <rra at debian.org>  Sat, 03 Nov 2012 10:27:33 -0700
diff --git a/debian/libapache2-mod-shib2.docs b/debian/libapache2-mod-shib2.docs
index ad0e7d1..9ae799f 100644
--- a/debian/libapache2-mod-shib2.docs
+++ b/debian/libapache2-mod-shib2.docs
@@ -1,3 +1,2 @@
 doc/CREDITS.txt
 doc/README.txt
-doc/RELEASE.txt
diff --git a/debian/libshibsp-doc.docs b/debian/libshibsp-doc.docs
index ad0e7d1..9ae799f 100644
--- a/debian/libshibsp-doc.docs
+++ b/debian/libshibsp-doc.docs
@@ -1,3 +1,2 @@
 doc/CREDITS.txt
 doc/README.txt
-doc/RELEASE.txt
diff --git a/debian/rules b/debian/rules
index 2d52877..7134ef8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,6 +81,9 @@ override_dh_install:
 	    debian/libapache2-mod-shib2/usr/share/man/man8/shibd.8
 	dh_install -s -i --fail-missing
 
+override_dh_installchangelogs:
+	dh_installchangelogs doc/RELEASE.txt
+
 override_dh_installdocs:
 	dh_installdocs -A doc/NOTICE.txt
 	set -e; if [ -d "$(DOCS)" ] ; then \

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


More information about the commits mailing list