[SCM] Debian packaging for XMLTooling-C branch, master, updated. debian/1.5.2-1-3-ga1f1ffc

Russ Allbery rra at debian.org
Wed May 29 02:33:08 UTC 2013


The following commit has been merged in the master branch:
commit a1f1ffc9e928839d6968a0f2ac6cdb9ec5e72748
Author: Russ Allbery <rra at debian.org>
Date:   Tue May 28 19:32:49 2013 -0700

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

diff --git a/debian/changelog b/debian/changelog
index 2aaf830..6b0ea53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xmltooling (1.5.2-2) 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.
   * Fix some minor debian/copyright inaccuracies and a missing GPL-3
     pointer introduced in the previous release.
 
diff --git a/debian/rules b/debian/rules
index bea8729..1c8d0d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ else
     DEBUG =
 endif
 
+%:
+	dh $@ --with autoreconf
+
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-dependency-tracking $(DEBUG)
 
@@ -28,5 +31,5 @@ override_dh_installdocs:
 	    fi ; \
 	fi
 
-%:
-	dh $@ --with autoreconf
+override_dh_builddeb:
+	dh_builddeb -- -Zxz

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list