[SCM] Debian packaging of libtext-csv-xs-perl branch, master, updated. cfeb2927a7a0373cca4ee7178a295fb770c07b2d
Nicholas Bamber
nicholas at periapt.co.uk
Fri Sep 9 22:01:07 UTC 2011
The following commit has been merged in the master branch:
commit 3f3f0fb2c0b34e351801b2ba0a42680ce6c84894
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date: Fri Sep 9 10:26:42 2011 +0100
* New upstream release
* Raised standards version to 3.9.2
* Removed Breaks/Replaces clauses that are no longer needed
* Added rule to make example scripts executable
diff --git a/debian/changelog b/debian/changelog
index 0a407da..0fd8dfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,18 @@
-libtext-csv-xs-perl (0.82-1) UNRELEASED; urgency=low
+libtext-csv-xs-perl (0.85-1) UNRELEASED; urgency=low
[ Ansgar Burchardt ]
- IGNORE-VERSION: 0.82-1
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
+ [ Nicholas Bamber ]
+ * New upstream release
+ * Raised standards version to 3.9.2
+ * Removed Breaks/Replaces clauses that are no longer needed
+ * Added rule to make example scripts executable
+
-- Ansgar Burchardt <ansgar at debian.org> Sat, 14 May 2011 10:38:55 +0200
libtext-csv-xs-perl (0.81-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 50953ac..391130e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Uploaders: Niko Tyni <ntyni at debian.org>,
Ansgar Burchardt <ansgar at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
Jose Luis Rivas <ghostbar at debian.org>, Ryan Niebur <ryan at debian.org>,
Franck Joncourt <franck at debian.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Text-CSV_XS/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-csv-xs-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-csv-xs-perl.git
@@ -20,8 +20,6 @@ Package: libtext-csv-xs-perl
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Enhances: libtext-csv-perl
-Breaks: libtext-csv-perl (<= 1.05)
-Replaces: libtext-csv-perl (<= 1.05)
Description: Perl C/XS module to process Comma-Separated Value files
Text::CSV_XS provides facilities for the composition and decomposition of
comma-separated values. This module can combine fields into a CSV string and,
diff --git a/debian/rules b/debian/rules
index 4f9225c..ac8aae0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,4 +19,5 @@ override_dh_auto_build:
override_dh_installexamples:
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/*
--
Debian packaging of libtext-csv-xs-perl
More information about the Pkg-perl-cvs-commits
mailing list