--- libsignatures-perl-0.05.orig/debian/control +++ libsignatures-perl-0.05/debian/control @@ -0,0 +1,29 @@ +Source: libsignatures-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), libb-hooks-op-check-perl (>= 0.17), + libb-hooks-parser-perl (>= 0.07), libb-hooks-op-ppaddr-perl, + libb-hooks-endofscope-perl (>= 0.08), perl (>= 5.6.0-12), + libextutils-depends-perl, libperl6-junction-perl +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/signatures/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsignatures-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsignatures-perl/ + +Package: libsignatures-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, + libb-hooks-op-check-perl (>= 0.17), libb-hooks-parser-perl (>= 0.07), + libb-hooks-op-ppaddr-perl, libb-hooks-endofscope-perl (>= 0.08) +Description: Perl module for subroutine signatures with no source filter + With signatures, you can specify subroutine signatures and have + variables automatically defined within the subroutine. Note that, + although the syntax is very similar, the signatures provided by this + module are not to be confused with the prototypes described in + perlsub. All this module does is extracting items of @_ and assigning + them to the variables in the parameter list. No argument validation + is done at runtime. + + --- libsignatures-perl-0.05.orig/debian/copyright +++ libsignatures-perl-0.05/debian/copyright @@ -0,0 +1,40 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Florian Ragwitz +Upstream-Source: http://search.cpan.org/dist/signatures/ +Upstream-Name: signatures + +Files: * +Copyright: Copyright (c) 2008 Florian Ragwitz +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/* +Copyright: Copyright 2008 - 2009 Adam Kennedy. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: ppport.h +Copyright: 2004-2008, Marcus Holland-Moritz, + 2001, Paul Marquess, + 1999, Kenneth Albanowski +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Ryan Niebur +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' --- libsignatures-perl-0.05.orig/debian/watch +++ libsignatures-perl-0.05/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/signatures/ .*/signatures-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libsignatures-perl-0.05.orig/debian/compat +++ libsignatures-perl-0.05/debian/compat @@ -0,0 +1 @@ +7 --- libsignatures-perl-0.05.orig/debian/changelog +++ libsignatures-perl-0.05/debian/changelog @@ -0,0 +1,5 @@ +libsignatures-perl (0.05-1) unstable; urgency=low + + * Initial Release. (Closes: #529245) + + -- Ryan Niebur Mon, 18 May 2009 20:34:44 -0700 --- libsignatures-perl-0.05.orig/debian/rules +++ libsignatures-perl-0.05/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@