[SCM] Debian packaging for OpenSAML 2.0 branch, master, updated. debian/2.4.3-4-17-g602f1f7

Russ Allbery rra at debian.org
Wed May 29 01:22:56 UTC 2013


The following commit has been merged in the master branch:
commit 57c46e697ab230b7aa3e9f07c343994a93a11fbd
Author: Russ Allbery <rra at debian.org>
Date:   Tue May 28 18:08:07 2013 -0700

    Switch to xz compression for *.debian.tar and the *.deb packages

diff --git a/debian/changelog b/debian/changelog
index 0522b84..fcb975f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ opensaml2 (2.5.2-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.
   * Canonicalize the URLs in the Vcs-Git and Vcs-Browser control fields.
   * Remove obsolete README.source file that documented symbols file
     maintenance.
diff --git a/debian/rules b/debian/rules
index 8401a5b..93da9f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,9 @@ else
     DEBUG =
 endif
 
+%:
+	dh $@ --with autoreconf
+
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-dependency-tracking $(DEBUG)
 
@@ -49,8 +52,8 @@ override_dh_installdocs:
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
-%:
-	dh $@ --with autoreconf
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
 
 # Don't attempt to build the buildflags.mk file if it doesn't exist.
 /usr/share/dpkg/buildflags.mk:
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 OpenSAML 2.0



More information about the Pkg-shibboleth-devel mailing list