--- libole-storage-lite-perl-0.19.orig/debian/control +++ libole-storage-lite-perl-0.19/debian/control @@ -0,0 +1,26 @@ +Source: libole-storage-lite-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libio-stringy-perl +Maintainer: Debian Perl Group +Uploaders: Gunnar Wolf , + Damyan Ivanov , Jonathan Yu , + gregor herrmann +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/OLE-Storage_Lite/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libole-storage-lite-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libole-storage-lite-perl/ + +Package: libole-storage-lite-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libio-stringy-perl +Description: simple class for OLE document interface + OLE::Storage_Lite is a Perl module that allows you to read and write an + OLE-Structured file. OLE (Object Linking and Embedding) is Microsoft's + framework for a compound document technology which is used throughout the + Office product family. + . + This module provides the OLE functionality for Spreadsheet::ParseExcel (see + libspreadsheet-parseexcel-perl) which can used to extract data from Excel + spreadsheets. --- libole-storage-lite-perl-0.19.orig/debian/copyright +++ libole-storage-lite-perl-0.19/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Kawai Takanori +Source: http://search.cpan.org/dist/OLE-Storage_Lite/ +Name: OLE-Storage_Lite + +Files: * +Copyright: 2000-2001, Kawai Takanori +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: + 2009, Jonathan Yu + 2006-2009, gregor herrmann + 2008, Damyan Ivanov + 2005, Gunnar Wolf + 2001-2004, Dirk Eddelbuettel +License: Artistic or GPL-1+ + +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' + +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' --- libole-storage-lite-perl-0.19.orig/debian/watch +++ libole-storage-lite-perl-0.19/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/OLE-Storage_Lite/ .*/OLE-Storage_Lite-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libole-storage-lite-perl-0.19.orig/debian/libole-storage-lite-perl.examples +++ libole-storage-lite-perl-0.19/debian/libole-storage-lite-perl.examples @@ -0,0 +1 @@ +sample/* --- libole-storage-lite-perl-0.19.orig/debian/compat +++ libole-storage-lite-perl-0.19/debian/compat @@ -0,0 +1 @@ +7 --- libole-storage-lite-perl-0.19.orig/debian/changelog +++ libole-storage-lite-perl-0.19/debian/changelog @@ -0,0 +1,159 @@ +libole-storage-lite-perl (0.19-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Refresh copyright information + * Use new short debhelper rules format + * Standards-Version 3.8.3 (no changes) + * Add myself to Uploaders and Copyright + * Add perl to B-D-I, it's not build-essential + * Reformat the control description + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Thu, 26 Nov 2009 18:02:40 -0500 + +libole-storage-lite-perl (0.18-1) unstable; urgency=low + + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + * New upstream release. + * debian/copyright: switch to new format. + * Set debhelper compatibility level to 7; adapt + debian/{control,compat,rules}. + * Set Standards-Version to 3.8.0 (no changes). + * Mention module name in long description. + + -- gregor herrmann Thu, 01 Jan 2009 21:36:24 +0100 + +libole-storage-lite-perl (0.17-1) unstable; urgency=low + + * New upstream release. + * Refresh debian/rules, no functional changes. + * debian/control: change my email address. + + -- gregor herrmann Sat, 10 May 2008 21:15:45 +0200 + +libole-storage-lite-perl (0.16-1) unstable; urgency=low + + * New upstream release. + * debian/watch: use extended regexp for matching upstream releases. + * Set debhelper compatibility level to 6. + * debian/rules: + - use $(PERL) instead of hardcoding 'perl' + - use dh_clean for removing stamp files + * Add /me to Uploaders. + + -- gregor herrmann Wed, 20 Feb 2008 18:28:07 +0100 + +libole-storage-lite-perl (0.15-1) unstable; urgency=low + + [ gregor herrmann ] + * New upstream release. + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * Set Standards-Version to 3.7.3 (no changes needed). + * debian/watch: use a dist-based URL. + * debian/rules: + - remove unused variable version + - use dh_listpackages and $(CURDIR) to construct the build directory + - let install-stamp depend on build-stamp + - use DESTDIR and PREFIX on make install + - remove commented out dh_* calls + - don't install README (only perldoc output) + - don't compress examples + * debian/copyright: add generic upstream URL; update years of copyright. + + [ Damyan Ivanov ] + * touch $@ instead of *-stamp + * remove usr/lib/perl5 only if it exists and remove it verbosely + * remove unused dh_installdirs + * add v? to watchfile pattern + * Put me instead of Gregor in Uploaders + + -- Damyan Ivanov Sat, 05 Jan 2008 16:24:13 +0200 + +libole-storage-lite-perl (0.14-4) unstable; urgency=low + + * Don't ignore errors from $(MAKE) distclean in debian/rules. + * Activate dh_md5sums in debian/rules. + + -- gregor herrmann Fri, 17 Aug 2007 13:20:57 +0200 + +libole-storage-lite-perl (0.14-3) unstable; urgency=low + + * Moved debhelper to Build-Depends. + * Set Standards-Version to 3.7.2 (no changes). + * Set Debhelper Compatibility Level to 5. + * Removed empty /usr/lib/perl5 from package. + + -- gregor herrmann Fri, 16 Jun 2006 16:42:23 +0200 + +libole-storage-lite-perl (0.14-2) unstable; urgency=low + + * Modified source package name to libole-storage-lite-perl to be + consistent with Perl package naming scheme + * New maintainer - Debian Perl Group via Gunnar Wolf + + + -- Gunnar Wolf Mon, 24 Jan 2005 19:50:47 -0600 + +ole-storage-lite (0.14-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Sat, 13 Nov 2004 12:13:48 -0600 + +ole-storage-lite (0.13-1) unstable; urgency=low + + * New upstream version 0.13 (Closes: #265847) + * debian/control: Section changed to perl + * debian/control: Standards-Version upgraded to 3.6.1.1 + * debian/control: Expanded Description text (Closes: #210031) + * debian/control: Build-Depends on libio-stringy-perl + + -- Dirk Eddelbuettel Mon, 16 Aug 2004 21:33:42 -0500 + +ole-storage-lite (0.11-1) unstable; urgency=low + + * New upstream version 0.11 + + -- Dirk Eddelbuettel Tue, 26 Nov 2002 21:17:07 -0600 + +ole-storage-lite (0.10-2) unstable; urgency=low + + * Corrected typo in name of the upstream .orig.tar.gz so that package is + built the correct way with a .diff.gz + + -- Dirk Eddelbuettel Tue, 26 Mar 2002 20:32:01 -0600 + +ole-storage-lite (0.10-1) unstable; urgency=low + + * New upstream version 0.10 + * debian/copyright: Corrected common-license/GPL file ref (lintian) + + -- Dirk Eddelbuettel Sun, 24 Mar 2002 15:21:57 -0600 + +ole-storage-lite (0.09-2) unstable; urgency=low + + * debian/control: Depends on libio-stringy-perl (Closes: #108315) + + -- Dirk Eddelbuettel Fri, 10 Aug 2001 18:11:40 -0500 + +ole-storage-lite (0.09-1) unstable; urgency=low + + * New upstream version 0.09 + * debian/control: Rewrote Description + + -- Dirk Eddelbuettel Wed, 6 Jun 2001 19:33:28 -0500 + +ole-storage-lite (0.08-1) unstable; urgency=low + + * Initial Debian release following WNPP heads-up (Closes: #98664) + + -- Dirk Eddelbuettel Sun, 27 May 2001 10:30:32 -0500 --- libole-storage-lite-perl-0.19.orig/debian/rules +++ libole-storage-lite-perl-0.19/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@