diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 47afcfa..708f929 100644 --- a/debian/control +++ b/debian/control @@ -12,10 +12,9 @@ Architecture: all Section: admin Depends: metastore, git-core (>= 1:1.5.3.4), ${misc:Depends} Description: store /etc in git - etckeeper is a collection of tools to let /etc be stored in a git - repository. It hooks into apt to automatically commit changes made to /etc - during package upgrades. It uses `metastore` to track file metadata that + The etckeeper program is a tool to let /etc be stored in a git + repository. It hooks into APT to automatically commit changes made to /etc + during package upgrades. It uses 'metastore' to track file metadata that git does not normally support, but that is important for /etc, such as the - permissions of `/etc/shadow`. It's quite modular and configurable, while + permissions of /etc/shadow. It's quite modular and configurable, while also being simple to use if you understand the basics of working with git. - |