[SCM] Debian packaging of libpdf-api2-perl branch, master, updated. 442d701727da3605e74287e1223452af56f2caa4

Ansgar Burchardt ansgar at debian.org
Tue Oct 18 18:57:35 UTC 2011


The following commit has been merged in the master branch:
commit 442d701727da3605e74287e1223452af56f2caa4
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Tue Oct 18 20:55:50 2011 +0200

    Use XZ compression for source and binary packages.

diff --git a/debian/changelog b/debian/changelog
index 9865051..8bd2c3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libpdf-api2-perl (2.019-2) UNRELEASED; urgency=low
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
+  * Use XZ compression for source and binary packages.
 
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
diff --git a/debian/rules b/debian/rules
index 1fb0970..8c12b28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,6 @@ override_dh_installman:
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/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 libpdf-api2-perl



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