--- libtest-mockmodule-perl-0.05.orig/debian/rules +++ libtest-mockmodule-perl-0.05/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libtest-mockmodule-perl-0.05.orig/debian/changelog +++ libtest-mockmodule-perl-0.05/debian/changelog @@ -0,0 +1,38 @@ +libtest-mockmodule-perl (0.05-2) unstable; urgency=low + + [ Damyan Ivanov ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Ben Hutchings + ); Ben Hutchings + moved to Uploaders. + * Add debian/watch. + * remove Homepage from long description; Homepage: field already + present + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Refresh rules for debhelper 7. + * Move debhelper to Build-Depends. + * Add myself to Uploaders. + * Bump Standards-Version to 3.8.2. + * Convert debian/copyright to proposed machine-readable format. + + [ gregor herrmann ] + * debian/control: make short description a noun phrase. + + -- Ansgar Burchardt Tue, 21 Jul 2009 11:26:12 +0200 + +libtest-mockmodule-perl (0.05-1) unstable; urgency=low + + * Initial release - closes: #345397 + + -- Ben Hutchings Sat, 31 Dec 2005 03:47:11 +0000 --- libtest-mockmodule-perl-0.05.orig/debian/watch +++ libtest-mockmodule-perl-0.05/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Test-MockModule/ .+/Test-MockModule-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtest-mockmodule-perl-0.05.orig/debian/control +++ libtest-mockmodule-perl-0.05/debian/control @@ -0,0 +1,25 @@ +Source: libtest-mockmodule-perl +Maintainer: Debian Perl Group +Uploaders: Ben Hutchings , + Ansgar Burchardt +Section: perl +Priority: extra +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-16), libtest-pod-perl, libtest-pod-coverage-perl +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Test-MockModule/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-mockmodule-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-mockmodule-perl/ + +Package: libtest-mockmodule-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module to override subroutines in a module for unit testing + Test::MockModule lets you temporarily redefine subroutines in other + packages for the purposes of unit testing. + . + A Test::MockModule object is set up to mock subroutines for a given + module. The object remembers the original subroutine so it can be + easily restored. This happens automatically when all MockModule + objects for the given module go out of scope, or when you unmock() + the subroutine. --- libtest-mockmodule-perl-0.05.orig/debian/copyright +++ libtest-mockmodule-perl-0.05/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Simon Flack +Upstream-Source: http://search.cpan.org/dist/Test-MockModule/ +Upstream-Name: Test-MockModule + +Files: * +Copyright: © 2004, Simon Flack +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2005, Ben Hutchings + © 2009, Ansgar Burchardt +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' --- libtest-mockmodule-perl-0.05.orig/debian/compat +++ libtest-mockmodule-perl-0.05/debian/compat @@ -0,0 +1 @@ +7