[SCM] Debian packaging of libunicode-collate-perl branch, master, updated. debian/0.83-1

Ansgar Burchardt ansgar at debian.org
Sun Oct 30 23:07:46 UTC 2011


The following commit has been merged in the master branch:
commit 4014b60708cffabb845deff2008bd4f4003f1725
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Mon Oct 31 00:05:36 2011 +0100

    Use XZ compression for source and binary packages.

diff --git a/debian/changelog b/debian/changelog
index e64c339..46a30e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libunicode-collate-perl (0.83-1) unstable; urgency=low
 
+  [ Angel Abad ]
   * Imported Upstream version 0.83
 
+  [ Ansgar Burchardt ]
+  * Use XZ compression for source and binary packages.
+
  -- Angel Abad <angelabad at gmail.com>  Sun, 30 Oct 2011 16:07:16 +0100
 
 libunicode-collate-perl (0.81-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 2246075..29a9917 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,5 @@ override_dh_auto_configure:
 	perl enableXS
 	dh_auto_configure
 
+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 libunicode-collate-perl



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