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
|
Source: apt-dater
Section: admin
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libpopt-dev,
libglib2.0-dev,
libncursesw5-dev,
tcl8.5-dev,
libconfig-dev,
vim-common,
libxml2-dev
Homepage: http://www.ibh.de/apt-dater
Standards-Version: 3.9.8
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.
Package: apt-dater-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${misc:Depends},
apt-dater (= ${binary:Version})
Description: terminal-based remote package update manager (dbg symbols)
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 contains the debugging symbols for the apt-dater package.
|