[SCM] Debian packaging of libmoosex-strictconstructor-perl branch, master, updated. debian/0.18-1

Ansgar Burchardt ansgar at debian.org
Fri Jan 13 20:19:37 UTC 2012


The following commit has been merged in the master branch:
commit 605676cb9305ca836d1a7655f223a04f42a67159
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Fri Jan 13 21:13:39 2012 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index baaa2e2..b51742c 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
  libmoose-perl (>= 0.94),
  libnamespace-autoclean-perl
+Pre-Depends: dpkg (>= 1.15.6)
 Description: Make your object constructors blow up on unknown attributes
  "use MooseX::StrictConstructor" instead of just "use Moose" makes your
  constructors strict. If your constructor is called with an attribute
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 libmoosex-strictconstructor-perl



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