summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-11-16 21:23:50 +0100
committergregor herrmann <gregoa@debian.org>2019-11-16 21:23:50 +0100
commitf17027a5b71b92aee2098405407d86f0c125b318 (patch)
tree55496d5ad50aeebaa7246ceeb929d0d49212e08c
parente5052e0228fad041cd437b8d84899e6ea0b13c32 (diff)
Reformat debian/control with cme
Gbp-Dch: ignore
-rw-r--r--debian/control17
1 files changed, 9 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 2a1a5a3..c39828d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,24 @@
Source: libthread-tie-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libload-perl,
- libthread-serialize-perl,
- perl
+ libthread-serialize-perl,
+ perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libthread-tie-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libthread-tie-perl.git
Homepage: https://metacpan.org/release/Thread-Tie
-Testsuite: autopkgtest-pkg-perl
Package: libthread-tie-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libload-perl,
- libthread-serialize-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libload-perl,
+ libthread-serialize-perl
Description: alternative separate thread implementation of shared variables
The standard shared variable scheme used by Perl, is based on tie-ing the
variable to some very special dark magic. This dark magic ensures that shared