r56405 - in /trunk/libdbd-excel-perl/debian: README.source changelog compat control copyright libdbd-excel-perl.examples patches/perl_path.patch patches/pod.patch patches/series rules source/ source/format
ansgar-guest at users.alioth.debian.org
ansgar-guest at users.alioth.debian.org
Sun Apr 18 09:39:21 UTC 2010
Author: ansgar-guest
Date: Sun Apr 18 09:39:07 2010
New Revision: 56405
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56405
Log:
* Add dependency on perl-dbdapi-* (see #577209).
+ Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
* Use source format 3.0 (quilt); drop README.source and quilt framework.
* Convert debian/copyright to proposed machine-readable format.
* Refresh rules for debhelper 7.
* Fix POD syntax error.
+ new patch: pod.patch
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.
Added:
trunk/libdbd-excel-perl/debian/libdbd-excel-perl.examples
trunk/libdbd-excel-perl/debian/patches/pod.patch
trunk/libdbd-excel-perl/debian/source/
trunk/libdbd-excel-perl/debian/source/format
Removed:
trunk/libdbd-excel-perl/debian/README.source
Modified:
trunk/libdbd-excel-perl/debian/changelog
trunk/libdbd-excel-perl/debian/compat
trunk/libdbd-excel-perl/debian/control
trunk/libdbd-excel-perl/debian/copyright
trunk/libdbd-excel-perl/debian/patches/perl_path.patch
trunk/libdbd-excel-perl/debian/patches/series
trunk/libdbd-excel-perl/debian/rules
Modified: trunk/libdbd-excel-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-excel-perl/debian/changelog?rev=56405&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/debian/changelog (original)
+++ trunk/libdbd-excel-perl/debian/changelog Sun Apr 18 09:39:07 2010
@@ -1,19 +1,26 @@
-libdbd-excel-perl (0.06-7) UNRELEASED; urgency=low
+libdbd-excel-perl (0.06-7) unstable; urgency=low
[ gregor herrmann ]
- * Add debian/README.source to document quilt usage, as required by
- Debian Policy since 3.8.0.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
+ * Change my email address.
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
- [ gregor herrmann ]
- * Change my email address.
+ [ Ansgar Burchardt ]
+ * Add dependency on perl-dbdapi-* (see #577209).
+ + Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
+ * Use source format 3.0 (quilt); drop README.source and quilt framework.
+ * Convert debian/copyright to proposed machine-readable format.
+ * Refresh rules for debhelper 7.
+ * Fix POD syntax error.
+ + new patch: pod.patch
+ * Bump Standards-Version to 3.8.4.
+ * Add myself to Uploaders.
- -- gregor herrmann <gregoa at debian.org> Wed, 06 Aug 2008 21:33:34 -0300
+ -- Ansgar Burchardt <ansgar at 43-1.org> Sun, 18 Apr 2010 18:38:14 +0900
libdbd-excel-perl (0.06-6) unstable; urgency=low
Modified: trunk/libdbd-excel-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-excel-perl/debian/compat?rev=56405&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/debian/compat (original)
+++ trunk/libdbd-excel-perl/debian/compat Sun Apr 18 09:39:07 2010
@@ -1,1 +1,1 @@
-6
+7
Modified: trunk/libdbd-excel-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-excel-perl/debian/control?rev=56405&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/debian/control (original)
+++ trunk/libdbd-excel-perl/debian/control Sun Apr 18 09:39:07 2010
@@ -2,17 +2,22 @@
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregoa at debian.org>, Carlo Segre <segre at debian.org>
-Build-Depends: debhelper (>= 6), quilt
-Build-Depends-Indep: libdbi-perl, libsql-statement-perl, libspreadsheet-parseexcel-perl (>= 0.3000), libspreadsheet-writeexcel-perl
-Standards-Version: 3.7.3
+Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregoa at debian.org>,
+ Carlo Segre <segre at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl, libdbi-perl (>= 1.610.90+is+1.609-1~),
+ libsql-statement-perl, libspreadsheet-parseexcel-perl (>= 0.3000),
+ libspreadsheet-writeexcel-perl
+Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/DBD-Excel/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-excel-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbd-excel-perl/
Package: libdbd-excel-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl, libsql-statement-perl, libspreadsheet-parseexcel-perl (>= 0.3000), libspreadsheet-writeexcel-perl
+Depends: ${misc:Depends}, ${perl:Depends}, ${libdbi-perl:Depends},
+ libsql-statement-perl, libspreadsheet-parseexcel-perl (>= 0.3000),
+ libspreadsheet-writeexcel-perl
Description: provides an SQL interface (via DBI) for accessing Excel files
The DBD::Excel module is a DBI driver which permits access to Excel files
(in the 95, 97 and 2000 flavours) via SQL commands through the Perl DBI.
Modified: trunk/libdbd-excel-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-excel-perl/debian/copyright?rev=56405&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/debian/copyright (original)
+++ trunk/libdbd-excel-perl/debian/copyright Sun Apr 18 09:39:07 2010
@@ -1,22 +1,29 @@
-This is the Debian GNU/Linux libdbd-excel version of the DBD::Excel
-module by Kawai Takanori (GCD00051 at nifty.ne.jp)
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: KAWAI Takanori <kwitknr at cpan.org>
+Source: http://search.cpan.org/dist/DBD-Excel/
+Name: DBD-Excel
-This package was put together by Dirk Eddelbuettel <edd at debian.org>
-from sources obtained from
- http://www.perl.com/CPAN/modules/by-modules/OLE/
- http://www.cpan.org/authors/id/K/KW/KWITKNR/
-It is also available from every other CPAN mirror. Visit
- http://www.perl.com/CPAN/
-to find a Comprehensive Perl Archive Network (CPAN) site near you.
+Copyright: © 2001, KAWAI Takanori
+License: Artistic or GPL-1+
-The only change for the Debian package was the addition of the debian/
-files. The package was renamed to match the Debian Policy which aims
-at consistent names for Perl Module packages.
+Files: debian/*
+Copyright:
+ © 2001-2002, Dirk Eddelbuettel <edd at debian.org>
+ © 2005, Gunnar Wolf <gwolf at debian.org>
+ © 2006-2008, gregor herrmann <gregoa at debian.org>
+ © 2010, Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
-The DBD::Excel module is Copyright (c) 2001 Kawai Takanori. Japan.
-All rights reserved. You may distribute under the terms of either the GNU
-General Public License or the Artistic License, as specified in the Perl
-README file.
+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'
-On Debian GNU/Linux systems, the complete text of these licenses can be found
-in /usr/share/common-licenses/GPL and /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/libdbd-excel-perl/debian/libdbd-excel-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-excel-perl/debian/libdbd-excel-perl.examples?rev=56405&op=file
==============================================================================
--- trunk/libdbd-excel-perl/debian/libdbd-excel-perl.examples (added)
+++ trunk/libdbd-excel-perl/debian/libdbd-excel-perl.examples Sun Apr 18 09:39:07 2010
@@ -1,0 +1,1 @@
+sample/*
Modified: trunk/libdbd-excel-perl/debian/patches/perl_path.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-excel-perl/debian/patches/perl_path.patch?rev=56405&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/debian/patches/perl_path.patch (original)
+++ trunk/libdbd-excel-perl/debian/patches/perl_path.patch Sun Apr 18 09:39:07 2010
@@ -1,5 +1,8 @@
---- a/Excel.pm
-+++ b/Excel.pm
+From: gregor herrmann <gregoa at debian.org>
+Date: Sat, 01 Mar 2008 23:11:07 +0100
+Subject: Fix path to perl binary
+--- libdbd-excel-perl.orig/Excel.pm
++++ libdbd-excel-perl/Excel.pm
@@ -1,4 +1,4 @@
-#!perl
+#!/usr/bin/perl
Added: trunk/libdbd-excel-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-excel-perl/debian/patches/pod.patch?rev=56405&op=file
==============================================================================
--- trunk/libdbd-excel-perl/debian/patches/pod.patch (added)
+++ trunk/libdbd-excel-perl/debian/patches/pod.patch Sun Apr 18 09:39:07 2010
@@ -1,0 +1,20 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Sun, 18 Apr 2010 18:33:06 +0900
+Subject: Fix POD syntax error
+--- libdbd-excel-perl.orig/Excel.pm
++++ libdbd-excel-perl/Excel.pm
+@@ -99,14 +99,6 @@
+ _getColName($rhAttr->{xl_ignorecase},
+ $rhAttr->{xl_skiphidden},
+ $oWkS, 0, $MinCol, $MaxCol-$MinCol+1);
+-=cmmt
+- my $HidCols=0;
+- if $rhAttr->{xl_skiphidden} {
+- for (my $i = $MinCol, $HidCols = 0; $i <= $MaxCol; $i++) {
+- $HidCols++ if $oWkS->{ColWidth}[$i] && $oWkS->{ColWidth}[$i] == 0;
+- };
+- }
+-=cut
+ my $sTblN = ($rhAttr->{xl_ignorecase})? uc($oWkS->{Name}): $oWkS->{Name};
+ $hTbl{$sTblN} = {
+ xl_t_vtbl => undef,
Modified: trunk/libdbd-excel-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-excel-perl/debian/patches/series?rev=56405&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/debian/patches/series (original)
+++ trunk/libdbd-excel-perl/debian/patches/series Sun Apr 18 09:39:07 2010
@@ -1,1 +1,2 @@
perl_path.patch
+pod.patch
Modified: trunk/libdbd-excel-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-excel-perl/debian/rules?rev=56405&op=diff
==============================================================================
--- trunk/libdbd-excel-perl/debian/rules (original)
+++ trunk/libdbd-excel-perl/debian/rules Sun Apr 18 09:39:07 2010
@@ -1,73 +1,9 @@
-#!/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.
+#! /usr/bin/make -f
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+include /usr/share/libdbi-perl/perl-dbdabi.make
-# 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
+%:
+ dh $@
-include /usr/share/quilt/quilt.make
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
- dh_testdir
-
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE)
- $(MAKE) test
-
- touch $@
-
-clean: unpatch
- dh_testdir
- dh_testroot
-
- dh_clean build-stamp install-stamp
- [ ! -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_installexamples sample/*
- dh_installdocs
- dh_installchangelogs Changes
- dh_perl
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-source diff:
- @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+override_dh_gencontrol:
+ dh_gencontrol -- -V"libdbi-perl:Depends=libdbi-perl, $(PERL_DBDABI_DEPENDS)"
Added: trunk/libdbd-excel-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-excel-perl/debian/source/format?rev=56405&op=file
==============================================================================
--- trunk/libdbd-excel-perl/debian/source/format (added)
+++ trunk/libdbd-excel-perl/debian/source/format Sun Apr 18 09:39:07 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the Pkg-perl-cvs-commits
mailing list