r28415 - in /trunk/libpdf-table-perl/debian: changelog compat control copyright libpdf-table-perl.docs libpdf-table-perl.examples patches/ patches/sample-module.patch patches/series rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Dec 19 22:51:52 UTC 2008
Author: gregoa
Date: Fri Dec 19 22:51:49 2008
New Revision: 28415
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28415
Log:
* Add patch sample-module.patch: use the correct module name in the sample
script; thanks to Gabor Kiss for the bug report (closes: #506408). Add
quilt framework. Add debian/README.source.
* debian/control: change my email address.
* Set debhelper compatibility level to 7; adapt
debian/{control,compat,rules}.
* Set Standards-Version to 3.8.0 (no changes).
* debian/control: mention module name in long description, remove trailing
space and article from short description.
* debian/copyright: update formatting.
Added:
trunk/libpdf-table-perl/debian/libpdf-table-perl.docs
trunk/libpdf-table-perl/debian/libpdf-table-perl.examples
trunk/libpdf-table-perl/debian/patches/
trunk/libpdf-table-perl/debian/patches/sample-module.patch
trunk/libpdf-table-perl/debian/patches/series
Modified:
trunk/libpdf-table-perl/debian/changelog
trunk/libpdf-table-perl/debian/compat
trunk/libpdf-table-perl/debian/control
trunk/libpdf-table-perl/debian/copyright
trunk/libpdf-table-perl/debian/rules
Modified: trunk/libpdf-table-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-table-perl/debian/changelog?rev=28415&op=diff
==============================================================================
--- trunk/libpdf-table-perl/debian/changelog (original)
+++ trunk/libpdf-table-perl/debian/changelog Fri Dec 19 22:51:49 2008
@@ -3,6 +3,16 @@
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
+ * Add patch sample-module.patch: use the correct module name in the sample
+ script; thanks to Gabor Kiss for the bug report (closes: #506408). Add
+ quilt framework. Add debian/README.source.
+ * debian/control: change my email address.
+ * Set debhelper compatibility level to 7; adapt
+ debian/{control,compat,rules}.
+ * Set Standards-Version to 3.8.0 (no changes).
+ * debian/control: mention module name in long description, remove trailing
+ space and article from short description.
+ * debian/copyright: update formatting.
-- gregor herrmann <gregoa at debian.org> Sun, 16 Nov 2008 20:45:59 +0100
Modified: trunk/libpdf-table-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-table-perl/debian/compat?rev=28415&op=diff
==============================================================================
--- trunk/libpdf-table-perl/debian/compat (original)
+++ trunk/libpdf-table-perl/debian/compat Fri Dec 19 22:51:49 2008
@@ -1,1 +1,1 @@
-5
+7
Modified: trunk/libpdf-table-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-table-perl/debian/control?rev=28415&op=diff
==============================================================================
--- trunk/libpdf-table-perl/debian/control (original)
+++ trunk/libpdf-table-perl/debian/control Fri Dec 19 22:51:49 2008
@@ -1,11 +1,12 @@
Source: libpdf-table-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: perl (>= 5.8.0-7), libpdf-api2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.3
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/PDF-Table/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpdf-table-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpdf-table-perl/
@@ -13,12 +14,12 @@
Package: libpdf-table-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libpdf-api2-perl
-Description: A utility class for building table layouts in a PDF::API2 object
- This class is a utility for use with the PDF::API2 module from
+Description: utility class for building table layouts in a PDF::API2 object
+ PDF::Table is a utility for use with the PDF::API2 module from
CPAN. It can be used to display text data in a table layout within
the PDF. The text data must be in a 2d array (such as returned by a
DBI statement handle fetchall_arrayref() call). The PDF::Table will
automatically add as many new pages as necessary to display all of
the data. Various layout properties, such as font, font size, and
cell padding and background color can be specified for each column
- and/or for even/odd rows. See the METHODS section.
+ and/or for even/odd rows. See the METHODS section in the man page.
Modified: trunk/libpdf-table-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-table-perl/debian/copyright?rev=28415&op=diff
==============================================================================
--- trunk/libpdf-table-perl/debian/copyright (original)
+++ trunk/libpdf-table-perl/debian/copyright Fri Dec 19 22:51:49 2008
@@ -1,20 +1,30 @@
-Upstream URL: http://search.cpan.org/dist/PDF-Table/
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Daemmon Hughes
+Upstream-Source: http://search.cpan.org/dist/PDF-Table/
+Upstream-Name: PDF-Table
Files: *
Copyright: Copyright (C) 2006 by Daemmon Hughes,
- portions Copyright 2004 Stone Environmental Inc.
- (www.stone-env.com) All Rights Reserved.
-License: GPL-1+ | Artistic
- This library is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself, either Perl version 5.8.4 or, at your
- option, any later version of Perl 5 you may have available.
+ portions Copyright 2004 Stone Environmental Inc. (www.stone-env.com)
+License-Alias: Perl
+License: Artistic | GPL-1+
Files: debian/*
-Copyright: (C) 2005-2008, Debian Perl Group
-License: GPL-1+ | Artistic
- The packaging is put under the same license as the software itself.
+Copyright: 2005-2008, various members of the Debian Perl Group,
+ cf. debian/changelog
+License: Artistic | GPL-1+
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License. On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+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/libpdf-table-perl/debian/libpdf-table-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-table-perl/debian/libpdf-table-perl.docs?rev=28415&op=file
==============================================================================
--- trunk/libpdf-table-perl/debian/libpdf-table-perl.docs (added)
+++ trunk/libpdf-table-perl/debian/libpdf-table-perl.docs Fri Dec 19 22:51:49 2008
@@ -1,0 +1,1 @@
+README
Added: trunk/libpdf-table-perl/debian/libpdf-table-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-table-perl/debian/libpdf-table-perl.examples?rev=28415&op=file
==============================================================================
--- trunk/libpdf-table-perl/debian/libpdf-table-perl.examples (added)
+++ trunk/libpdf-table-perl/debian/libpdf-table-perl.examples Fri Dec 19 22:51:49 2008
@@ -1,0 +1,1 @@
+examples/*
Added: trunk/libpdf-table-perl/debian/patches/sample-module.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-table-perl/debian/patches/sample-module.patch?rev=28415&op=file
==============================================================================
--- trunk/libpdf-table-perl/debian/patches/sample-module.patch (added)
+++ trunk/libpdf-table-perl/debian/patches/sample-module.patch Fri Dec 19 22:51:49 2008
@@ -1,0 +1,15 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix module name
+Bug: #506408
+
+--- a/examples/sample1.pl
++++ b/examples/sample1.pl
+@@ -4,7 +4,7 @@
+ use diagnostics;
+ #Please use TABSTOP=4 for best view
+ use PDF::API2;
+- use Table;
++ use PDF::Table;
+
+ my $pdftable = new PDF::Table;
+ my $pdf = new PDF::API2(-file => "table_of_lorem.pdf");
Added: trunk/libpdf-table-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-table-perl/debian/patches/series?rev=28415&op=file
==============================================================================
--- trunk/libpdf-table-perl/debian/patches/series (added)
+++ trunk/libpdf-table-perl/debian/patches/series Fri Dec 19 22:51:49 2008
@@ -1,0 +1,1 @@
+sample-module.patch
Modified: trunk/libpdf-table-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-table-perl/debian/rules?rev=28415&op=diff
==============================================================================
--- trunk/libpdf-table-perl/debian/rules (original)
+++ trunk/libpdf-table-perl/debian/rules Fri Dec 19 22:51:49 2008
@@ -1,71 +1,23 @@
#!/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.
-
-# 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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP =$(CURDIR)/debian/$(PACKAGE)
build: build-stamp
build-stamp:
- dh_testdir
-
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE)
- $(MAKE) test
-
+ dh build
touch $@
clean:
- dh_testdir
- dh_testroot
-
- dh_clean build-stamp install-stamp
- [ ! -f Makefile ] || $(MAKE) realclean
+ dh $@
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
-
+ dh install
touch $@
binary-arch:
-# We have nothing to do here for an architecture-independent package
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installexamples examples/*
- dh_installdocs README
- dh_installchangelogs Changes
- dh_perl
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+binary-indep: install
+ dh $@
-source diff:
- @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: binary binary-arch binary-indep install clean build
More information about the Pkg-perl-cvs-commits
mailing list