summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-08-02 17:42:51 +0200
committergregor herrmann <gregoa@debian.org>2019-08-02 17:42:51 +0200
commitd073536337117a9a867d1b6ab6efc9434b120375 (patch)
tree30204cfde85f23e7bd606134bdc41fa5f63f1ef4
parent3973bab59e64e2316dbbdc5ffcb40c1f6e124ef9 (diff)
Reformat debian/control with cme
Gbp-Dch: ignore
-rw-r--r--debian/control19
1 files changed, 10 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 04da8b9..eabe009 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,25 @@
Source: libvariable-disposition-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libfuture-perl (>= 0.30),
- libtest-checkdeps-perl (>= 0.010),
- libtest-fatal-perl (>= 0.010),
- libtest-refcount-perl,
- perl
+ libtest-checkdeps-perl (>= 0.010),
+ libtest-fatal-perl (>= 0.010),
+ libtest-refcount-perl,
+ perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libvariable-disposition-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libvariable-disposition-perl.git
Homepage: https://metacpan.org/release/Variable-Disposition
-Testsuite: autopkgtest-pkg-perl
Package: libvariable-disposition-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libfuture-perl (>= 0.30)
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libfuture-perl (>= 0.30)
Description: dispose of variables
Provides some basic helper functions for making sure variables go away when
you want them to.