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

Ansgar Burchardt ansgar at debian.org
Tue Jan 3 09:57:04 UTC 2012


The following commit has been merged in the master branch:
commit fd8f37f0c6cc6da95dc39bb443b30acc7d4b630e
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Tue Jan 3 10:40:28 2012 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index aba1fb3..6014afc 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Standards-Version: 3.9.1
 Package: libemail-address-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
 Description: Perl module for RFC 2822 address parsing and creation
  Email::Address implements a complete RFC 2822 parser that locates email
  addresses in strings and returns a list of Email::Address objects
diff --git a/debian/rules b/debian/rules
index 1749286..3e6d8ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!/usr/local/bin/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-address-perl



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