File: control

package info (click to toggle)
apt-dater-host 1.0.1-6
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: perl: 1,202; sh: 151; makefile: 26
file content (28 lines) | stat: -rw-r--r-- 826 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: apt-dater-host
Section: admin
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper-compat (= 13)
Homepage: https://github.com/DE-IBH/apt-dater-host
Rules-Requires-Root: no
Standards-Version: 4.6.2

Package: apt-dater-host
Architecture: all
Depends: ${perl:Depends},
 ${misc:Depends},
 openssh-server,
 lsb-release,
 libimvirt-perl,
 libapt-pkg-perl
Recommends: imvirt,
 needrestart,
 sudo
Description: host helper application for apt-dater
 apt-dater provides an easy to use ncurses frontend for managing package
 updates on a large number of remote hosts using SSH.
 It supports Debian-based managed hosts as well as openSUSE and CentOS based
 systems.
 .
 This package provides the helper application for apt-dater.
 It has to be installed on every apt-dater managed host.