File: control

package info (click to toggle)
dphys-config 20130301~current-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 628 kB
  • ctags: 13
  • sloc: sh: 927; makefile: 50
file content (43 lines) | stat: -rw-r--r-- 1,549 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
Source: dphys-config
Section: admin
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Uploaders: Elmar S. Heeb <elmar@heebs.ch>
Build-Depends: debhelper (>= 9),
               dh-exec (>= 0.6)
Standards-Version: 3.9.8
Homepage: http://neil.franklin.ch/Projects/dphys-config/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-dphys/dphys-config.git
Vcs-Git: https://anonscm.debian.org/git/pkg-dphys/dphys-config.git

Package: dphys-config
Architecture: all
Depends: dash,
         lsb-base (>= 3.0-6),
         wget,
         ${misc:Depends}
Suggests: colordiff,
          dwdiff,
          pciutils,
          wdiff
Enhances: hobbit-client,
          xymon-client
Description: Tool to distribute config files by fetching them
 This project is aimed at automatically installing (and keeping
 update) site specific config files on many hosts, after preprocessing
 them (conditional content and include files and include sections).
 .
 It's installed on the client receiving the configuration files and
 fetches them regularly via cron-jobs or on demand from the
 commandline.
 .
 It also triggers postinstall scripts whenever their associated config
 file has been changed. It can also remove config files, including
 running an preremove script before doing so. All this is driven by an
 simple config file list.
 .
 dphys-config is capable of reporting update failure or success to a
 Xymon (formerly Hobbit) monitoring server.
 .
 dphys-config features an interactive mode and a non-interactive diff
 mode to check what would be updated.