r2502 - packages/libtext-csv-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Sun Apr 2 21:16:01 UTC 2006


Author: ntyni-guest
Date: 2006-04-02 21:16:00 +0000 (Sun, 02 Apr 2006)
New Revision: 2502

Modified:
   packages/libtext-csv-perl/trunk/debian/changelog
   packages/libtext-csv-perl/trunk/debian/compat
   packages/libtext-csv-perl/trunk/debian/control
   packages/libtext-csv-perl/trunk/debian/rules
   packages/libtext-csv-perl/trunk/debian/watch
Log:
Minor packaging fixes.


Modified: packages/libtext-csv-perl/trunk/debian/changelog
===================================================================
--- packages/libtext-csv-perl/trunk/debian/changelog	2006-04-02 21:12:05 UTC (rev 2501)
+++ packages/libtext-csv-perl/trunk/debian/changelog	2006-04-02 21:16:00 UTC (rev 2502)
@@ -1,8 +1,13 @@
 libtext-csv-perl (0.23-6) unstable; urgency=low
 
   * Make 'perldoc Text::CSV' work too. (Closes: #360502)
+  * Add myself to Uploaders.
+  * Upgrade to Standards-Version 3.6.2. No changes needed.
+  * Upgrade to debhelper compatibility level 5.
+  * Don't ignore the result value of 'make clean'.
+  * Run 'make test' at build time.
 
- -- Niko Tyni <ntyni at iki.fi>  Mon,  3 Apr 2006 00:10:36 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Mon,  3 Apr 2006 00:14:16 +0300
 
 libtext-csv-perl (0.23-5) unstable; urgency=low
 

Modified: packages/libtext-csv-perl/trunk/debian/compat
===================================================================
--- packages/libtext-csv-perl/trunk/debian/compat	2006-04-02 21:12:05 UTC (rev 2501)
+++ packages/libtext-csv-perl/trunk/debian/compat	2006-04-02 21:16:00 UTC (rev 2502)
@@ -1 +1 @@
-4
+5

Modified: packages/libtext-csv-perl/trunk/debian/control
===================================================================
--- packages/libtext-csv-perl/trunk/debian/control	2006-04-02 21:12:05 UTC (rev 2501)
+++ packages/libtext-csv-perl/trunk/debian/control	2006-04-02 21:16:00 UTC (rev 2502)
@@ -1,14 +1,14 @@
 Source: libtext-csv-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>
 Section: perl
 Priority: optional
-Standards-Version: 3.6.1
-Build-Depends: debhelper (>> 4.1), perl (>> 5.8.1)
+Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 5), perl (>> 5.8.1)
 
 Package: libtext-csv-perl
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
 Description: perl Text::CSV_XS - comma-separated values manipulation routines
  Text::CSV provides facilities for the composition and decomposition of
  comma-separated values.  An instance of the Text::CSV class can combine

Modified: packages/libtext-csv-perl/trunk/debian/rules
===================================================================
--- packages/libtext-csv-perl/trunk/debian/rules	2006-04-02 21:12:05 UTC (rev 2501)
+++ packages/libtext-csv-perl/trunk/debian/rules	2006-04-02 21:16:00 UTC (rev 2502)
@@ -20,7 +20,7 @@
 clean:	checkroot
 	rm -f build-stamp
 	dh_clean
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 binary-indep:	checkroot build
 
@@ -29,6 +29,7 @@
 	dh_installdirs
 
 	$(MAKE) install PREFIX=$(prefix)
+	$(MAKE) test
 
 	dh_installdocs README
 	dh_installexamples 

Modified: packages/libtext-csv-perl/trunk/debian/watch
===================================================================
--- packages/libtext-csv-perl/trunk/debian/watch	2006-04-02 21:12:05 UTC (rev 2501)
+++ packages/libtext-csv-perl/trunk/debian/watch	2006-04-02 21:16:00 UTC (rev 2502)
@@ -2,5 +2,5 @@
 # Rename this file to "watch" and then you can run the "uscan" command
 # to check for upstream updates and more.
 # Site		Directory		Pattern			Version	Script
-version=2
-http://www.cpan.org/modules/by-module/Text/Text-CSV_XS-(\d.*)\.tar\.gz	debian	uupdate
+version=3
+http://mirrors.kernel.org/CPAN/modules/by-module/Text/Text-CSV_XS-(\d.*)\.tar\.gz	debian	uupdate




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