[SCM] Debian packaging of libdatetime-timezone-perl branch, master, updated. debian/1.41-1+2011m-1-ge62923b

Ansgar Burchardt ansgar at debian.org
Sun Oct 30 11:30:28 UTC 2011


The following commit has been merged in the master branch:
commit e62923bb8ad0bcfb872bb4270aeecc276e50ed2c
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Oct 30 12:29:05 2011 +0100

    Use XZ compression for source and binary packages.

diff --git a/debian/changelog b/debian/changelog
index baf73cb..b7acce9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdatetime-timezone-perl (1:1.41-2+2011m) UNRELEASED; urgency=low
+
+  * Use XZ compression for source and binary packages.
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Sun, 30 Oct 2011 12:28:37 +0100
+
 libdatetime-timezone-perl (1:1.41-1+2011m) unstable; urgency=high
 
   * New upstream release, based on version 2011m of the Olson database.
diff --git a/debian/rules b/debian/rules
index d923207..9e9785e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ override_dh_auto_install:
 	$(RM) -v $(TMP)/usr/share/perl5/DateTime/TimeZone/Local/Win32.pm
 	$(RM) -v $(TMP)/usr/share/man/man3/DateTime::TimeZone::Local::Win32.3pm
 
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
+
 prepare:
 	bash debian/tools/update-tzdata.sh
 
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-timezone-perl



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