--- libmocked-perl-0.09.orig/debian/copyright +++ libmocked-perl-0.09/debian/copyright @@ -0,0 +1,38 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Luke Closs, +Upstream-Source: http://search.cpan.org/dist/mocked/ +Upstream-Name: mocked + +Files: * +Copyright: Luke Closs, , + Scott McWhirter +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Christoph Berg + 2009, Ryan Niebur + 2009, gregor herrmann +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' --- libmocked-perl-0.09.orig/debian/watch +++ libmocked-perl-0.09/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/mocked/ .*/mocked-v?([\.\d]+)\.(?:tar\.gz|tar|tgz)$ --- libmocked-perl-0.09.orig/debian/libmocked-perl.docs +++ libmocked-perl-0.09/debian/libmocked-perl.docs @@ -0,0 +1 @@ +README --- libmocked-perl-0.09.orig/debian/control +++ libmocked-perl-0.09/debian/control @@ -0,0 +1,21 @@ +Source: libmocked-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libtest-exception-perl, liburi-perl, perl (>= 5.8.8-12) +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur , + gregor herrmann +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/mocked/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmocked-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmocked-perl/ + +Package: libmocked-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: module to use real libraries from within mocked libraries + When mocking modules using 'mocked', you are certain that no extra "real" + libraries are being loaded. But sometimes you don't want to use real + libraries from within your mocked library. This module allows you to load + real libraries using your previous include paths. --- libmocked-perl-0.09.orig/debian/rules +++ libmocked-perl-0.09/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libmocked-perl-0.09.orig/debian/compat +++ libmocked-perl-0.09/debian/compat @@ -0,0 +1 @@ +7 --- libmocked-perl-0.09.orig/debian/changelog +++ libmocked-perl-0.09/debian/changelog @@ -0,0 +1,38 @@ +libmocked-perl (0.09-4) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Christoph Berg ] + * Remove myself from Uploaders. + + [ Ryan Niebur ] + * Update ryan52's email address + + -- Christoph Berg Wed, 09 Dec 2009 14:06:16 +0100 + +libmocked-perl (0.09-3) unstable; urgency=low + + [ Ryan Niebur ] + * Add myself to Uploaders + * add missing build dep on liburi-perl (Closes: #531234) + + [ gregor herrmann ] + * Minimize debian/rules, bump debhelper build dependency and debian/compat. + * Add /me to Uploaders. + * debian/copyright: switch to new format. + + -- gregor herrmann Sun, 31 May 2009 15:58:04 +0200 + +libmocked-perl (0.09-2) unstable; urgency=low + + * Set Maintainer to Debian Perl Group. + + -- Christoph Berg Fri, 22 May 2009 14:59:22 +0200 + +libmocked-perl (0.09-1) unstable; urgency=low + + * Initial Release. + + -- Christoph Berg Fri, 22 May 2009 14:16:57 +0200