Add ARM files
[dh-make-perl] / dev / arm / libextutils-cbuilder-perl / libextutils-cbuilder-perl-0.23 / debian / libextutils-cbuilder-perl / DEBIAN / control
diff --git a/dev/arm/libextutils-cbuilder-perl/libextutils-cbuilder-perl-0.23/debian/libextutils-cbuilder-perl/DEBIAN/control b/dev/arm/libextutils-cbuilder-perl/libextutils-cbuilder-perl-0.23/debian/libextutils-cbuilder-perl/DEBIAN/control
new file mode 100644 (file)
index 0000000..2c2201c
--- /dev/null
@@ -0,0 +1,17 @@
+Package: libextutils-cbuilder-perl
+Version: 0.23-1
+Section: perl
+Priority: optional
+Architecture: all
+Depends: perl
+Installed-Size: 144
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Description: Compile and link C code for Perl modules
+ This module can build the C portions of Perl modules by invoking the
+ appropriate compilers and linkers in a cross-platform manner.  It was
+ motivated by the Module::Build project, but may be useful for other
+ purposes as well.
+ .
+ However, this module is not intended as a general cross-platform
+ interface to all your C building needs.  That would have been a much
+ more ambitious goal!