summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2018-04-09 20:51:20 +0200
committergregor herrmann <gregoa@debian.org>2018-04-09 20:51:20 +0200
commit90910eb8c31b7adc2d14c4b640446532c7010a1a (patch)
tree8d12c11107dd70cc70727c8644136a989cd92dc2 /debian
parent05a001fe225fc85bfabc9a0d2cf86b24a99e6f3a (diff)
Reformat debian/control with cme
Gbp-Dch: ignore
Diffstat (limited to 'debian')
-rw-r--r--debian/control14
1 files changed, 9 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 6dbc11a..e98b181 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
Source: libnet-openssh-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-openssh-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-openssh-perl.git
Homepage: https://metacpan.org/release/Net-OpenSSH
-Testsuite: autopkgtest-pkg-perl
Package: libnet-openssh-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, openssh-client
-Suggests: libio-pty-perl, libnet-openssh-gateway-perl, libnet-sftp-foreign-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ openssh-client
+Suggests: libio-pty-perl,
+ libnet-openssh-gateway-perl,
+ libnet-sftp-foreign-perl
Description: Perl SSH client package implemented on top of OpenSSH
Net::OpenSSH is a secure shell client package implemented on top of the
OpenSSH binary client (ssh), leveraging the multiplexing feature found