debian/0000755000000000000000000000000011532006346007166 5ustar debian/control0000644000000000000000000000173611532006137010576 0ustar Source: libwarnings-illegalproto-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libstrictures-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.92) Maintainer: Debian Perl Group Uploaders: Maximilian Gass Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/warnings-illegalproto/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwarnings-illegalproto-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwarnings-illegalproto-perl/ Package: libwarnings-illegalproto-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libstrictures-perl Description: pragma to disable illegal prototype warnings on old Perls warnings::illegalproto was implemented so that people can use strictures and use signatures at the same time. Thanks to mst, in Perl 5.12 and greater this is trivial, but before that a strange dance had to be done. debian/copyright0000644000000000000000000000207411532005650011121 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: warnings-illegalproto Upstream-Contact: Arthur Axel "fREW" Schmidt Source: http://search.cpan.org/dist/warnings-illegalproto/ Files: * Copyright: 2010, Arthur Axel "fREW" Schmidt License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Maximilian Gass 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/watch0000644000000000000000000000020711532005650010213 0ustar version=3 http://search.cpan.org/dist/warnings-illegalproto/ .*/warnings-illegalproto-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211532005650010361 0ustar 8 debian/changelog0000644000000000000000000000027111532005650011035 0ustar libwarnings-illegalproto-perl (0.001000-1) unstable; urgency=low * Initial Release (closes: #615106). -- Maximilian Gass Fri, 25 Feb 2011 20:33:41 +0100 debian/source/0000755000000000000000000000000011532006266010467 5ustar debian/source/format0000644000000000000000000000001411532005650011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013411532005650010241 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: PERL_STRICTURES_EXTRA=0 dh_auto_test