Test a brute ‘file’ stream only if that type exists.
[dput.git] / debian / control
blob95793e7f9ba4c0d6dd008ee7d2f9e736b639bb7e
1 Source: dput
2 Section: devel
3 Priority: optional
4 Maintainer: Ben Finney <bignose@debian.org>
5 Build-Depends-Indep:
6     python-unittest2,
7     python-mock (>= 1.3),
8     python-testtools,
9     python-testscenarios,
10     python-httpretty,
11     python-debian,
12     python-setuptools,
13     python (>= 2.7),
14     debconf-utils (>= 1.1.1),
15     dh-python,
16     debhelper (>= 9~)
17 Standards-Version: 3.9.8
18 VCS-Git: https://anonscm.debian.org/git/collab-maint/dput.git
19 VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/dput.git
20 Homepage: https://packages.debian.org/source/sid/dput
22 Package: dput
23 Architecture: all
24 Depends:
25     gnupg,
26     ${python:Depends},
27     ${misc:Depends}
28 Suggests: openssh-client, lintian, mini-dinstall, rsync
29 Description: Debian package upload tool
30  dput allows you to put one or more Debian packages into the archive.  This
31  package also includes a dcut utility which can be used to generate and / or
32  upload a commands file for the Debian FTP archive upload queue.
33  .
34  dput includes some tests to verify that the package is policy-compliant.
35  It offers the possibility to run lintian before the upload. It can also
36  run dinstall in dry-run-mode, when having used an appropriate upload method.
37  This is very useful to see if the upload will pass dinstall sanity checks
38  in the next run.
39  .
40  It is intended mainly for Debian maintainers only, although it can
41  also be useful for people maintaining local APT repositories.