debian/0000755000000000000000000000000011732724243007173 5ustar debian/rules0000755000000000000000000000070211732724243010252 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_clean: dh_clean rm -rf $(BUILDHOME) override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) xvfb-run -a dh_auto_test override_dh_auto_install: dh_auto_install find $(TMP) -name '*.po' | while read f; do msgfmt -o $${f%.po}.mo $$f; rm $$f; done find $(TMP) -name '*.pot' -delete debian/control0000644000000000000000000000231711732724243010601 0ustar Source: libpadre-plugin-perlcritic-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: liblocale-msgfmt-perl, libperl-critic-perl, padre, perl, xauth, xfonts-base, xvfb Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libpadre-plugin-perlcritic-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libpadre-plugin-perlcritic-perl.git Homepage: http://search.cpan.org/dist/Padre-Plugin-PerlCritic/ Package: libpadre-plugin-perlcritic-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libperl-critic-perl Enhances: padre Description: Padre plugin to analyze perl files with Perl::Critic Padre::Plugin::PerlCritic is a simple plugin to run Perl::Critic on your source code. . Currently there is no configuration for this plugin, so you have to rely on the default .perlcriticrc configuration. See Perl::Critic for details. debian/source/0000755000000000000000000000000011732724243010473 5ustar debian/source/format0000644000000000000000000000001411732724243011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000104011732724243011040 0ustar libpadre-plugin-perlcritic-perl (0.12-2) unstable; urgency=low * Team upload. * Set a temporary HOME directory for tests. (Closes: #665219) * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). * Mention module name in long description. -- gregor herrmann Thu, 22 Mar 2012 23:32:52 +0100 libpadre-plugin-perlcritic-perl (0.12-1) unstable; urgency=low * Initial Release. (Closes: #531252) -- Dominique Dumont Sun, 22 Jan 2012 14:05:24 +0100 debian/compat0000644000000000000000000000000211732724243010371 0ustar 8 debian/copyright0000644000000000000000000000231411732724243011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Padre-Plugin-PerlCritic Upstream-Contact: Kaare Rasmussen Ahmad M. Zawawi Source: http://search.cpan.org/dist/Padre-Plugin-PerlCritic/ Files: * Copyright: 2010 by Kaare Rasmussen 2010 Ahmad M. Zawawi License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Ryan Niebur 2012, Dominique Dumont 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/watch0000644000000000000000000000021311732724243010220 0ustar version=3 http://search.cpan.org/dist/Padre-Plugin-PerlCritic/ .*/Padre-Plugin-PerlCritic-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$