[SCM] Debian packaging of libtext-csv-xs-perl branch, master, updated. debian/0.86-1
Ansgar Burchardt
ansgar at debian.org
Mon Jan 23 09:39:33 UTC 2012
The following commit has been merged in the master branch:
commit 11022843a063857f082ab28d60f6b2306b4aeb22
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Mon Jan 23 10:34:33 2012 +0100
* New upstream release.
* debian/copyright: Update years of copyright.
* Use xz compression for source and binary packages.
diff --git a/debian/changelog b/debian/changelog
index 707c3be..7bad27a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libtext-csv-xs-perl (0.86-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/copyright: Update years of copyright.
+ * Use xz compression for source and binary packages.
+
+ -- Ansgar Burchardt <ansgar at debian.org> Mon, 23 Jan 2012 10:36:43 +0100
+
libtext-csv-xs-perl (0.85-1) unstable; urgency=low
[ Ansgar Burchardt ]
diff --git a/debian/control b/debian/control
index c94f1be..fe32705 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-csv-x
Package: libtext-csv-xs-perl
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6~)
Enhances: libtext-csv-perl
Description: Perl C/XS module to process Comma-Separated Value files
Text::CSV_XS provides facilities for the composition and decomposition of
diff --git a/debian/copyright b/debian/copyright
index 48f0d94..6bc6989 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Name: Text-CSV_XS
Files: *
Copyright:
- 2007-2011, H. Merijn Brand <h.m.brand at xs4all.nl>
+ 2007-2012, H. Merijn Brand <h.m.brand at xs4all.nl>
1998-2001, Jochen Wiedmann <joe at ispsoft.de>
1997, Alan Citterman <alan at mfgrtl.com>
License: Artistic or GPL-1+
@@ -15,7 +15,7 @@ Copyright: 2007-2011, H. Merijn Brand <h.m.brand at xs4all.nl>
License: Artistic or GPL-1+
Files: ppport.h
-Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+Copyright: 2004-2010, Marcus Holland-Moritz <mhx-cpan at gmx.net>
2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
License: Artistic or GPL-1+
@@ -24,7 +24,7 @@ Files: debian/*
Copyright:
2011, Nicholas Bamber <nicholas at periapt.co.uk>
2007-2010, gregor herrmann <gregoa at debian.org>
- 2008-2010, Ansgar Burchardt <ansgar at debian.org>
+ 2008-2012, Ansgar Burchardt <ansgar at debian.org>
2009-2011, Jonathan Yu <jawnsy at cpan.org>
2010, Franck Joncourt <franck at debian.org>
2009, Ryan Niebur <ryan at debian.org>
diff --git a/debian/rules b/debian/rules
index ac8aae0..4d5da61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,5 @@ override_dh_installexamples:
sed -i '1s|^#!/pro/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
chmod a+x $(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 libtext-csv-xs-perl
More information about the Pkg-perl-cvs-commits
mailing list