diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-04 18:03:13 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-04 18:03:13 -0500 |
commit | 2e7110a31815c500ff6de321d5c83c3c5529de53 (patch) | |
tree | 45ef1c83ff26412d0627ee9f6a0aace4151c4dfd /debian/control | |
parent | 788ae5a34c0fad2e3c0788a745400a138d735195 (diff) |
updates for mercurial
Changed the templates file to not hardcode 'git', and manually unfuzzied
all translations except for Vietnamese, which stumped me. A few
translations _may_ read incorrectly when VCS=hg, most should be ok.
Updated git-specific documentation, but left the tutorial git-specific.
Rename more conffiles. Joy oh, joy.
Update dependencies.
Add some more documentation about etckeeper.conf.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 708f929..8a03771 100644 --- a/debian/control +++ b/debian/control @@ -10,11 +10,12 @@ Homepage: http://kitenet.net/~joey/code/etckeeper/ Package: etckeeper Architecture: all Section: admin -Depends: metastore, git-core (>= 1:1.5.3.4), ${misc:Depends} -Description: store /etc in git - The etckeeper program is a tool to let /etc be stored in a git +Depends: metastore, git-core (>= 1:1.5.3.4) | mercurial, ${misc:Depends} +Description: store /etc in git or mercurial + The etckeeper program is a tool to let /etc be stored in a git or mercurial 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 - also being simple to use if you understand the basics of working with git. + 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. |