[SCM] Debian packaging of libpod-weaver-perl branch, master, updated. debian/3.101634-1

Ansgar Burchardt ansgar at debian.org
Sat Nov 5 09:10:58 UTC 2011


The following commit has been merged in the master branch:
commit e97d87c0ab58a991c44a0138abd77651277e2851
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Nov 5 10:04:38 2011 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index e943033..4a4b507 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Depends: ${misc:Depends}, ${perl:Depends}, libconfig-mvp-perl (>= 2.101460),
  libmoose-perl, libnamespace-autoclean-perl, libparams-util-perl,
  libpod-elemental-perl (>= 0.100220), libstring-flogger-perl (>= 1),
  libstring-formatter-perl (>= 0.100680), libstring-rewriteprefix-perl
+Pre-Depends: dpkg (>= 1.15.6)
 Description: Perl module to weave together a Pod document from an outline
  Pod::Weaver is a system for building Pod documents from templates. It doesn't
  perform simple text substitution, but instead builds a
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 libpod-weaver-perl



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