--- libswitch-perl-2.16.orig/debian/compat +++ libswitch-perl-2.16/debian/compat @@ -0,0 +1 @@ +7 --- libswitch-perl-2.16.orig/debian/rules +++ libswitch-perl-2.16/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libswitch-perl-2.16.orig/debian/watch +++ libswitch-perl-2.16/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Switch/ .*/Switch-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libswitch-perl-2.16.orig/debian/changelog +++ libswitch-perl-2.16/debian/changelog @@ -0,0 +1,5 @@ +libswitch-perl (2.16-1) unstable; urgency=low + + * Initial Release. (Closes: #580059) + + -- Dominic Hargreaves Wed, 12 May 2010 21:27:00 +0100 --- libswitch-perl-2.16.orig/debian/libswitch-perl.docs +++ libswitch-perl-2.16/debian/libswitch-perl.docs @@ -0,0 +1 @@ +README --- libswitch-perl-2.16.orig/debian/control +++ libswitch-perl-2.16/debian/control @@ -0,0 +1,22 @@ +Source: libswitch-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Dominic Hargreaves +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Switch/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libswitch-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libswitch-perl/ + +Package: libswitch-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, perl, perl-modules +Description: A switch statement for Perl + The Switch.pm module implements a generalized case mechanism that covers many + possible combinations of switch and case values. + . + This is an obsolete module provided for compatiblity since it is being + removed from the core. For perl 5.10 and above the "given/when" builtins + are much preferred. --- libswitch-perl-2.16.orig/debian/copyright +++ libswitch-perl-2.16/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Perl 5 Porters (perl5-porters@perl.org). +Source: http://search.cpan.org/dist/Switch/ +Name: Switch + +Files: * +Copyright: 1997-2008, Damian Conway +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Dominic Hargreaves +License: Artistic or 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'