diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-04 15:23:04 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-04 15:23:04 -0500 |
commit | 6a86ec02004a194c75268e980019535c7d081ae5 (patch) | |
tree | e29187128055f1d0b4c9de14b46b6dd62c2cea04 /debian/control | |
parent | 190840812950b1c400f3c0f9b2db301b6d83dad8 (diff) | |
parent | 08a0b56f9e9d5971648eec0bfd67c86f9be805bc (diff) |
Merge branch 'debconf-l10n'
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. - |