[SCM] Debian packaging of libcatalyst-action-rest-perl branch, master, updated. debian/0.95-1

Ansgar Burchardt ansgar at debian.org
Fri Jan 13 21:24:04 UTC 2012


The following commit has been merged in the master branch:
commit fcd976d3b09b907076cea17a5625730b1440787c
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Fri Jan 13 22:19:50 2012 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index 9e22c1b..a348382 100644
--- a/debian/control
+++ b/debian/control
@@ -37,6 +37,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  liburi-find-perl,
  libwww-perl,
  libyaml-syck-perl
+Pre-Depends: dpkg (>= 1.15.6)
 Suggests: libphp-serialization-perl, libconfig-general-perl,
  libxml-simple-perl, libfreezethaw-perl, libjson-perl (>= 2.12),
  libjson-xs-perl (>= 2.222)
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 libcatalyst-action-rest-perl



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