--- libcarp-clan-share-perl-0.013.orig/debian/compat +++ libcarp-clan-share-perl-0.013/debian/compat @@ -0,0 +1 @@ +7 --- libcarp-clan-share-perl-0.013.orig/debian/copyright +++ libcarp-clan-share-perl-0.013/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Robert Krimen +Upstream-Source: http://search.cpan.org/dist/Carp-Clan-Share/ +Upstream-Name: Carp-Clan-Share + +Files: * +Copyright: 2008, Robert Krimen +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +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+ + +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' --- libcarp-clan-share-perl-0.013.orig/debian/changelog +++ libcarp-clan-share-perl-0.013/debian/changelog @@ -0,0 +1,5 @@ +libcarp-clan-share-perl (0.013-1) unstable; urgency=low + + * Initial Release (Closes: #537660) + + -- Jonathan Yu Fri, 24 Jul 2009 18:05:24 -0400 --- libcarp-clan-share-perl-0.013.orig/debian/rules +++ libcarp-clan-share-perl-0.013/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libcarp-clan-share-perl-0.013.orig/debian/watch +++ libcarp-clan-share-perl-0.013/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Carp-Clan-Share/ .*/Carp-Clan-Share-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libcarp-clan-share-perl-0.013.orig/debian/control +++ libcarp-clan-share-perl-0.013/debian/control @@ -0,0 +1,19 @@ +Source: libcarp-clan-share-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-16), libcarp-clan-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Carp-Clan-Share/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcarp-clan-share-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcarp-clan-share-perl/ + +Package: libcarp-clan-share-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libcarp-clan-perl +Description: Perl module enabling sharing of Carp::Clan settings + Carp::Clan::Share is a lightweight helper module that automatically creates + a ::Carp module for you, under your current base namespace, forwarding the + options to Carp::Clan. It does this using an import method.