Metadata-Version: 2.1
Name: dput
Version: 1.1.3
Summary: dput — Debian package upload toolkit
Home-page: https://packages.debian.org/source/sid/dput
Author: Ben Finney
Author-email: bignose@debian.org
Maintainer: Ben Finney
Maintainer-email: bignose@debian.org
License: GPL-3+
Keywords: debian,package,upload,test
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
License-File: LICENSE.GPL-3

Dput is a tool for uploading packages into Debian.


Features
========

The features include:

* Test of the GnuPG signature on the source control file (``*.dsc``).

* Verification of the checksums in the source control file.

* Support for MD5 and SHA checksums.

* Check for unnecessary or missing tarballs.

* Running Lintian before putting the package into the archive.

* Running Dinstall after the package is in the archive and making sure that
  the package will be put on the correct server.

* Running user-defined commands before and after an upload.

A lot of the tests can be run without really putting the package
into the archive.


License
=======

This work is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of that License, or
(at your option) any later version. No warranty expressed or implied.

On Debian systems, a copy of version 3 of this license can be found at
`/usr/share/common-licenses/GPL-3`.


Contributors
============

* Christian Kurz <shorty@debian.org>
* Jordi Mallach <jordi@debian.org>
* Sean 'Shaleh' Perry <shaleh@debian.org>
* Thomas Viehmann <tv@beamnet.de>
* Y Giridhar Appaji Nag <appaji@debian.org>
* Ben Finney <bignose@debian.org>


..
    Local variables:
    coding: utf-8
    mode: rst
    mode: text
    End:
    vim: fileencoding=utf-8 filetype=rst :
