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

Ansgar Burchardt ansgar at debian.org
Fri Jan 13 20:08:46 UTC 2012


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

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index 2b3ff0c..c9400a1 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libmoosex-types-perl,
  libnamespace-autoclean-perl,
  libnamespace-clean-perl (>= 0.10)
+Pre-Depends: dpkg (>= 1.15.6)
 Description: Moose extension for code attribute introspection
  MooseX::MethodAttributes is a Perl module that allows code attributes of
  methods to be introspected using Moose meta method objects.
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-methodattributes-perl



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