--- libtest-without-module-perl-0.17.orig/debian/control +++ libtest-without-module-perl-0.17/debian/control @@ -0,0 +1,20 @@ +Source: libtest-without-module-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.8-11.1), libtest-pod-perl, + libfile-slurp-perl +Maintainer: Debian Perl Group +Uploaders: Rene Mayorga +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Test-Without-Module/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-without-module-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-without-module-perl/ + +Package: libtest-without-module-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: test fallback behaviour in absence of modules + Test::Without::Module allows you to deliberately hide modules from a program + even though they are installed. This is mostly useful for testing modules + that have a fallback when a certain dependency module is not installed. --- libtest-without-module-perl-0.17.orig/debian/rules +++ libtest-without-module-perl-0.17/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 --- libtest-without-module-perl-0.17.orig/debian/watch +++ libtest-without-module-perl-0.17/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Test-Without-Module/ .*/Test-Without-Module-([\.\d]+)\.(?:tar\.gz|tar|tgz)$ --- libtest-without-module-perl-0.17.orig/debian/changelog +++ libtest-without-module-perl-0.17/debian/changelog @@ -0,0 +1,38 @@ +libtest-without-module-perl (0.17-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Rene Mayorga ] + * New upstream release + * debian/control: change my email address + * debian/copyright: + + update upstream copyright years + + separate debian/* copyright per member using debian/changalog + + -- Rene Mayorga Wed, 21 Jan 2009 14:27:27 -0600 + +libtest-without-module-perl (0.16-1) unstable; urgency=low + + [ David Paleino ] + * debian/control: removed myself from Uploaders + + [ Rene Mayorga ] + * New upstream release + * debian/control + + set dephelper and compat level to 7 + + add myself to uploaders + + set Standards-Version to 3.8.0 ( no changes needed ) + + mention module name at long description + + add libfile-slurp-perl to B-D-I, this will enable one more test + * debian/rules - refresh using dh-make-perl templates + * debian/copyright - use (new)format + + -- Rene Mayorga Tue, 28 Oct 2008 14:15:02 -0600 + +libtest-without-module-perl (0.15-1) unstable; urgency=low + + * Initial Release. + + -- David Paleino Mon, 22 Oct 2007 12:21:20 +0300 --- libtest-without-module-perl-0.17.orig/debian/compat +++ libtest-without-module-perl-0.17/debian/compat @@ -0,0 +1 @@ +7 --- libtest-without-module-perl-0.17.orig/debian/copyright +++ libtest-without-module-perl-0.17/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Max Maischein +Upstream-Source: http://search.cpan.org/dist/Test-Without-Module +Upstream-Name: Test-Without-Module + +Files: * +Copyright: 2003-2009 Max Maischein, +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2007 David Paleino +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'