[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.4.3+dfsg-5-17-g7b47b27
Russ Allbery
rra at debian.org
Fri May 31 00:48:02 UTC 2013
The following commit has been merged in the master branch:
commit 22b6eaf45fabcb6095932a482c9143a4c8d5e962
Author: Russ Allbery <rra at debian.org>
Date: Thu May 30 17:42:26 2013 -0700
Switch to xz compression for *.debian.tar and *.deb
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"
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list