r10435 - in /trunk/libxml-csv-perl: Makefile.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/libxml-csv-perl.docs debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:26:08 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:26:08 2007
New Revision: 10435

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

Added:
    trunk/libxml-csv-perl/debian/
    trunk/libxml-csv-perl/debian/changelog
    trunk/libxml-csv-perl/debian/compat
    trunk/libxml-csv-perl/debian/control
    trunk/libxml-csv-perl/debian/copyright
    trunk/libxml-csv-perl/debian/libxml-csv-perl.docs
    trunk/libxml-csv-perl/debian/rules   (with props)
    trunk/libxml-csv-perl/debian/watch
Modified:
    trunk/libxml-csv-perl/Makefile.PL

Modified: trunk/libxml-csv-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libxml-csv-perl/Makefile.PL?rev=10435&op=diff
==============================================================================
--- trunk/libxml-csv-perl/Makefile.PL (original)
+++ trunk/libxml-csv-perl/Makefile.PL Sat Dec  1 12:26:08 2007
@@ -1,10 +1,8 @@
-use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-WriteMakefile(
-    'NAME'	=> 'XML::CSV',
-    'VERSION_FROM' => 'CSV.pm', # finds $VERSION
-    'LIBS'	=> [''],   # e.g., '-lm' 
-    'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
-    'INC'	=> '',     # e.g., '-I/usr/include/other' 
-);
+use ExtUtils::MakeMaker;
+# See lib/ExtUtils/MakeMaker.pm for details of how to influence
+# the contents of the Makefile that is written.
+WriteMakefile(
+    'NAME'	   => 'XML::CSV',
+    'VERSION_FROM' => 'CSV.pm',
+    'PM'           => { 'CSV.pm' => '$(INST_LIBDIR)/CSV.pm', },
+);

Added: trunk/libxml-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-csv-perl/debian/changelog?rev=10435&op=file
==============================================================================
--- trunk/libxml-csv-perl/debian/changelog (added)
+++ trunk/libxml-csv-perl/debian/changelog Sat Dec  1 12:26:08 2007
@@ -1,0 +1,77 @@
+libxml-csv-perl (0.15-7) unstable; urgency=low
+
+  * Adds debian/watch file so that uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org>  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 <jaybonci at debian.org>  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 <ardo at debian.org>  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 <ardo at debian.org>  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 <ardo at debian.org>  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 <ardo at debian.org>  Sun,  2 Sep 2001 12:46:15 -0500
+
+libxml-csv-perl (0.15-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 27 May 2001 22:38:58 -0500
+
+libxml-csv-perl (0.14-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  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 <ardo at debian.org>  Sun, 15 Apr 2001 17:16:39 -0500
+
+libxml-csv-perl (0.10-1) unstable; urgency=low
+
+  * Initial Release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat, 27 Jan 2001 19:23:20 -0600

Added: trunk/libxml-csv-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-csv-perl/debian/compat?rev=10435&op=file
==============================================================================
--- trunk/libxml-csv-perl/debian/compat (added)
+++ trunk/libxml-csv-perl/debian/compat Sat Dec  1 12:26:08 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libxml-csv-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-csv-perl/debian/control?rev=10435&op=file
==============================================================================
--- trunk/libxml-csv-perl/debian/control (added)
+++ trunk/libxml-csv-perl/debian/control Sat Dec  1 12:26:08 2007
@@ -1,0 +1,18 @@
+Source: libxml-csv-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1.0
+Build-Depends-Indep: debhelper (>= 4.1), perl, libtext-csv-perl
+
+Package: libxml-csv-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libtext-csv-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.

Added: trunk/libxml-csv-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-csv-perl/debian/copyright?rev=10435&op=file
==============================================================================
--- trunk/libxml-csv-perl/debian/copyright (added)
+++ trunk/libxml-csv-perl/debian/copyright Sat Dec  1 12:26:08 2007
@@ -1,0 +1,26 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Sat, Jan 27, 2001, 19:26:44 -0600.
+
+It was downloaded from:
+	http://search.cpan.org/dist/XML-CSV
+
+Upstream Authors: Ilya Sterin <isterin at mail.com>
+
+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
+

Added: trunk/libxml-csv-perl/debian/libxml-csv-perl.docs
URL: http://svn.debian.org/wsvn/trunk/libxml-csv-perl/debian/libxml-csv-perl.docs?rev=10435&op=file
==============================================================================
--- trunk/libxml-csv-perl/debian/libxml-csv-perl.docs (added)
+++ trunk/libxml-csv-perl/debian/libxml-csv-perl.docs Sat Dec  1 12:26:08 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libxml-csv-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-csv-perl/debian/rules?rev=10435&op=file
==============================================================================
--- trunk/libxml-csv-perl/debian/rules (added)
+++ trunk/libxml-csv-perl/debian/rules Sat Dec  1 12:26:08 2007
@@ -1,0 +1,54 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	rm -f *.xml
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs CHANGES
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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

Added: trunk/libxml-csv-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-csv-perl/debian/watch?rev=10435&op=file
==============================================================================
--- trunk/libxml-csv-perl/debian/watch (added)
+++ trunk/libxml-csv-perl/debian/watch Sat Dec  1 12:26:08 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/XML/XML-CSV-([0-9].*)\.tar.gz




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