diff options
author | Christian Perrier <bubulle@debian.org> | 2008-01-04 15:18:42 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-04 15:18:42 -0500 |
commit | 08a0b56f9e9d5971648eec0bfd67c86f9be805bc (patch) | |
tree | 906bc6c488d89914d09e6c3966728f83c12c13ad /debian/control | |
parent | 645968fd8c114d54a83f1993b53f40a2140c9006 (diff) |
General update after the debconf review process
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 b36b606..e908d28 100644 --- a/debian/control +++ b/debian/control @@ -12,10 +12,9 @@ Architecture: all Section: admin Depends: metastore, git-core, ${misc:Depends}, debconf | debconf-2.0 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. - |