debian/0000755000000000000000000000000011337255022007166 5ustar debian/patches/0000755000000000000000000000000011337255021010614 5ustar debian/patches/series0000644000000000000000000000003211337253525012033 0ustar add_documentation_for_tag debian/patches/add_documentation_for_tag0000644000000000000000000000144111337254511015724 0ustar Description: Clarified documentation ambiguity Author: Gunnar Wolf Bug-Debian: http://bugs.debian.org/548127 Origin: vendor Forwarded: yes Last-Update: 2010-02-18 Index: libhtml-tiny-perl/lib/HTML/Tiny.pm =================================================================== --- libhtml-tiny-perl.orig/lib/HTML/Tiny.pm 2010-02-18 09:12:47.000000000 -0600 +++ libhtml-tiny-perl/lib/HTML/Tiny.pm 2010-02-18 09:14:05.000000000 -0600 @@ -173,8 +173,8 @@ The [ and ] can be thought of as grouping a number of arguments. -Attributes may be supplied by including an anonymous hash in the -argument list: +Attributes may be supplied by including an anonymous hash as the first element +in the argument list (after the tag name): print $h->tag('p', { class => 'normal' }, 'Foo'); debian/source/0000755000000000000000000000000011337255021010465 5ustar debian/source/format0000644000000000000000000000001411337252525011701 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211337252440010365 0ustar 7 debian/copyright0000644000000000000000000000232611337252440011125 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 Upstream-Maintainer: Andy Armstrong Upstream-Source: http://search.cpan.org/dist/HTML-Tiny/ Upstream-Name: HTML-Tiny Files: * Copyright: 2008, Andy Armstrong License-Alias: Perl License: Artistic | GPL-1+ Files: debian/* Copyright: 2007-2008, Alejandro Garrido Mota 2008, gregor herrmann 2008, Gunnar Wolf 2009, Ryan Niebur License: Artistic | GPL-1+ 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' debian/changelog0000644000000000000000000000443711337254671011061 0ustar libhtml-tiny-perl (1.05-2) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Change my email address. [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. [ Gunnar Wolf ] * Switched to quilt (3.0) source format * Clarified documentation (Closes: #548127) -- Gunnar Wolf Thu, 18 Feb 2010 09:07:07 -0600 libhtml-tiny-perl (1.05-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release * add more copyright information to debian/copyright * add myself to uploaders * redo debian/rules with debhelper 7 * add examples [ gregor herrmann ] * debian/watch: extended regexp for matching upstream releases. * debian/control: add perl-modules (>= 5.10) as an alternative build dependency to libversion-perl. -- Ryan Niebur Sun, 08 Mar 2009 22:14:09 -0700 libhtml-tiny-perl (1.03-1) unstable; urgency=low [gregor hermann] * debian/control: Changed: Maintainer set to Debian Perl Group (was: Debian Perl Project ). * debian/control: complete missing lines of long description, thanks to Ansgar Burchardt for the bug report (closes: #482668). [Gunnar Wolf] * New upstream release * Bumping up standards-version to 3.8.0 * Adding myself as an uploader * Replaced debian/copyright with a machine-parsable version -- Gunnar Wolf Sun, 10 Aug 2008 09:47:03 -0500 libhtml-tiny-perl (1.01-1) unstable; urgency=low [ Alejandro Garrido Mota ] * New upstream version * Move package for pkg-perl project [ gregor herrmann ] * Move libversion-perl to Build-Depends-Indep. * Remove /usr/lib/perl5 (instead of /usr/share/perl5); make removal conditional. * Fix version number. -- gregor herrmann Sun, 06 Jan 2008 08:22:36 +0100 libhtml-tiny-perl (0.6-1) unstable; urgency=low * Initial Release (Closes: #427240). -- Alejandro Garrido Mota Sat, 02 Jun 2007 11:59:10 -0400 debian/rules0000755000000000000000000000045311337252440010251 0ustar #!/usr/bin/make -f build: build-stamp build-stamp: dh build touch $@ clean: dh $@ install: install-stamp install-stamp: build-stamp dh install touch $@ binary-arch: binary-indep: install dh $@ binary: binary-arch binary-indep .PHONY: binary binary-arch binary-indep install clean build debian/watch0000644000000000000000000000015411337252440010220 0ustar version=3 http://search.cpan.org/dist/HTML-Tiny/ .*/HTML-Tiny-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libhtml-tiny-perl.examples0000644000000000000000000000001311337252440014275 0ustar examples/* debian/control0000644000000000000000000000211311337252440010567 0ustar Source: libhtml-tiny-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, perl (>= 5.10) | libversion-perl Maintainer: Debian Perl Group Uploaders: Alejandro Garrido Mota , Gunnar Wolf , Ryan Niebur Homepage: http://search.cpan.org/dist/HTML-Tiny/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-tiny-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-tiny-perl/ Standards-Version: 3.8.0 Package: libhtml-tiny-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: HTML::Tiny - Lightweight, dependency free HTML/XML generation HTML::Tiny is a simple, dependency free module for generating HTML (and XML). It concentrates on generating syntactically correct XHTML using a simple Perl notation. In addition to the HTML generation functions utility functions are provided to - encode and decode URL encoded strings - entity encode HTML - build query strings - JSON encode data structures