summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-04-14 20:19:23 +0200
committergregor herrmann <gregoa@debian.org>2023-04-14 20:19:23 +0200
commit719a3f35a197206fa72c422d060480c405975690 (patch)
tree23b52007e5597ea2152bfbdbf84718c9af65fa5a
parent377eb5a50edf0dae09c50d04e8de11aaed6e7156 (diff)
Reformat debian/control with cme
Gbp-Dch: ignore
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 852a590..214e449 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: libapp-control-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
+Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
@@ -9,13 +10,12 @@ Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapp-control-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapp-control-perl.git
Homepage: https://metacpan.org/release/App-Control
-Testsuite: autopkgtest-pkg-perl
Package: libapp-control-perl
Architecture: all
+Multi-Arch: foreign
Depends: ${perl:Depends},
${misc:Depends}
-Multi-Arch: foreign
Description: Perl module for apachectl style control of another executable
App::Control is a simple module to replicate the kind of functionality you get
with apachectl to control Apache, but for any script or executable. There is a