[SCM] Debian packaging of libnet-amazon-perl branch, master, updated. debian/0.61-1

Ansgar Burchardt ansgar at debian.org
Sun Oct 30 11:55:05 UTC 2011


The following commit has been merged in the master branch:
commit 7c719e80097695c9b9ca72d8a13facb1f517dc8f
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Oct 30 12:42:20 2011 +0100

    Use XZ compression for source and binary packages.

diff --git a/debian/rules b/debian/rules
index d4ac4f9..e48be4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libnet-amazon-perl/examples/*
+
+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 libnet-amazon-perl



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