Add ARM files
[dh-make-perl] / dev / arm / libfile-which-perl / libfile-which-perl-0.05 / debian / control
diff --git a/dev/arm/libfile-which-perl/libfile-which-perl-0.05/debian/control b/dev/arm/libfile-which-perl/libfile-which-perl-0.05/debian/control
new file mode 100644 (file)
index 0000000..77d477f
--- /dev/null
@@ -0,0 +1,18 @@
+Source: libfile-which-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Daniel Ruoso <daniel@ruoso.com>, gregor herrmann <gregor+debian@comodo.priv.at>, Carlo Segre <segre@debian.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl
+
+Package: libfile-which-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl module for searching paths for executable programs
+ This module searches the directories of the user's PATH (as returned
+ by File::Spec->path()), looking for executable files having the name
+ specified as a parameter to which().