debian/0000755000000000000000000000000011656330620007170 5ustar debian/control0000644000000000000000000000225511656330620010577 0ustar Source: libcriticism-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Onur Aslan Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libio-string-perl, libperl-critic-perl (>= 1.089) Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/criticism/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libcriticism-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcriticism-perl.git Package: libcriticism-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libperl-critic-perl (>= 1.089) Description: Perl pragma to enforce coding standards and best-practices The cristicism pragma enforces coding standards and promotes best-practices by running your file through Perl::Critic before every execution. In a production system, this usually isn't feasible because it adds a lot of overhead at start-up. If you have a separate development environment, you can effectively bypass the "criticism" pragma by not installing Perl::Critic in the production environment. If Perl::Critic can't be loaded, then "criticism" just fails silently. debian/copyright0000644000000000000000000000205211656330620011122 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Jeffrey Thalhammer Source: http://search.cpan.org/dist/criticism/ Name: criticism Files: * Copyright: 2006-2008, Jeffrey Thalhammer License: GPL-1+ or Artistic Files: debian/* Copyright: 2011, Onur Aslan License: GPL-1+ or 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'. 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'. debian/watch0000644000000000000000000000015711656330620010224 0ustar version=3 http://search.cpan.org/dist/criticism/ .*/criticism-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211656330620010366 0ustar 8 debian/changelog0000644000000000000000000000023011656330620011035 0ustar libcriticism-perl (1.02-1) unstable; urgency=low * Initial Release. (Closes: #548991) -- Onur Aslan Sat, 5 Nov 2011 20:35:57 +0200 debian/source/0000755000000000000000000000000011656330620010470 5ustar debian/source/format0000644000000000000000000000001411656330620011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611656330620010247 0ustar #!/usr/bin/make -f %: dh $@