--- libpetal-perl-2.19.orig/debian/control +++ libpetal-perl-2.19/debian/control @@ -0,0 +1,24 @@ +Source: libpetal-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Florian Ragwitz , + gregor herrmann +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl (>= 5.6.0-16), libmkdoc-xml-perl (>= 0.70), + liburi-perl +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Petal/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpetal-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-perl/ + +Package: libpetal-perl +Architecture: all +Depends: ${perl:Depends}, libmkdoc-xml-perl (>=0.70) +Description: Perl Template Attribute Language - TAL for perl + Petal is an XML based templating engine that is able to process any kind of + XML, XHTML and HTML. + . + Petal borrows a lot of good ideas from the Zope Page Templates TAL + specification, it is very well suited for the creation of WYSIWYG XHTML + editable templates. --- libpetal-perl-2.19.orig/debian/lintian-overrides +++ libpetal-perl-2.19/debian/lintian-overrides @@ -0,0 +1 @@ +libpetal-perl: manpage-has-errors-from-man usr/share/man/man3/Petal::I18N.3pm.gz 191: warning [p 1, 8.5i]: can't break line --- libpetal-perl-2.19.orig/debian/copyright +++ libpetal-perl-2.19/debian/copyright @@ -0,0 +1,30 @@ +This package was debianised by Matt Kern on +Fri, 07 May 2004 16:30:42 +0100. + +It was downloaded from CPAN: http://search.cpan.org/dist/Petal/ + +Copyright: + + This module free software and is distributed under the + same license as Perl itself. + + Copyright (C) 2003 MKDoc Holdings Ltd. + + Authors: Jean-Michel Hiver , + Fergal Daly , + and others. + +Applicable portion of Perl copyright: + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + 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'. --- libpetal-perl-2.19.orig/debian/watch +++ libpetal-perl-2.19/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Petal/ .+/Petal-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libpetal-perl-2.19.orig/debian/compat +++ libpetal-perl-2.19/debian/compat @@ -0,0 +1 @@ +5 --- libpetal-perl-2.19.orig/debian/changelog +++ libpetal-perl-2.19/debian/changelog @@ -0,0 +1,69 @@ +libpetal-perl (2.19-1) unstable; urgency=low + + * Take over for the Debian Perl Group with maintainer's permission + (http://lists.debian.org/debian-perl/2008/06/msg00039.html) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Florian Ragwitz + ); Florian Ragwitz moved to + Uploaders. + * Add debian/watch. + + * New upstream release (closes: #445640). + * Set debhelper compatibility level to 5. + * Set Standards-Version to 3.8.0 (no changes). + * Add /me to Uploaders. + * debian/copyright: point to author-independent upstream source location. + * Refresh debian/rules, no functional changes. + * Remove -1 Debian revision from (build) dependencies. + * Add liburi-perl to Build-Depends-Indep to enable an additional test. + * Add a lintian override for a long line in a manpage that is caused by a + long URL. + + -- gregor herrmann Mon, 16 Jun 2008 21:17:54 +0200 + +libpetal-perl (2.18-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with Perl 5.10. Closes: #468001 + + -- Mark Hymers Sat, 05 Apr 2008 17:10:00 +0100 + +libpetal-perl (2.18-1) unstable; urgency=low + + * New upstream release. + + -- Florian Ragwitz Sat, 28 Jan 2006 11:15:57 +0100 + +libpetal-perl (2.17-1) unstable; urgency=low + + * New upstream version. + * Updated Maintainer address. + + -- Florian Ragwitz Mon, 31 Oct 2005 14:22:22 +0100 + +libpetal-perl (2.16-1) unstable; urgency=low + + * New upstream version. + * New Maintainer (Closes: #307073). + * Updated Standards-Version. + * Moved debhelper dependency to build-depends because it's needed for the + clean target. + * Added right bug number to changelog entry of version 2.05-1. + + -- Florian Ragwitz Tue, 16 Aug 2005 13:21:19 +0200 + +libpetal-perl (2.05-2) unstable; urgency=low + + * QA Group upload orphaning this package + * debian/control: fixed typo in package description (closes: #300011) + + -- Andrew Pollock Sun, 12 Jun 2005 22:00:26 +1000 + +libpetal-perl (2.05-1) unstable; urgency=low + + * Initial release. (Closes: #247869) + + -- Matt Kern Fri, 7 May 2004 16:27:02 +0100 + --- libpetal-perl-2.19.orig/debian/rules +++ libpetal-perl-2.19/debian/rules @@ -0,0 +1,65 @@ +#!/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. + +# 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 + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + touch $@ + +clean: + 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 + + # lintian override for a long line with a URL. + dh_installdirs /usr/share/lintian/overrides/ + install -m 644 $(CURDIR)/debian/lintian-overrides $(TMP)/usr/share/lintian/overrides/$(PACKAGE) + + [ ! -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_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