--- libxml-dumper-perl-0.81.orig/debian/changelog +++ libxml-dumper-perl-0.81/debian/changelog @@ -0,0 +1,118 @@ +libxml-dumper-perl (0.81-1.3) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Mon, 28 Dec 2020 16:11:36 +0100 + +libxml-dumper-perl (0.81-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Move to debhelper compat level 9. (Closes: #817563) + * Move debhelper to Build-Depends (from Build-Depends-Indep) to satisfy clean + target. + + -- Chris Lamb Mon, 26 Sep 2016 23:44:25 +0200 + +libxml-dumper-perl (0.81-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)": + use DESTDIR in debian/rules. + (Closes: #797186) + + -- gregor herrmann Sun, 06 Sep 2015 18:32:41 +0200 + +libxml-dumper-perl (0.81-1) unstable; urgency=low + + * New upstream release. + + -- Florian Hinzmann Tue, 18 Apr 2006 19:00:18 +0200 + +libxml-dumper-perl (0.79-1) unstable; urgency=low + + * New upstream release. + * Bumped Standards-Version to 3.6.2. + * Removed chmod from debian/rules as it is not needed anymore. + * Corrected perl path of profile script shipped in doc/examples. + + -- Florian Hinzmann Tue, 11 Oct 2005 15:23:12 +0200 + +libxml-dumper-perl (0.71-1) unstable; urgency=low + + * New upstream release. + * Using debhelper version 4. + * Make copyright file even more verbose (Closes: bug#157671). + * Added watch file. + + -- Florian Hinzmann Sun, 22 Aug 2004 19:43:17 +0200 + +libxml-dumper-perl (0.67-1) unstable; urgency=low + + * New upstream version. + * Bumped standards version, no changes to package required. + + -- Florian Hinzmann Fri, 7 Nov 2003 01:16:22 +0100 + +libxml-dumper-perl (0.63-2) unstable; urgency=low + + * Added new maintainer to debian/copyright. + * Changed priority from extra to optional in the package. + Someone did change to override file before and I assume + it happened intentional. + * Added libcompress-zlib-perl to suggest field. XML::Dumper reads + and writes compressed files if Compress::Zlib is available. + + -- Florian Hinzmann Fri, 18 Jul 2003 09:53:54 +0200 + +libxml-dumper-perl (0.63-1) unstable; urgency=low + + * New upstream version. + * IMPORTANT: ABI changed since v0.4. Upstream documentation says: + >> To correct for the API change, simply don't parse the XML + before feeding it to XML::Dumper. << + + -- Florian Hinzmann Fri, 18 Jul 2003 00:39:47 +0200 + +libxml-dumper-perl (0.4-4) unstable; urgency=low + + * Mention existence of /usr/share/perl/copyright in + my copyright file (see bug#157614 ). + * No double examples directories anymore (closes: bug#162106) + * Bumped Standards-Version. + * Changed Build-Depends to Build-Depends-Indep. + * Adjusted version of build dependency on debhelper: + Now ( >= 3.0.18 ) because I do use ${perl:Depends}. + + -- Florian Hinzmann Fri, 17 Jan 2003 11:42:03 +0100 + +libxml-dumper-perl (0.4-3) unstable; urgency=low + + * Added versioned Build-Depends for perl and debhelper according + to perl policy version 1.17. + + -- Florian Hinzmann Fri, 23 Feb 2001 13:21:41 +0100 + +libxml-dumper-perl (0.4-2) unstable; urgency=low + + * Moved Build-Depends from package to source section in file control. + + -- Florian Hinzmann Tue, 19 Sep 2000 17:38:15 +0200 + +libxml-dumper-perl (0.4-1) unstable; urgency=low + + * Initial Debian release. + + -- Florian Hinzmann Tue, 12 Sep 2000 17:06:35 +0200 + +libxml-dumper-perl (0.4-0.1) unstable; urgency=low + + * Initial Release. + * Some editing of debian/* files has to be done. + V0.1 deb is for internal use only. + + -- Florian Hinzmann Mon, 11 Sep 2000 15:27:29 +0200 + +Local variables: +mode: debian-changelog +End: --- libxml-dumper-perl-0.81.orig/debian/compat +++ libxml-dumper-perl-0.81/debian/compat @@ -0,0 +1 @@ +9 --- libxml-dumper-perl-0.81.orig/debian/control +++ libxml-dumper-perl-0.81/debian/control @@ -0,0 +1,22 @@ +Source: libxml-dumper-perl +Section: perl +Priority: optional +Maintainer: Florian Hinzmann +Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl (>= 5.6.0-16) + +Package: libxml-dumper-perl +Architecture: all +Depends: ${perl:Depends}, libxml-parser-perl (>= 2.16) +Suggests: libcompress-zlib-perl +Description: Perl module for dumping Perl objects from/to XML + XML::Dumper dumps Perl data to a structured XML format. + . + XML::Dumper can also read XML data that was previously dumped + by the module and convert it back to Perl. + . + . + This might be useful for dumping Perl objects to files + using an XML format that can be reloaded or accessed by + other programs. Maybe even other languages. --- libxml-dumper-perl-0.81.orig/debian/copyright +++ libxml-dumper-perl-0.81/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Florian Hinzmann on +Mon, 11 Sep 2000 15:27:29 +0200. + +It was downloaded from CPAN. http://www.cpan.org + +Upstream author: Mike Wong +Old upstream author: Jonathan Eisenzopf + + +Note regarding the copyright: + +The copyright of the upstream package refers to the Perl license. +That is: + + Copyright 1989-2001, Larry Wall All rights reserved. + + 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'. + + + +Copyright: + +COPYRIGHT AND LICENSE + + Copyright © 2002 Mike Wong. All rights reserved. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. --- libxml-dumper-perl-0.81.orig/debian/docs +++ libxml-dumper-perl-0.81/debian/docs @@ -0,0 +1 @@ +README --- libxml-dumper-perl-0.81.orig/debian/examples +++ libxml-dumper-perl-0.81/debian/examples @@ -0,0 +1 @@ +profile --- libxml-dumper-perl-0.81.orig/debian/rules +++ libxml-dumper-perl-0.81/debian/rules @@ -0,0 +1,91 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +# See debian/compat +#export DH_COMPAT=4 + +# as perl policy says: +ifndef PERL + PERL = /usr/bin/perl +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + #/usr/bin/docbook-to-man debian/XML-Dumper.sgml > XML-Dumper.1 + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-O2 -g -Wall"; + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into temporary directory. + #$(MAKE) install DESTDIR=`pwd`/debian/tmp + $(MAKE) install DESTDIR=$(PWD)/debian/libxml-dumper-perl + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installinit + dh_installcron + dh_installman + dh_installinfo +# dh_undocumented + dh_installchangelogs Changes + dh_link + dh_strip + dh_compress + dh_fixperms + # You may want to make some executables suid here. +# dh_suidregister +# dh_makeshlibs + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libxml-dumper-perl-0.81.orig/debian/watch +++ libxml-dumper-perl-0.81/debian/watch @@ -0,0 +1,16 @@ +# format version number, currently 2; this line is compulsory! +version=2 + +# Line continuations are performed with \ + +# This the format for an FTP site: +# Full-site-with-pattern [Version [Action]] + +# This is one format for an HTTP site, which is the same +# as the FTP format + +# This is a variant HTTP format with more possibilities: +# Homepage Pattern [Version [Action]] +http://search.cpan.org/src/MIKEWONG/ \ + XML-Dumper-(.*)/ \ + debian --- libxml-dumper-perl-0.81.orig/profile +++ libxml-dumper-perl-0.81/profile @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl use XML::Dumper; use Benchmark qw( timeit timestr );