--- libtext-micromason-perl-2.07.orig/debian/control +++ libtext-micromason-perl-2.07/debian/control @@ -0,0 +1,23 @@ +Source: libtext-micromason-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libclass-mixinfactory-perl (>= 0.9), + libhtml-parser-perl, liburi-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Text-MicroMason/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-micromason-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-micromason-perl/ + +Package: libtext-micromason-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libclass-mixinfactory-perl (>= 0.9) +Suggests: libhtml-parser-perl, libtext-balanced-perl, liburi-perl +Description: simple and extensible templating module + Text::MicroMason interpolates blocks of Perl code embedded into text strings. + Each MicroMason object acts as a "template compiler" which converts templates + from text-with-embedded-code formats into ready-to-execute Perl subroutines. + If you want to use the Text::Template compatibility mode, you will also need + to install Text::Balanced. --- libtext-micromason-perl-2.07.orig/debian/clean +++ libtext-micromason-perl-2.07/debian/clean @@ -0,0 +1,4 @@ +CHANGES +README +RELATED +TODO --- libtext-micromason-perl-2.07.orig/debian/libtext-micromason-perl.examples +++ libtext-micromason-perl-2.07/debian/libtext-micromason-perl.examples @@ -0,0 +1 @@ +samples/* --- libtext-micromason-perl-2.07.orig/debian/copyright +++ libtext-micromason-perl-2.07/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Alan Ferrency +Upstream-Source: http://search.cpan.org/dist/Text-MicroMason/ +Upstream-Name: Text-MicroMason + +Files: * +Copyright: 2002-2005, Matthew Simon Cavalletto + Portions copyright 2001 Evolution Online Systems, Inc. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2009, gregor herrmann + 2007-2009, Christoph Berg +License: Artistic | GPL-1+ +X-Comment: Packaging of this module was kindly funded by Dembach Goo + Informatik on behalf of Allianz 24. + +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' --- libtext-micromason-perl-2.07.orig/debian/watch +++ libtext-micromason-perl-2.07/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Text-MicroMason/ .*/Text-MicroMason-([\.\d]+)\.(?:tar\.gz|tar|tgz)$ --- libtext-micromason-perl-2.07.orig/debian/compat +++ libtext-micromason-perl-2.07/debian/compat @@ -0,0 +1 @@ +7 --- libtext-micromason-perl-2.07.orig/debian/README.source +++ libtext-micromason-perl-2.07/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt for managing all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explaination. --- libtext-micromason-perl-2.07.orig/debian/changelog +++ libtext-micromason-perl-2.07/debian/changelog @@ -0,0 +1,71 @@ +libtext-micromason-perl (2.07-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + [ gregor herrmann ] + * Refresh patch. + + -- Jonathan Yu Mon, 16 Nov 2009 21:10:07 -0500 + +libtext-micromason-perl (2.06-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + [ gregor herrmann ] + * Refresh patch. + + -- Jonathan Yu Thu, 12 Nov 2009 19:22:20 -0500 + +libtext-micromason-perl (2.03-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.3 (no changes) + * Added myself to Uploaders and Copyright + * Install appropriate documentation after converting to text + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * Refresh patch. + + [ Christoph Berg ] + * Remove myself from Uploaders. + + -- Jonathan Yu Sat, 31 Oct 2009 19:00:35 -0400 + +libtext-micromason-perl (2.0-3) unstable; urgency=low + + * Add libhtml-parser-perl, liburi-perl to Build-Depends-Indep and Suggests + (closes: #531241). + * Install examples. + * Add debian/README.source since we use quilt. + * Minimize debian/rules, bump build dependencies on quilt and + debhelper. + * Add /me to Uploaders. + * debian/copyright: switch to new format. + * Don't install two POD files twice. + * Add more pod fixes to patch pod-errors. + + -- gregor herrmann Sun, 31 May 2009 15:40:30 +0200 + +libtext-micromason-perl (2.0-2) unstable; urgency=low + + * Add packaging note to copyright file. + + -- Christoph Berg Mon, 25 May 2009 13:24:54 +0200 + +libtext-micromason-perl (2.0-1) unstable; urgency=low + + * Initial Debian upload. + * Open issues: Text::MicroMason::ApacheHandler need porting to Apache 2. + + -- Christoph Berg Fri, 22 May 2009 14:35:21 +0200 + +libtext-micromason-perl (1.992-1) unstable; urgency=low + + * Initial Release. + + -- Christoph Berg Fri, 14 Dec 2007 14:26:23 +0100 --- libtext-micromason-perl-2.07.orig/debian/libtext-micromason-perl.docs +++ libtext-micromason-perl-2.07/debian/libtext-micromason-perl.docs @@ -0,0 +1,3 @@ +README +RELATED +TODO --- libtext-micromason-perl-2.07.orig/debian/rules +++ libtext-micromason-perl-2.07/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh --with quilt $@ + +override_dh_auto_install: + dh_auto_install + # Convert changelog to text for installation + pod2text $(TMP)/usr/share/perl5/Text/MicroMason/Docs/Changes.pod > CHANGES + rm -f $(TMP)/usr/share/perl5/Text/MicroMason/Docs/Changes.pod + rm -f $(TMP)/usr/share/man/man3/Text::MicroMason::Docs::Changes.3pm + # Convert documentation for installation: README, RELATED, TODO + pod2text $(TMP)/usr/share/perl5/Text/MicroMason/Docs/ReadMe.pod > README + rm -f $(TMP)/usr/share/perl5/Text/MicroMason/Docs/ReadMe.pod + rm -f $(TMP)/usr/share/man/man3/Text::MicroMason::Docs::ReadMe.3pm + pod2text $(TMP)/usr/share/perl5/Text/MicroMason/Docs/Related.pod > RELATED + rm -f $(TMP)/usr/share/perl5/Text/MicroMason/Docs/Related.pod + rm -f $(TMP)/usr/share/man/man3/Text::MicroMason::Docs::Related.3pm + pod2text $(TMP)/usr/share/perl5/Text/MicroMason/Docs/ToDo.pod > TODO + rm -f $(TMP)/usr/share/perl5/Text/MicroMason/Docs/ToDo.pod + rm -f $(TMP)/usr/share/man/man3/Text::MicroMason::Docs::ToDo.3pm + # Remove empty /Docs/ directory + rmdir -v --ignore-fail-on-non-empty $(TMP)/usr/share/perl5/Text/MicroMason/Docs/ --- libtext-micromason-perl-2.07.orig/debian/patches/pod-errors +++ libtext-micromason-perl-2.07/debian/patches/pod-errors @@ -0,0 +1,39 @@ +fix several pod errors + +--- a/MicroMason/Docs/Changes.pod ++++ b/MicroMason/Docs/Changes.pod +@@ -137,6 +137,8 @@ + + Bump version to 2.0 + ++=back ++ + =head2 Version 1.993_01 + + =over 4 +--- a/MicroMason/HasParams.pm ++++ b/MicroMason/HasParams.pm +@@ -72,6 +72,10 @@ + + ###################################################################### + ++=head1 NAME ++ ++Text::MicroMason::HasParams - mixin class intended for use with Text::MicroMason::Base ++ + =head1 DESCRIPTION + + This mixin class ... +--- a/MicroMason/StoreOne.pm ++++ b/MicroMason/StoreOne.pm +@@ -36,6 +36,10 @@ + + ###################################################################### + ++=head1 NAME ++ ++Text::MicroMason::StoreOne - mixin class intended for use with Text::MicroMason::Base ++ + =head1 DESCRIPTION + + This mixin class ... --- libtext-micromason-perl-2.07.orig/debian/patches/series +++ libtext-micromason-perl-2.07/debian/patches/series @@ -0,0 +1 @@ +pod-errors