Document in the changelog the ‘dcut’ completion improvement.
[dput.git] / debian / control
blob3b3310bcd82ff22e44b100e00492c17378658413
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     bash-completion,
17     dh-python,
18     debhelper (>= 9~)
19 Standards-Version: 3.9.8
20 VCS-Git: https://anonscm.debian.org/git/collab-maint/dput.git
21 VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/dput.git
22 Homepage: https://packages.debian.org/source/sid/dput
24 Package: dput
25 Architecture: all
26 Depends:
27     ${python:Depends},
28     ${misc:Depends}
29 Suggests: openssh-client, lintian, mini-dinstall, rsync
30 Description: Debian package upload tool
31  dput allows you to put one or more Debian packages into the archive.  This
32  package also includes a dcut utility which can be used to generate and / or
33  upload a commands file for the Debian FTP archive upload queue.
34  .
35  dput includes some tests to verify that the package is policy-compliant.
36  It offers the possibility to run lintian before the upload. It can also
37  run dinstall in dry-run-mode, when having used an appropriate upload method.
38  This is very useful to see if the upload will pass dinstall sanity checks
39  in the next run.
40  .
41  It is intended mainly for Debian maintainers only, although it can
42  also be useful for people maintaining local APT repositories.