Set “VCS-*” fields to URLs for encrypted Alioth services.
[dput.git] / debian / control
blob54c8d4c0378eed2fec11f127eaacacd059edd06f
1 Source: dput
2 Section: devel
3 Priority: optional
4 Maintainer: Y Giridhar Appaji Nag <appaji@debian.org>
5 Uploaders:
6     Ben Finney <bignose@debian.org>
7 Build-Depends-Indep:
8     python-unittest2,
9     python-mock (>= 1.3),
10     python-testtools,
11     python-testscenarios,
12     python-httpretty,
13     python-debian,
14     python-setuptools,
15     python (>= 2.7),
16     debconf-utils (>= 1.1.1),
17     dh-python,
18     debhelper (>= 9~)
19 Standards-Version: 3.9.6
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     gnupg,
28     ${python:Depends},
29     ${misc:Depends}
30 Suggests: openssh-client, lintian, mini-dinstall, rsync
31 Description: Debian package upload tool
32  dput allows you to put one or more Debian packages into the archive.  This
33  package also includes a dcut utility which can be used to generate and / or
34  upload a commands file for the Debian FTP archive upload queue.
35  .
36  dput includes some tests to verify that the package is policy-compliant.
37  It offers the possibility to run lintian before the upload. It can also
38  run dinstall in dry-run-mode, when having used an appropriate upload method.
39  This is very useful to see if the upload will pass dinstall sanity checks
40  in the next run.
41  .
42  It is intended mainly for Debian maintainers only, although it can
43  also be useful for people maintaining local apt repositories.