summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-08-02 17:54:49 +0200
committergregor herrmann <gregoa@debian.org>2019-08-02 17:54:49 +0200
commit3028b0cf42ff7254dff6dde9078fa7499e266053 (patch)
tree1b546297e8b66f091be1b0cdf988fc540bda8f4d
parent2dae354a0cef46a7f7513f06f0ea47efb296cd79 (diff)
Reformat debian/control with cme
Gbp-Dch: ignore
-rw-r--r--debian/control37
1 files changed, 19 insertions, 18 deletions
diff --git a/debian/control b/debian/control
index ce42ae6..4020e94 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,34 @@
Source: libtickit-console-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),
- libmodule-build-perl (>= 0.4004),
- perl (>= 5.19.3)
+ libmodule-build-perl (>= 0.4004),
+ perl (>= 5.19.3)
Build-Depends-Indep: libstring-tagged-perl (>= 0.10),
- libtest-identity-perl,
- libtest-pod-perl,
- libtest-refcount-perl,
- libtickit-perl (>= 0.45),
- libtickit-widget-scroller-perl (>= 0.04),
- libtickit-widget-tabbed-perl (>= 0.015),
- libtickit-widgets-perl
+ libtest-identity-perl,
+ libtest-pod-perl,
+ libtest-refcount-perl,
+ libtickit-perl (>= 0.45),
+ libtickit-widget-scroller-perl (>= 0.04),
+ libtickit-widget-tabbed-perl (>= 0.015),
+ libtickit-widgets-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtickit-console-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtickit-console-perl.git
Homepage: https://metacpan.org/release/Tickit-Console
-Testsuite: autopkgtest-pkg-perl
Package: libtickit-console-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libstring-tagged-perl (>= 0.10),
- libtickit-perl (>= 0.45),
- libtickit-widget-scroller-perl (>= 0.04),
- libtickit-widget-tabbed-perl (>= 0.015),
- libtickit-widgets-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libstring-tagged-perl (>= 0.10),
+ libtickit-perl (>= 0.45),
+ libtickit-widget-scroller-perl (>= 0.04),
+ libtickit-widget-tabbed-perl (>= 0.015),
+ libtickit-widgets-perl
Description: module to build full-screen console-style applications
A Tickit::Console instance is a subclass of Tickit::Widget::VBox intended to
help building a full-screen console-style application which presents the user