--- libhtml-display-perl-0.39.orig/debian/control +++ libhtml-display-perl-0.39/debian/control @@ -0,0 +1,29 @@ +Source: libhtml-display-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.8-11.1), + libhtml-tokeparser-simple-perl (>= 2), liburi-perl, libwww-perl (>= 5.69), + libparent-perl (>= 0.218), libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/HTML-Display/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-display-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-display-perl/ + +Package: libhtml-display-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, + libhtml-tokeparser-simple-perl (>= 2), liburi-perl, libwww-perl (>= 5.69), + libparent-perl (>= 0.218) +Replaces: libwww-mechanize-shell-perl (<< 0.46-1) +Description: display HTML locally in a browser + HTML::Display abstracts the task of displaying HTML to the user. The + displaying is done by launching a browser and navigating it to either a + temporary file with the HTML stored in it, or, if possible, by pushing the + HTML directly into the browser window. + . + The module tries to automagically select the "correct" browser, but if it + doesn't find a good browser, you can modify the behaviour by setting some + environment variables. --- libhtml-display-perl-0.39.orig/debian/compat +++ libhtml-display-perl-0.39/debian/compat @@ -0,0 +1 @@ +7 --- libhtml-display-perl-0.39.orig/debian/watch +++ libhtml-display-perl-0.39/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/HTML-Display/ .*/HTML-Display-([\.\d]+)\.(?:tar\.gz|tar|tgz)$ --- libhtml-display-perl-0.39.orig/debian/rules +++ libhtml-display-perl-0.39/debian/rules @@ -0,0 +1,23 @@ +#!/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 --- libhtml-display-perl-0.39.orig/debian/copyright +++ libhtml-display-perl-0.39/debian/copyright @@ -0,0 +1,22 @@ +This is the debian package for the HTML-Display module. +It was created by David Paleino using dh-make-perl. + +It was downloaded from http://search.cpan.org/dist/HTML-Display/ + +The upstream author is: + +Max Maischein ( corion at cpan.org ) +All code ripped from pod2test by M. Schwern. + +Copyright (c) 2004-2007 Max Maischein + +This program 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, David Paleino and +is licensed under the same terms as the software itself (see above). --- libhtml-display-perl-0.39.orig/debian/changelog +++ libhtml-display-perl-0.39/debian/changelog @@ -0,0 +1,28 @@ +libhtml-display-perl (0.39-3) unstable; urgency=low + + [ David Paleino ] + * debian/control: removed myself from Uploaders (closes: #509495) + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Damyan Ivanov ] + * rules,compat,control: upgrade to DH7 + * Standards-Version: 3.8.0 (no changes needed) + + -- Damyan Ivanov Tue, 23 Dec 2008 10:26:02 +0200 + +libhtml-display-perl (0.39-2) unstable; urgency=high + + * Urgency high as fixes serious bug + * Add Replaces: libwww-mechanize-shell-perl (<< 0.46-1) to allow partial + upgrades. Closes: #451076 + + -- Damyan Ivanov Tue, 13 Nov 2007 10:31:56 +0200 + +libhtml-display-perl (0.39-1) unstable; urgency=low + + * Initial Release. + + -- Damyan Ivanov Tue, 30 Oct 2007 11:22:39 +0200