File: control

package info (click to toggle)
dput 1.0.3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 852 kB
  • sloc: python: 10,834; sh: 150; makefile: 50
file content (46 lines) | stat: -rw-r--r-- 1,504 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
37
38
39
40
41
42
43
44
45
46
Source: dput
Section: devel
Priority: optional
Maintainer: Ben Finney <bignose@debian.org>
Build-Depends-Indep:
    python3-testtools,
    python3-testscenarios,
    python3-httpretty,
    python3-debian,
    python3-gpg,
    python3-setuptools,
    python3 (>= 3.4),
    bash-completion,
    dh-python,
    debhelper (>= 12~)
Build-Depends:
    debhelper-compat (= 12)
Standards-Version: 4.3.0
VCS-Git: https://salsa.debian.org/debian/dput.git
VCS-Browser: https://salsa.debian.org/debian/dput/
Homepage: https://packages.debian.org/source/sid/dput

Package: dput
Architecture: all
Depends:
    python3-pkg-resources,
    ${python3:Depends},
    ${misc:Depends}
Suggests: openssh-client, lintian, mini-dinstall, rsync
Breaks:
    devscripts (<< 2.17.0)
Replaces:
    devscripts (<< 2.17.0)
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.