r24805 - in /trunk/libspreadsheet-read-perl: Read.pm debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Thu Sep 4 12:30:32 UTC 2008


Author: jeremiah-guest
Date: Thu Sep  4 12:30:28 2008
New Revision: 24805

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

Added:
    trunk/libspreadsheet-read-perl/debian/
    trunk/libspreadsheet-read-perl/debian/changelog
    trunk/libspreadsheet-read-perl/debian/compat
    trunk/libspreadsheet-read-perl/debian/control
    trunk/libspreadsheet-read-perl/debian/copyright
    trunk/libspreadsheet-read-perl/debian/rules   (with props)
    trunk/libspreadsheet-read-perl/debian/watch
Modified:
    trunk/libspreadsheet-read-perl/Read.pm

Modified: trunk/libspreadsheet-read-perl/Read.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/Read.pm?rev=24805&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/Read.pm (original)
+++ trunk/libspreadsheet-read-perl/Read.pm Thu Sep  4 12:30:28 2008
@@ -1,4 +1,4 @@
-#!/pro/bin/perl
+#!/usr/bin/perl
 
 package Spreadsheet::Read;
 

Added: trunk/libspreadsheet-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/changelog?rev=24805&op=file
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/changelog (added)
+++ trunk/libspreadsheet-read-perl/debian/changelog Thu Sep  4 12:30:28 2008
@@ -1,0 +1,8 @@
+libspreadsheet-read-perl (0.27-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #497780)
+  * Packaged on the request of upstream
+  * Changed location of perl interpreter in Read.pm to reflect FHS
+  * Fixed spelling error in description to stop lintian warning
+
+ -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Thu, 04 Sep 2008 14:25:34 +0200

Added: trunk/libspreadsheet-read-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/compat?rev=24805&op=file
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/compat (added)
+++ trunk/libspreadsheet-read-perl/debian/compat Thu Sep  4 12:30:28 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libspreadsheet-read-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/control?rev=24805&op=file
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/control (added)
+++ trunk/libspreadsheet-read-perl/debian/control Thu Sep  4 12:30:28 2008
@@ -1,0 +1,27 @@
+Source: libspreadsheet-read-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Spreadsheet-Read/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libspreadsheet-read-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/
+
+Package: libspreadsheet-read-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libspreadsheet-parseexcel-perl (>= 0.26), libio-stringy-perl, libtext-csv-perl (>= 1), libtext-csv-perl (>= 0.23)
+Description: Transparently read any spreadsheet format and return its content
+ Spreadsheet::Read tries to transparently read any spreadsheet format,
+ return the content in a universally readable manner, independent of the parsing
+ module.
+ .
+ For OpenOffice this module uses Spreadsheet::ReadSXC
+ .
+ For Excel this module uses Spreadsheet::ParseExcel
+ .
+ For CSV this module uses Text::CSV_XS (0.29 or up preferred) or
+ Text_PP (1.05 or up required)
+ .
+ For SquirrelCalc there is a very simplistic built-in parser

Added: trunk/libspreadsheet-read-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/copyright?rev=24805&op=file
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/copyright (added)
+++ trunk/libspreadsheet-read-perl/debian/copyright Thu Sep  4 12:30:28 2008
@@ -1,0 +1,32 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: H. Merijn Brand (Tux) <h.m.brand at xs4all.nl>
+Upstream-Source: http://search.cpan.org/dist/Spreadsheet-Read/
+Upstream-Name: Spreadsheet-Read
+
+Files: *
+Copyright: Copyright 2005, 2006, 2007 H.Merijn Brand, All Rights Reserved.
+License-Alias: Perl
+License: Artistic | GPL-1+
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: © 2008,Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+License: Artistic | GPL-1+
+ Packaging is free; you can redistribute it and/or modify it inder the same 
+ terms as Perl itself.
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by 
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libspreadsheet-read-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/rules?rev=24805&op=file
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/rules (added)
+++ trunk/libspreadsheet-read-perl/debian/rules Thu Sep  4 12:30:28 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libspreadsheet-read-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libspreadsheet-read-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/watch?rev=24805&op=file
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/watch (added)
+++ trunk/libspreadsheet-read-perl/debian/watch Thu Sep  4 12:30:28 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/Spreadsheet-Read/   .*/Spreadsheet-Read-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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