[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.6.1-5-19-gffc25ee
Russ Allbery
rra at debian.org
Thu May 23 07:22:19 UTC 2013
The following commit has been merged in the master branch:
commit 6d29e7b6771197c159022c1bbef19425d9934732
Author: Russ Allbery <rra at debian.org>
Date: Wed May 22 21:23:59 2013 -0700
Switch to xz compression
* Switch to xz compression for *.debian.tar and the *.deb packages.
diff --git a/debian/changelog b/debian/changelog
index c91fcd2..bc2af12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ xml-security-c (1.7.0-1) UNRELEASED; urgency=low
local-patch-header so that they only apply to the packages built from
the canonical Git repository and NMUs get regular version-numbered
patches.
+ * Switch to xz compression for *.debian.tar and the *.deb packages.
* Update standards version to 3.9.4.
- Update debian/copyright to specify copyright-format 1.0.
diff --git a/debian/rules b/debian/rules
index 69d3463..ab11b38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,6 @@ override_dh_auto_configure:
override_dh_auto_clean:
dh_auto_clean
+
+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 XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list