[cpp-log4shib] 06/07: Switch to xz compression for *.debian.tar and the *.deb packages
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:13:39 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/1.0.5-1
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=d699d93b1603d1b257f8321a766749276507bfd7
commit d699d93b1603d1b257f8321a766749276507bfd7
Author: Russ Allbery <rra at stanford.edu>
AuthorDate: Wed May 22 20:16:39 2013 -0700
Switch to xz compression for *.debian.tar and the *.deb packages
---
debian/changelog | 1 +
debian/rules | 3 +++
debian/source/options | 1 +
3 files changed, 5 insertions(+)
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"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list