debian/0000755000000000000000000000000012107450504007164 5ustar debian/rules0000755000000000000000000000022412107450504010242 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: dh_auto_install rm debian/$(shell dh_listpackages)/usr/share/perl5/Data/Format/._HTML.pm debian/control0000644000000000000000000000225012107450504010566 0ustar Source: libdata-format-html-perl Maintainer: Debian Perl Group Uploaders: Antonio Radici , Jonathan Yu , gregor herrmann , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-format-html-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-format-html-perl.git Homepage: http://search.cpan.org/dist/Data-Format-HTML/ Package: libdata-format-html-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for dumping Perl objects to HTML Data::Format::HTML is a Perl module that takes a data structure as input and produces HTML suitable for output. It has support for most common Perl data types, even working with complicated nested data structures. In theory, you can pass in any sort of data type and get a "pretty" HTML representation of it. CSS rules can also extend this, but that behaviour is not yet documented. debian/source/0000755000000000000000000000000012107450504010464 5ustar debian/source/format0000644000000000000000000000001412107450504011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000363012107450504011040 0ustar libdata-format-html-perl (0.5.1-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) [ Xavier Guimard ] * Imported Upstream version 0.5.1 * Update debian/copyright (years and format) * Add debian/clean to remove MacOS specific files * Bump Standards-Version to 3.9.4 -- Xavier Guimard Thu, 14 Feb 2013 06:13:49 +0100 libdata-format-html-perl (0.5-2) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org * Email change: Ryan Niebur -> ryan@debian.org [ gregor herrmann ] * (Build-)Depend on libswitch-perl, Switch is not in core in 5.14 (closes: #629458). * Switch to source format 3.0 (quilt), drop quilt framework. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.2 (no changes). * debian/copyright: update formatting. * Remove patch, not needed anymore. * Add /me to Uploaders. -- gregor herrmann Sat, 18 Jun 2011 22:58:18 +0200 libdata-format-html-perl (0.5-1) unstable; urgency=low * New upstream release + Prevent issues with undefined values by replacing them with an empty string * Added myself to Uploaders and Copyright [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Fri, 17 Jul 2009 09:52:11 -0400 libdata-format-html-perl (0.3-1) unstable; urgency=low * Initial Release (Closes: #508732) -- Antonio Radici Sun, 01 Feb 2009 14:45:22 +0000 debian/compat0000644000000000000000000000000212107450504010362 0ustar 8 debian/clean0000644000000000000000000000001612107450504010166 0ustar ._Makefile.PL debian/copyright0000644000000000000000000000230512107450504011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Format-HTML Source: http://search.cpan.org/dist/Data-Format-HTML/ Upstream-Contact: David Moreno Files: * Copyright: 2012, David Moreno License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Antonio Radici 2009, Jonathan Yu 2009, Ryan Niebur 2011, gregor herrmann 2013, Xavier Guimard License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000036412107450504010220 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Data-Format-HTML/ .*/Data-Format-HTML-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$