File: control

package info (click to toggle)
dupload 2.13.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: perl: 1,891; sh: 81; makefile: 80
file content (68 lines) | stat: -rw-r--r-- 2,259 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: dupload
Section: devel
Priority: optional
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Uploaders: Guillem Jover <guillem@debian.org>
Vcs-Browser: https://git.dpkg.org/cgit/dpkg/dupload.git
Vcs-Git: https://git.dpkg.org/git/dpkg/dupload.git
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 debhelper (>= 13.10),
 dh-sequence-bash-completion,
 aspell <pkg.dupload.author-tests>,
 aspell-en <pkg.dupload.author-tests>,
 libio-socket-ssl-perl <pkg.dupload.author-tests>,
 libtest-minimumversion-perl <pkg.dupload.author-tests>,
 libtest-perl-critic-perl <pkg.dupload.author-tests>,
 libtest-pod-perl <pkg.dupload.author-tests>,
 libtest-spelling-perl <pkg.dupload.author-tests>,
 libtest-strict-perl <pkg.dupload.author-tests>,
 libtest-synopsis-perl <pkg.dupload.author-tests>,
 liburi-perl <pkg.dupload.author-tests>,
 shellcheck <pkg.dupload.author-tests>,
Build-Depends-Indep:
 perl,

Package: dupload
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libdpkg-perl (>= 1.21.10),
Recommends:
 debian-keyring | ubuntu-keyring,
 libio-socket-ssl-perl,
 liburi-perl,
 libyaml-libyaml-perl,
 openssh-client | ssh,
Suggests:
 default-mta | mail-transport-agent,
 lintian,
 libsecret-tools,
Description: Debian package upload tool
 dupload will automagically upload Debian packages to a remote host with
 a Debian upload queue. All uploads are logged into a dedicated .upload file.
 The default host is configurable, along with:
 .
  * the upload method,
  * queue and incoming directories,
  * file modes,
  * keyrings for allowed signatures,
  * list of .changes distributions allowed or blocked from upload,
  * whether to send announcement mails or to delegate that to the remote host,
  * and it can be further extended via pre- and post-uploads hooks.
 .
 The following hooks are configured out-of-the box, depending on the remote
 host to use:
 .
  * OpenPGP checks.
  * Debian source-only upload checks.
  * Debian security queue upload confirmation.
  * Debian ongoing transition checks.
  * Debian dinstall next run time notification.
 .
 This tool is intended mainly for people maintaining Debian packages, but
 not necessarily only for the Debian archive.