--- libdata-dumper-simple-perl-0.11.orig/debian/control +++ libdata-dumper-simple-perl-0.11/debian/control @@ -0,0 +1,22 @@ +Source: libdata-dumper-simple-perl +Maintainer: Debian Perl Group +Uploaders: Gunnar Wolf , gregor herrmann , Carlo Segre +Section: perl +Priority: optional +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Data-Dumper-Simple/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-dumper-simple-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dumper-simple-perl/ +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>> 5.8), perl-modules, libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl + +Package: libdata-dumper-simple-perl +Architecture: all +Depends: ${perl:Depends}, perl-modules +Description: Easily dump variables together with their names (Data::Dumper-like) + This module allows the user to dump variables in a Data::Dumper format. + Unlike the default behavior of Data::Dumper, the variables are named + (instead of $VAR1, $VAR2, etc.) Data::Dumper provides an extended + interface that allows the programmer to name the variables, but this + interface requires a lot of typing and is prone to tyops (sic). This + module fixes that. --- libdata-dumper-simple-perl-0.11.orig/debian/rules +++ libdata-dumper-simple-perl-0.11/debian/rules @@ -0,0 +1,70 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + + touch $@ + +clean: + dh_testdir + dh_testroot + + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 + + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libdata-dumper-simple-perl-0.11.orig/debian/watch +++ libdata-dumper-simple-perl-0.11/debian/watch @@ -0,0 +1,6 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=3 +http://search.cpan.org/dist/Data-Dumper-Simple/ .*/Data-Dumper-Simple-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libdata-dumper-simple-perl-0.11.orig/debian/copyright +++ libdata-dumper-simple-perl-0.11/debian/copyright @@ -0,0 +1,23 @@ +This is the Debian GNU/Linux version of the Data::Dumper::Simple Perl module. + +This package is maintained by the Debian Perl Group. For further +information see http://pkg-perl.alioth.debian.org/ + +It was downloaded from http://www.cpan.org/modules/by-module/File/ + +Upstream author is Curtis "Ovid" Poe + +From the source: + +Copyright 2004 by Curtis "Ovid" Poe + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +Perl is distributed under either the Artistic licence or the GPL. + +The full text of the GPL is available on Debian systems in +/usr/share/common-licenses/GPL + +The full text of the Artistic Licence is available on Debian systems in +/usr/share/common-licenses/Artistic. --- libdata-dumper-simple-perl-0.11.orig/debian/compat +++ libdata-dumper-simple-perl-0.11/debian/compat @@ -0,0 +1 @@ +5 --- libdata-dumper-simple-perl-0.11.orig/debian/changelog +++ libdata-dumper-simple-perl-0.11/debian/changelog @@ -0,0 +1,55 @@ +libdata-dumper-simple-perl (0.11-4) unstable; urgency=low + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467740) + - update based on dh-make-perl's templates + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + + -- gregor herrmann Sat, 08 Mar 2008 00:19:16 +0100 + +libdata-dumper-simple-perl (0.11-3) unstable; urgency=low + + * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo. + + -- gregor herrmann Sun, 1 Oct 2006 13:57:37 +0200 + +libdata-dumper-simple-perl (0.11-2) unstable; urgency=low + + * Moved debhelper to Build-Depends. + * Set Standards-Version to 3.7.2 (no changes). + * Set Debhelper Compatibility Level to 5. + * Removed empty /usr/lib/perl5 from package. + * Added libtest-pod-perl and libtest-pod-coverage-perl to Build-Depends-Indep. + + -- gregor herrmann Fri, 16 Jun 2006 14:54:19 +0200 + +libdata-dumper-simple-perl (0.11-1) unstable; urgency=low + + * New upstream release + + -- Gunnar Wolf Mon, 5 Dec 2005 12:44:40 -0600 + +libdata-dumper-simple-perl (0.10-1) unstable; urgency=low + + * New upstream release + * Added build-dependency on libmodule-build-perl + * Bumped up standards-version to 3.6.2 + + -- Gunnar Wolf Mon, 24 Oct 2005 12:03:08 -0500 + +libdata-dumper-simple-perl (0.07-1) unstable; urgency=low + + * New upstream release + + -- Gunnar Wolf Wed, 25 May 2005 09:57:55 -0500 + +libdata-dumper-simple-perl (0.06-1) unstable; urgency=low + + * Initial Debian version (Closes: #287471) + + -- Gunnar Wolf Mon, 27 Dec 2004 17:35:50 -0600 +