File: control

package info (click to toggle)
apt-dater 1.0.4-8.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,160 kB
  • sloc: ansic: 6,668; sh: 799; xml: 491; makefile: 162; perl: 128; sed: 16
file content (33 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (2)
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
Source: apt-dater
Section: admin
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper-compat (= 13),
 libpopt-dev,
 libglib2.0-dev,
 libncurses-dev,
 tcl-dev,
 libconfig-dev,
 xxd,
 libxml2-dev
Homepage: https://github.com/DE-IBH/apt-dater
Rules-Requires-Root: no
Standards-Version: 4.6.2

Package: apt-dater
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${perl:Depends},
 libxml-writer-perl,
 libglib-perl,
 tmux,
 lockfile-progs | procmail,
 openssh-client
Suggests: apt-dater-host,
 xsltproc
Description: terminal-based remote package update manager
 apt-dater provides an easy to use ncurses frontend for managing package
 updates on a large number of remote hosts using SSH and apt-dater-host.
 It supports Debian-based managed hosts as well as openSUSE and CentOS based
 systems.