[cpp-sp] 15/36: Switch to xz compression for *.debian.tar and *.deb

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:46:07 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=22b6eaf45fabcb6095932a482c9143a4c8d5e962

commit 22b6eaf45fabcb6095932a482c9143a4c8d5e962
Author: Russ Allbery <rra at debian.org>
AuthorDate: Thu May 30 17:42:26 2013 -0700

    Switch to xz compression for *.debian.tar and *.deb
---
 debian/changelog      | 3 ++-
 debian/rules          | 3 +++
 debian/source/options | 1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1d93ed8..25af5fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -61,7 +61,8 @@ shibboleth-sp2 (2.5.1+dfsg-1) UNRELEASED; urgency=low
   * 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.
+  * Switch to xz compression for the repackaged upstream
+    source, *.debian.tar, and the *.deb packages.
 
  -- Russ Allbery <rra at debian.org>  Sat, 03 Nov 2012 10:27:33 -0700
 
diff --git a/debian/rules b/debian/rules
index fc06da7..ac3c330 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,3 +101,6 @@ override_dh_installinit:
 override_dh_makeshlibs:
 	dh_makeshlibs -V'libshibsp5 (>= 2.4.3+dfsg-4~)' \
 	    -Xusr/lib/$(DEB_HOST_MULTIARCH)/shibboleth
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b7bc1f2
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "xz"

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


More information about the commits mailing list