Add ARM files
[dh-make-perl] / dev / arm / libtest-perl-critic-perl / libtest-perl-critic-perl-1.01 / debian / control~
diff --git a/dev/arm/libtest-perl-critic-perl/libtest-perl-critic-perl-1.01/debian/control~ b/dev/arm/libtest-perl-critic-perl/libtest-perl-critic-perl-1.01/debian/control~
new file mode 100644 (file)
index 0000000..8ddac31
--- /dev/null
@@ -0,0 +1,28 @@
+Source: libtest-perl-critic-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libperl-critic-perl (>= 0.21), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: David Paleino <d.paleino@gmail.com>, Jaldhar H. Vyas <jaldhar@debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Test-Perl-Critic/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-perl-critic-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-perl-critic-perl/
+
+Package: libtest-perl-critic-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libperl-critic-perl (>= 0.21)
+Description: Use Perl::Critic in test scripts
+ Test::Perl::Critic wraps the Perl::Critic engine in a convenient
+ subroutine suitable for test programs written using the Test::More
+ framework.  This makes it easy to integrate coding-standards
+ enforcement into the build process.  For ultimate convenience (at the
+ expense of some flexibility), see the criticism pragma.
+ .
+ If you'd like to try Perl::Critic without installing anything,
+ there is a web-service available at http://perlcritic.com.  The
+ web-service does not yet support all the configuration features that
+ are available in the native Perl::Critic API, but it should give you a
+ good idea of what it does.  You can also invoke the perlcritic
+ web-service from the command line by doing an HTTP-post.