debian/0000755000000000000000000000000012231466042007166 5ustar debian/watch0000644000000000000000000000016112017224356010217 0ustar version=3 http://search.cpan.org/dist/signatures/ .*/signatures-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003612030031611010230 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000325612030032236011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: signatures Source: http://search.cpan.org/dist/signatures/ Upstream-Contact: Florian Ragwitz Files: * Copyright: 2008, Florian Ragwitz License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2009, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2009, Ryan Niebur 2009, Ansgar Burchardt 2009, Salvatore Bonaccorso 2009, Nathan Handler 2012, Angel Abad 2012, gregor herrmann 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000012017224356010470 5ustar debian/source/format0000644000000000000000000000001412030031602011657 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212017224356010366 0ustar 9 debian/control0000644000000000000000000000244012030032412010554 0ustar Source: libsignatures-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , Angel Abad Build-Depends: debhelper (>= 9), libb-hooks-endofscope-perl, libb-hooks-op-check-perl (>= 0.18), libb-hooks-op-ppaddr-perl (>= 0.03), libb-hooks-parser-perl, libextutils-depends-perl (>= 0.302), libperl6-junction-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsignatures-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libsignatures-perl.git Homepage: http://search.cpan.org/dist/signatures/ Package: libsignatures-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libb-hooks-endofscope-perl, libb-hooks-op-check-perl, libb-hooks-op-ppaddr-perl, libb-hooks-parser-perl Description: Perl pragma for subroutine signatures signatures is a Perl pragma that provides a simple and robust way to declare named parameters for your subroutines. It provides a syntax similar to Perl function prototypes (see perlsub) and is robust since it does this without using source filters. It also provides a way to combine these signatures with normal Perl prototypes. debian/changelog0000644000000000000000000000402712231466042011043 0ustar libsignatures-perl (0.07-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Tue, 22 Oct 2013 13:14:26 +0100 libsignatures-perl (0.07-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Angel Abad ] * Imported Upstream version 0.07 * debian/patches/reallocate_pl_linestr: Remove patch, applied upstream * debian/copyright: Update inc/Module/* years * Bump Standards-Version to 3.9.4 -- Angel Abad Mon, 24 Sep 2012 12:25:45 +0200 libsignatures-perl (0.06-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * New upstream release + Updated dependency on ExtUtils::Depends to 0.302 * Updated copyright information * Standards-Version 3.8.2 (no changes) * Added myself to Uploaders * Rewrote control description [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update jawnsy's email address * Update ryan52's email address [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Angel Abad ] * Switch to dpkg-source format 3.0 (quilt) * debian/control: - Remove version in libb-hooks-endofscope-perl - Remove version in libb-hooks-parser-perl - Add myself to Uploaders * Bump Debhelper compat level to 9 * Update format to copyright-format 1.0 * Bump Standards-Version to 3.9.3 * debian/patches/reallocate_pl_linestr: fix ftbfs, With Perl >= 5.13.6, reallocate PL_linestr in a block hook to avoid reallocations; borrowed loosely from Devel::Declare (Closes: #636132) -- Angel Abad Sun, 22 Apr 2012 22:10:02 +0200 libsignatures-perl (0.05-1) unstable; urgency=low * Initial Release. (Closes: #529245) -- Ryan Niebur Mon, 18 May 2009 20:34:44 -0700