Add ARM files
[dh-make-perl] / dev / arm / libpar-dist-perl / libpar-dist-perl-0.31 / debian / control
diff --git a/dev/arm/libpar-dist-perl/libpar-dist-perl-0.31/debian/control b/dev/arm/libpar-dist-perl/libpar-dist-perl-0.31/debian/control
new file mode 100644 (file)
index 0000000..9911ebb
--- /dev/null
@@ -0,0 +1,24 @@
+Source: libpar-dist-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper7
+Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl,
+ libtest-pod-coverage-perl
+Uploaders: Florian Ragwitz <rafl@debian.org>, 
+ Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
+ gregor herrmann <gregoa@debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Homepage: http://search.cpan.org/dist/PAR-Dist/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpar-dist-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/
+Standards-Version: 3.8.0
+
+Package: libpar-dist-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: perl module to create and manipulate PAR distributions
+ PAR::Dist module creates and manipulates PAR distributions. They are
+ architecture-specific PAR files, containing everything under blib/ of CPAN
+ distributions after their make or Build stage, a META.yml describing metadata
+ of the original CPAN distribution, and a MANIFEST detailing all files within
+ it. Digitally signed PAR distributions will also contain a SIGNATURE file.