r20247 - in /trunk/libtext-csv-perl/debian: ./ NEWS changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Wed May 21 13:35:36 UTC 2008


Author: vdanjean
Date: Wed May 21 13:35:35 2008
New Revision: 20247

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20247
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtext-csv-perl/debian/
    trunk/libtext-csv-perl/debian/NEWS
    trunk/libtext-csv-perl/debian/changelog
    trunk/libtext-csv-perl/debian/compat
    trunk/libtext-csv-perl/debian/control
    trunk/libtext-csv-perl/debian/copyright
    trunk/libtext-csv-perl/debian/rules   (with props)
    trunk/libtext-csv-perl/debian/watch

Added: trunk/libtext-csv-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/debian/NEWS?rev=20247&op=file
==============================================================================
--- trunk/libtext-csv-perl/debian/NEWS (added)
+++ trunk/libtext-csv-perl/debian/NEWS Wed May 21 13:35:35 2008
@@ -1,0 +1,22 @@
+libtext-csv-perl (1.05-1) unstable; urgency=low
+
+  WARNING: mapping bewteen CPAN packages and Debian packages changed
+
+    From this version, this Debian package (libtext-csv-perl) contains
+  the perl CPAN package Text::CSV
+    Before this version, this Debian package (libtext-csv-perl) contained
+  the perl CPAN package Text::CSV_XS
+    From now, Text::CSV_XS is packaged in the debian package
+  libtext-csv-xs-perl
+  
+  Text::CSV is a generic perl package that can call Text::CSV_XS if available.
+  Indeed, Text::CSV_XS provides a optimized version of Text::CSV routines.
+
+  The old libtext-csv-perl (with Text::CSV_XS) had a patch to provide the
+  Text::CSV interface. So replacing the old patched Text::CSV_XS by the
+  new Text::CSV (ie only upgrading this 'libtext-csv-perl' package) should
+  works. However, you are strongly encouraged to install the new
+  libtext-csv-xs-perl package (recommended by this package) to keep previous
+  performancies.
+
+ -- Vincent Danjean <vdanjean at debian.org>  Wed, 21 May 2008 13:39:58 +0200

Added: trunk/libtext-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/debian/changelog?rev=20247&op=file
==============================================================================
--- trunk/libtext-csv-perl/debian/changelog (added)
+++ trunk/libtext-csv-perl/debian/changelog Wed May 21 13:35:35 2008
@@ -1,0 +1,5 @@
+libtext-csv-perl (1.05-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Vincent Danjean <vdanjean at debian.org>  Wed, 21 May 2008 13:21:19 +0200

Added: trunk/libtext-csv-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/debian/compat?rev=20247&op=file
==============================================================================
--- trunk/libtext-csv-perl/debian/compat (added)
+++ trunk/libtext-csv-perl/debian/compat Wed May 21 13:35:35 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libtext-csv-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/debian/control?rev=20247&op=file
==============================================================================
--- trunk/libtext-csv-perl/debian/control (added)
+++ trunk/libtext-csv-perl/debian/control Wed May 21 13:35:35 2008
@@ -1,0 +1,26 @@
+Source: libtext-csv-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Text-CSV/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-csv-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/
+
+Package: libtext-csv-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Recommends: libtext-csv-xs-perl
+Description: comma-separated values manipulator (using XS or PurePerl)
+ Text::CSV provides facilities for the composition and decomposition of
+ comma-separated values. An instance of the Text::CSV class can combine
+ fields into a CSV string and parse a CSV string into fields.
+ .
+ Text::CSV can use either Text::CSV_PP (a Pure Perl module) or
+ Text::CSV_XS (a XS module) to provide the foncionnalities.
+ .
+ Text::CSV_PP is in this package whereas Text::CSV_XS (the optimised routines)
+ is provided by the libtext-csv-xs-perl package.

Added: trunk/libtext-csv-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/debian/copyright?rev=20247&op=file
==============================================================================
--- trunk/libtext-csv-perl/debian/copyright (added)
+++ trunk/libtext-csv-perl/debian/copyright Wed May 21 13:35:35 2008
@@ -1,0 +1,20 @@
+This is the debian package for the Text-CSV module.
+It was created by Vincent Danjean <vdanjean at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Text-CSV/
+
+Copyright (C) 1997 Alan Citterman. All rights reserved.
+Copyright (C) 2007-2008 Makamaka Hannyaharamitu. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.8.7 or,
+at your option, any later version of Perl 5 you may have available.
+
+Perl is distributed under either the Artistic licence or the GPL.
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.
+
+The Debian packaging is (C) 2008, Vincent Danjean <vdanjean at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libtext-csv-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/debian/rules?rev=20247&op=file
==============================================================================
--- trunk/libtext-csv-perl/debian/rules (added)
+++ trunk/libtext-csv-perl/debian/rules Wed May 21 13:35:35 2008
@@ -1,0 +1,63 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# Add commands to install the package into $(TMP) here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libtext-csv-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtext-csv-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/debian/watch?rev=20247&op=file
==============================================================================
--- trunk/libtext-csv-perl/debian/watch (added)
+++ trunk/libtext-csv-perl/debian/watch Wed May 21 13:35:35 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Text-CSV/   .*/Text-CSV-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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