[SCM] Debian packaging of libdatetime-format-flexible-perl branch, master, updated. debian/0.21-1

Ansgar Burchardt ansgar at debian.org
Sun Jan 1 21:41:04 UTC 2012


The following commit has been merged in the master branch:
commit 73ca7af4c1d7505831536a05fa7082434d1f01cf
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Jan 1 22:35:51 2012 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index 219b3b7..f1239fb 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl,
  libdatetime-timezone-perl, liblist-moreutils-perl,
  libdatetime-format-builder-perl (>= 0.74)
+Pre-Depends: dpkg (>= 1.15.6)
 Description: Perl module to transform strings into DateTime objects
  DateTime::Format::Flexible is designed to transform arbitrary date/time
  strings into DateTime objects. It is currently able to parse and extract date
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 libdatetime-format-flexible-perl



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