Correct copyright information for Debian packaging files.
[dput.git] / debian / control
blob55e307ec650ca377e0eca52b5cfdc9d0dc5cf47f
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-gpgme,
13     python-setuptools,
14     python (>= 2.7),
15     debconf-utils (>= 1.1.1),
16     dh-python,
17     debhelper (>= 9~)
18 Standards-Version: 3.9.8
19 VCS-Git: https://anonscm.debian.org/git/collab-maint/dput.git
20 VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/dput.git
21 Homepage: https://packages.debian.org/source/sid/dput
23 Package: dput
24 Architecture: all
25 Depends:
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.