--- libdata-report-perl-0.10.orig/debian/rules +++ libdata-report-perl-0.10/debian/rules @@ -0,0 +1,63 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. +# +# It was later modified by Jason Kohles +# http://www.jasonkohles.com/ to support Module::Build installed modules + +# 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 + +PERL ?= /usr/bin/perl +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + # Add commands to compile the package here + $(PERL) Build.PL installdirs=vendor + $(PERL) Build + $(PERL) Build test + touch $@ + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + # Add commands to clean up after the build process here + [ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + # Add commands to install the package into $(TMP) here + $(PERL) Build install destdir=$(TMP) create_packlist=0 + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libdata-report-perl-0.10.orig/debian/changelog +++ libdata-report-perl-0.10/debian/changelog @@ -0,0 +1,29 @@ +libdata-report-perl (0.10-1) unstable; urgency=low + + * New upstream release + + -- Angel Abad (Ikusnet SLL) Wed, 20 Aug 2008 10:56:43 +0200 + +libdata-report-perl (0.09-1) unstable; urgency=low + + * New upstream release + * debian/copyright: fix long line + * debian/copyright: update copyright note + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza). Changed: Maintainer set to Debian Perl Group + (was: Angel Abad + (Ikusnet SLL) ); Angel Abad (Ikusnet SLL) + moved to Uploaders. + * debian/changelog: collapse entries to unstable releases + * debian/rules: remove README install + * debian/control: build-depends-indep, libtest-simple-perl libtext- + csv-perl libhtml-parser-perl + * debina/control: depends, libtext-csv-perl libhtml-parser-perl + + -- Angel Abad (Ikusnet SLL) Mon, 11 Aug 2008 21:54:00 +0200 + +libdata-report-perl (0.06-1) unstable; urgency=low + + * Initial Release (closes: #488975). + + -- Angel Abad (Ikusnet SLL) Thu, 08 Nov 2007 11:53:20 +0100 --- libdata-report-perl-0.10.orig/debian/watch +++ libdata-report-perl-0.10/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Data-Report/ .*/Data-Report-([\.\d]+)\.(?:tar\.gz|tar|tgz)$ --- libdata-report-perl-0.10.orig/debian/control +++ libdata-report-perl-0.10/debian/control @@ -0,0 +1,20 @@ +Source: libdata-report-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl +Build-Depends-Indep: perl (>= 5.8.8-11.1), libtest-simple-perl, libtext-csv-perl (>= 1.00), libhtml-parser-perl +Maintainer: Debian Perl Group +Uploaders: Angel Abad (Ikusnet SLL) +Standards-Version: 3.8.0 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-report-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-report-perl/ +Homepage: http://search.cpan.org/dist/Data-Report/ + +Package: libdata-report-perl +Architecture: all +Depends: ${perl:Depends}, libtext-csv-perl (>= 1.00), libhtml-parser-perl +Description: Framework for flexible reporting + Data::Report is a flexible, plugin-driven reporting framework. It + makes it easy to define reports that can be produced in text, HTML and + CSV. Textual ornaments like extra empty lines, dashed lines, and cell + lines can be added in a way similar to HTML style sheets. --- libdata-report-perl-0.10.orig/debian/copyright +++ libdata-report-perl-0.10/debian/copyright @@ -0,0 +1,20 @@ +This is the debian package for the Data-Report module. +It was created by Angel Abad (Ikusnet SLL) . + +It was downloaded from http://search.cpan.org/dist/Data-Report/ + +The upstream author is: Johan Vromans . + +Copyright: 2006,2008 Squirrel Consultancy, all rights reserved. + +This library is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. + +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'. + +The Debian packaging is (C) 2007, Angel Abad (Ikusnet SLL) + and is licensed under the same terms as the software +itself (see above). --- libdata-report-perl-0.10.orig/debian/compat +++ libdata-report-perl-0.10/debian/compat @@ -0,0 +1 @@ +5