Add ARM files
[dh-make-perl] / dev / arm / libmodule-build-perl / libmodule-build-perl-0.2808.01 / debian / control
diff --git a/dev/arm/libmodule-build-perl/libmodule-build-perl-0.2808.01/debian/control b/dev/arm/libmodule-build-perl/libmodule-build-perl-0.2808.01/debian/control
new file mode 100644 (file)
index 0000000..9b48e03
--- /dev/null
@@ -0,0 +1,25 @@
+Source: libmodule-build-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Jay Bonci <jaybonci@debian.org>, Niko Tyni <ntyni@debian.org>,
+ gregor herrmann <gregor+debian@comodo.priv.at>, Damyan Ivanov <dmn@debian.org>
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends-Indep: perl (>= 5.6.0-16), libyaml-perl,
+ libextutils-cbuilder-perl, libextutils-parsexs-perl, libarchive-tar-perl,
+ libpar-dist-perl (>= 0.17), libversion-perl, libarchive-zip-perl
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Module-Build/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-build-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/
+
+Package: libmodule-build-perl
+Architecture: all
+Depends: ${perl:Depends}, libarchive-tar-perl, libyaml-perl, libextutils-parsexs-perl
+Recommends: libextutils-cbuilder-perl, libversion-perl
+Suggests: libpar-dist-perl (>= 0.17)
+Description: Subclassable and make-independent perl module builder alternative
+ Module::Build is a system for building, testing, and installing Perl modules.
+ It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter 
+ the behavior of the module through subclassing in a much more straightforward 
+ way than with MakeMaker.