[SCM] Debian packaging of libencode-perl branch, master, updated. debian/2.44-1-1-g49a89c9

Ansgar Burchardt ansgar at debian.org
Tue Oct 18 19:04:31 UTC 2011


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

    Use XZ compression for source and binary packages.

diff --git a/debian/changelog b/debian/changelog
index 35a103a..50bfa10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libencode-perl (2.44-2) UNRELEASED; urgency=low
+
+  * Use XZ compression for source and binary packages.
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Tue, 18 Oct 2011 21:02:50 +0200
+
 libencode-perl (2.44-1) unstable; urgency=high
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index e84b586..ef10b73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 override_dh_auto_install:
 	dh_auto_install
 	$(RM) -rv $(TMP)/usr/bin $(TMP)/usr/share/man/man1
+
+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 libencode-perl



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