[SCM] Debian packaging of libemail-valid-perl branch, master, updated. debian/0.187-1

Ansgar Burchardt ansgar at debian.org
Sat Jan 28 21:06:49 UTC 2012


The following commit has been merged in the master branch:
commit f0a3f0674603353cb5156da1c882df09ee055f1b
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Jan 28 22:00:04 2012 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index 3741038..07ca825 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Package: libemail-valid-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libmailtools-perl, libnet-dns-perl,
  libnet-domain-tld-perl (>= 1.65-2), netbase
+Pre-Depends: dpkg (>= 1.15.6~)
 Description: Perl module for checking the validity of Internet email addresses
  Email::Valid determines whether an email address is well-formed, and
  optionally, whether a mail host exists for the domain.
diff --git a/debian/rules b/debian/rules
index 391e8f5..0b59a3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 override_dh_installexamples:
 	dh_installexamples
 	sed -i -e '1s|^.*perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
+
+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 libemail-valid-perl



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