File: control

package info (click to toggle)
etckeeper 1.18.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,232 kB
  • sloc: sh: 1,208; python: 111; makefile: 107; ansic: 81
file content (32 lines) | stat: -rw-r--r-- 1,188 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
Source: etckeeper
Section: admin
Priority: optional
Build-Depends: debhelper-compat (= 12),
               bats,
               bzr,
               dh-python,
               fakeroot,
               git,
               python3:any,
Maintainer: Antoine Beaupré <anarcat@debian.org>
Standards-Version: 4.4.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/etckeeper.git
Vcs-Browser: https://salsa.debian.org/debian/etckeeper
Homepage: https://etckeeper.branchable.com/

Package: etckeeper
Architecture: all
Depends: git | mercurial | brz | darcs,
         ${misc:Depends},
         ${python3:Depends},
Recommends: cron-daemon
Suggests: sudo
Description: store /etc in git, mercurial, brz or darcs
 The etckeeper program is a tool to let /etc be stored in a git, mercurial,
 brz or darcs repository. It hooks into APT to automatically commit changes
 made to /etc during package upgrades. It tracks file metadata that version
 control systems do not normally support, but that is important for /etc, such
 as the permissions of /etc/shadow. It's quite modular and configurable, while
 also being simple to use if you understand the basics of working with version
 control.