--- libmodule-starter-pbp-perl-0.0.3.orig/debian/control +++ libmodule-starter-pbp-perl-0.0.3/debian/control @@ -0,0 +1,28 @@ +Source: libmodule-starter-pbp-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), +Build-Depends-Indep: perl, libmodule-starter-perl, + libtest-pod-coverage-perl (>= 1.04), libtest-pod-perl (>= 1.14) +Maintainer: Debian Perl Group +Uploaders: Jeremiah C. Foster , + Salvatore Bonaccorso +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-starter-pbp-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-starter-pbp-perl/ +Homepage: http://search.cpan.org/dist/Module-Starter-PBP/ + +Package: libmodule-starter-pbp-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libmodule-starter-perl +Description: Perl module to create new perl modules following best practices + Module::Starter::PBP implements a simple approach to creating modules and + their support files, based on the Module::Starter approach. Module::Starter + needs to be installed before this module can be used. + . + When used as a Module::Starter plugin, this module allows you to specify a + simple directory of templates which are filled in with module-specific + information, and thereafter form the basis of your new module. + . + The default templates that this module initially provides are based on the + recommendations in the book "Perl Best Practices" by Damian Conway. --- libmodule-starter-pbp-perl-0.0.3.orig/debian/copyright +++ libmodule-starter-pbp-perl-0.0.3/debian/copyright @@ -0,0 +1,27 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Damian Conway +Upstream-Source: http://search.cpan.org/dist/Module-Starter-PBP/ +Upstream-Name: Module-Starter-PBP + +Files: * +Copyright: 2005, Damian Conway +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jeremiah C. Foster +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' --- libmodule-starter-pbp-perl-0.0.3.orig/debian/watch +++ libmodule-starter-pbp-perl-0.0.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Module-Starter-PBP/ .*/Module-Starter-PBP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmodule-starter-pbp-perl-0.0.3.orig/debian/compat +++ libmodule-starter-pbp-perl-0.0.3/debian/compat @@ -0,0 +1 @@ +7 --- libmodule-starter-pbp-perl-0.0.3.orig/debian/changelog +++ libmodule-starter-pbp-perl-0.0.3/debian/changelog @@ -0,0 +1,11 @@ +libmodule-starter-pbp-perl (0.0.3-1) unstable; urgency=low + + [ Jeremiah C. Foster ] + * Initial Release. (Closes: #538044) + + [ Salvatore Bonaccorso ] + * Add myself to Uploaders. + * Bump Standards-Version to 3.8.3 and doing other small work on debian/* + packaging things. + + -- Salvatore Bonaccorso Sun, 13 Sep 2009 18:49:45 +0200 --- libmodule-starter-pbp-perl-0.0.3.orig/debian/rules +++ libmodule-starter-pbp-perl-0.0.3/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@