Add ARM files
[dh-make-perl] / dev / arm / libtest-harness-perl / libtest-harness-perl-3.12 / debian / control
diff --git a/dev/arm/libtest-harness-perl/libtest-harness-perl-3.12/debian/control b/dev/arm/libtest-harness-perl/libtest-harness-perl-3.12/debian/control
new file mode 100644 (file)
index 0000000..ee04f8c
--- /dev/null
@@ -0,0 +1,34 @@
+Source: libtest-harness-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper7, quilt (>= 0.40)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf@debian.org>,
+ Damyan Ivanov <dmn@debian.org>,
+ gregor herrmann <gregoa@debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Test-Harness/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-harness-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-harness-perl/
+
+Package: libtest-harness-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Replaces: libtap-parser-perl (<< 3.00-1)
+Conflicts: libtap-parser-perl (<< 3.00-1)
+Description: Run Perl standard test scripts with statistics
+ Test::Harness is an utility script invoked by Test::Simple, Test::More
+ and several based on Test::Builder. It is also part of the perl-modules
+ installation. This module is packaged to satisfy the build-dependency
+ of several other Perl modules over a newer version than the one
+ perl-modules provides - Please refer to bug #383517 for the rationale
+ on separately packaging it.
+
+Package: libtap-parser-perl
+Architecture: all
+Depends: libtest-harness-perl
+Description: transitional dummy package
+ This package is used to pull in libtest-harness-perl, which takes over the
+ functionality of libtap-parser-perl. You can safely remove it after
+ libtest-harness-perl is installed.