File: README

package info (click to toggle)
dput 0.9.2.19
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 288 kB
  • ctags: 130
  • sloc: python: 1,465; makefile: 60; sh: 25
file content (36 lines) | stat: -rw-r--r-- 1,635 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
This is the debian package upload tool, or dput. dput has been developed
because dupload, the only tool for doing uploads, has quite
a few open bug reports and the code is in my opinion not very clean. 

So I decided to start again and create a new tool for uploading packages
into debian.  This tool is dput, which will include more features
and be (hopefully) bugfree. It is written in python, since the author
believes that python is a very good language. 

The features include: 
* Test of the GnuPG signature on the dsc-File
* Verification of the check sums in the dsc-File.
* Support for md5 and sha check sums.
* Check for unnecessary .tar.gz's or missing .tar.gz's
* 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 packaging
into the archive. 

If you are still using PGP instead of GnuPG, please consider switching to
GnuPG instead. You can find a Howto about "Replacing PGP 2.x with GnuPG" at
the following URL: http://www.gnupg.org/gph/en/pgp2x.html

This tool is released under the GPL and a copy of this license can be 
found at /usr/share/common-licenses/GPL.

The source code and the current cvs version can always be accessed via
cvs on cvs.debian.org. Patches for Bugfixing, Improvement, etc. are always
welcome and should be against the latest version.

Christian Kurz <shorty@debian.org>
Jordi Mallach <jordi@debian.org>
Sean 'Shaleh' Perry <shaleh@debian.org>