[SCM] Debian packaging of liblocales-perl branch, master, updated. debian/0.20-1-1-ge09ad7b

Ansgar Burchardt ansgar at debian.org
Tue Oct 18 19:01:26 UTC 2011


The following commit has been merged in the master branch:
commit e09ad7bddd79e55f798648f6ef76b1715eefb8fb
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Tue Oct 18 21:01:17 2011 +0200

    Use XZ compression for source and binary packages.

diff --git a/debian/changelog b/debian/changelog
index 31c3e72..46148c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liblocales-perl (0.20-2) UNRELEASED; urgency=low
+
+  * Use XZ compression for source and binary packages.
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Tue, 18 Oct 2011 20:59:08 +0200
+
 liblocales-perl (0.20-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 2d33f6a..28c0a89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..5bd47b7
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = xz

-- 
Debian packaging of liblocales-perl



More information about the Pkg-perl-cvs-commits mailing list