File: control

package info (click to toggle)
kup 0.3.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 600 kB
  • sloc: perl: 1,458; sh: 89; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 993 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
Source: kup
Section: net
Priority: optional
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Uploaders: Ben Hutchings <benh@debian.org>
Build-Depends: debhelper-compat (= 12)
Rules-Requires-Root: no
Standards-Version: 4.4.1
Homepage: https://git.kernel.org/cgit/utils/kup/kup.git/
Vcs-Git: https://salsa.debian.org/kernel-team/kup.git
Vcs-Browser: https://salsa.debian.org/kernel-team/kup

Package: kup-client
Architecture: all
Depends: libconfig-simple-perl, ${perl:Depends}, ${misc:Depends}
Recommends: gnupg-agent
Description: kernel.org upload tool
 This utility is used to upload files to kernel.org and other
 systems using the same upload system (kup-server).

Package: kup-server
Architecture: all
Depends: libbsd-resource-perl, libconfig-simple-perl, git, gnupg,
 openssh-server | ssh-server, ${perl:Depends}, ${misc:Depends}
Recommends: pigz, xz-utils
Description: kernel.org upload server
 This is the upload system used on kernel.org, which runs as an SSH
 service.