[SCM] log4shib Debian packaging branch, master, updated. debian/1.0.4-1-7-g3dea769
Russ Allbery
rra at stanford.edu
Thu May 23 03:26:52 UTC 2013
The following commit has been merged in the master branch:
commit d699d93b1603d1b257f8321a766749276507bfd7
Author: Russ Allbery <rra at stanford.edu>
Date: Wed May 22 20:16:39 2013 -0700
Switch to xz compression for *.debian.tar and the *.deb packages
diff --git a/debian/changelog b/debian/changelog
index 9a3c0e3..3bbb721 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
log4shib (1.0.5-1) UNRELEASED; urgency=low
* New upstream release.
+ * Switch to xz compression for *.debian.tar and the *.deb packages.
* Use canonical URLs for Vcs-Browser and Vcs-Git.
* Update standards version to 3.9.4 (no changes required).
diff --git a/debian/rules b/debian/rules
index bb1f4b7..1bf7b85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,9 @@ override_dh_installdocs:
override_dh_autoreconf:
dh_autoreconf --as-needed
+override_dh_builddeb:
+ dh_builddeb -- -Zxz
+
%:
dh $@ --with autoreconf
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"
--
log4shib Debian packaging
More information about the Pkg-shibboleth-devel
mailing list