--- libxml-csv-perl-0.15.orig/debian/control +++ libxml-csv-perl-0.15/debian/control @@ -0,0 +1,24 @@ +Source: libxml-csv-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , + gregor herrmann +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/XML-CSV/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-csv-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-csv-perl/ +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl, libtext-csv-xs-perl + +Package: libxml-csv-perl +Section: perl +Priority: optional +Architecture: all +Depends: ${perl:Depends}, libtext-csv-xs-perl +Description: Perl module for transforming CSV documents into XML + This module provides functions to easily transform CSV documents into + XML. The module uses Text::CSV_XS to parse csv files and put into + perl data structure. The perl data structure is then written into + xml data structure. XML::CSV allows to create your own Text::CSV_XS + object with defaults that fit your needs or just use defaults. --- libxml-csv-perl-0.15.orig/debian/copyright +++ libxml-csv-perl-0.15/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Ardo van Rangelrooij +on Sat, Jan 27, 2001, 19:26:44 -0600. + +It was downloaded from: + http://search.cpan.org/dist/XML-CSV + +Upstream Authors: Ilya Sterin + +Copyright (c) 2000 Ilya Sterin. All rights reserved. + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or + + b) the "Artistic License" + + See: + + /usr/share/common-licenses/Artistic + /usr/share/common-licenses/GPL + + For more information regarding these licensing options + --- libxml-csv-perl-0.15.orig/debian/watch +++ libxml-csv-perl-0.15/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/XML-CSV/ .*/XML-CSV-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libxml-csv-perl-0.15.orig/debian/compat +++ libxml-csv-perl-0.15/debian/compat @@ -0,0 +1 @@ +5 --- libxml-csv-perl-0.15.orig/debian/changelog +++ libxml-csv-perl-0.15/debian/changelog @@ -0,0 +1,97 @@ +libxml-csv-perl (0.15-8) unstable; urgency=medium + + * Set Maintainer to Debian Perl Group. + * debian/control: + - add Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); + Homepage field (source stanza) + - add /me to Uploaders + - change (build) dependency from libtext-csv-perl to libtext-csv-xs-perl + (Text::CSV_XS has moved to the latter package); closes: #487010. + - move debhelper to Build-Depends + * Set urgency to medium because of the fix for an RC bug. + * Use dist-based URL in debian/watch. + * Remove unneeded changes in Makefile.PL. + * Refresh debian/rules, no functional changes. + * Delete debian/libxml-csv-perl.docs, don't install README any more. + * Set Standards-Version to 3.8.0 (no changes). + * Set debhelper compatibility level to 5. + + -- gregor herrmann Fri, 20 Jun 2008 23:56:35 +0200 + +libxml-csv-perl (0.15-7) unstable; urgency=low + + * Adds debian/watch file so that uscan will work + + -- Jay Bonci Tue, 26 Oct 2004 14:59:49 -0400 + +libxml-csv-perl (0.15-6) unstable; urgency=low + + * New Maintainer (Closes: #210520) + * Bumped policy version to 3.6.1.0 (no other changes) + * Removed the .install file, as the extra directories are added by MakeMaker + * Changed around the rules file to my standard rules template + + -- Jay Bonci Tue, 28 Oct 2003 14:46:33 -0500 + +libxml-csv-perl (0.15-5) unstable; urgency=low + + * debian/rules: moved debhelper compatibility level setting to + 'debian/compat' per latest debhelper best practices + * debian/control: updated sections according to latest archive changes: + - 'libxml-csv-perl' from 'interpreters' to 'perl' + * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1' + * debian/control: upgraded to Debian Policy 3.6.0 (no changes) + + -- Ardo van Rangelrooij Mon, 1 Sep 2003 11:14:54 -0500 + +libxml-csv-perl (0.15-4) unstable; urgency=low + + * debian/rules: upgraded to debhelper v4 + * debian/control: changed build dependency on debhelper accordingly + * debian/rules: migrated from 'dh_movefiles' to 'dh_install' + * debian/rules: split off 'install' target from 'binary-indep' target + * debian/copyright: added pointer to license + (closes: Bug#157666) + + -- Ardo van Rangelrooij Sat, 21 Sep 2002 13:39:00 -0500 + +libxml-csv-perl (0.15-3) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.5.6 + + -- Ardo van Rangelrooij Sun, 23 Dec 2001 16:47:47 -0600 + +libxml-csv-perl (0.15-2) unstable; urgency=low + + * debian/control: upgraded to Debian Policy 3.5.5 + * debian/control: upgraded to Debian Perl Policy 1.20 + + -- Ardo van Rangelrooij Sun, 2 Sep 2001 12:46:15 -0500 + +libxml-csv-perl (0.15-1) unstable; urgency=low + + * New upstream release + + -- Ardo van Rangelrooij Sun, 27 May 2001 22:38:58 -0500 + +libxml-csv-perl (0.14-1) unstable; urgency=low + + * New upstream release + + -- Ardo van Rangelrooij Tue, 24 Apr 2001 20:02:19 -0500 + +libxml-csv-perl (0.13-1) unstable; urgency=low + + * New upstream release + * debian/control: updated debhelper dependency to remove dh_testversion + * debian/control: upgraded to Debian Policy 3.5.2 + * debian/control: upgraded to Debian Perl Policy 1.17 + * debian/rules: upgraded to Debian Perl Policy 1.17 + + -- Ardo van Rangelrooij Sun, 15 Apr 2001 17:16:39 -0500 + +libxml-csv-perl (0.10-1) unstable; urgency=low + + * Initial Release + + -- Ardo van Rangelrooij Sat, 27 Jan 2001 19:23:20 -0600 --- libxml-csv-perl-0.15.orig/debian/rules +++ libxml-csv-perl-0.15/debian/rules @@ -0,0 +1,60 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt 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 + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + touch $@ + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp *.xml + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(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 + 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