Add helper class for scenarios for file functions.
[dput.git] / debian / control
blob83f03d4f85e02cf98994784f5c33449647f3c467
1 Source: dput
2 Section: devel
3 Priority: optional
4 Maintainer: Y Giridhar Appaji Nag <appaji@debian.org>
5 Build-Depends-Indep:
6     python-unittest2,
7     python-mock,
8     python-testtools,
9     python-testscenarios,
10     debconf-utils (>= 1.1.1)
11 Standards-Version: 3.9.6
12 Vcs-Git: git://anonscm.debian.org/collab-maint/dput.git
13 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/dput.git
15 Package: dput
16 Architecture: all
17 Depends: python (>= 2.5), gnupg
18 Suggests: openssh-client, lintian, mini-dinstall, rsync
19 Description: Debian package upload tool
20  dput allows you to put one or more Debian packages into the archive.  This
21  package also includes a dcut utility which can be used to generate and / or
22  upload a commands file for the Debian FTP archive upload queue.
23  .
24  dput includes some tests to verify that the package is policy-compliant.
25  It offers the possibility to run lintian before the upload. It can also
26  run dinstall in dry-run-mode, when having used an appropriate upload method.
27  This is very useful to see if the upload will pass dinstall sanity checks
28  in the next run.
29  .
30  It is intended mainly for Debian maintainers only, although it can
31  also be useful for people maintaining local apt repositories.