1234567891011121314151617181920212223242526272829303132333435363738394041 |
- Source: dput
- Section: devel
- Priority: optional
- Maintainer: Y Giridhar Appaji Nag <appaji@debian.org>
- Build-Depends-Indep:
- python-unittest2,
- python-mock,
- python-testtools,
- python-testscenarios,
- python-httpretty,
- python-debian,
- python (>= 2.7),
- debconf-utils (>= 1.1.1),
- dh-python,
- debhelper (>= 9~)
- Standards-Version: 3.9.6
- Vcs-Git: git://anonscm.debian.org/collab-maint/dput.git
- Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/dput.git
- Homepage: https://packages.debian.org/source/sid/dput
- Package: dput
- Architecture: all
- Depends:
- gnupg,
- ${python:Depends},
- ${misc:Depends}
- Suggests: openssh-client, lintian, mini-dinstall, rsync
- Description: Debian package upload tool
- dput allows you to put one or more Debian packages into the archive. This
- package also includes a dcut utility which can be used to generate and / or
- upload a commands file for the Debian FTP archive upload queue.
- .
- dput includes some tests to verify that the package is policy-compliant.
- It offers the possibility to run lintian before the upload. It can also
- run dinstall in dry-run-mode, when having used an appropriate upload method.
- This is very useful to see if the upload will pass dinstall sanity checks
- in the next run.
- .
- It is intended mainly for Debian maintainers only, although it can
- also be useful for people maintaining local apt repositories.
|