summaryrefslogtreecommitdiff
path: root/debian/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-04 18:03:13 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-04 18:03:13 -0500
commit2e7110a31815c500ff6de321d5c83c3c5529de53 (patch)
tree45ef1c83ff26412d0627ee9f6a0aace4151c4dfd /debian/templates
parent788ae5a34c0fad2e3c0788a745400a138d735195 (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/templates')
-rw-r--r--debian/templates6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/templates b/debian/templates
index 565c703..87f634b 100644
--- a/debian/templates
+++ b/debian/templates
@@ -11,10 +11,10 @@ Template: etckeeper/unclean
Type: boolean
Default: true
#flag:translate!:3
-_Description: Commit changed files in /etc to git?
+_Description: Commit changed files in /etc to ${VCS}?
The /etc directory contains uncommitted files
or other changes. It's best for all files in /etc to be committed
- to git before running APT. Added and changed files listed below can
+ to ${VCS} before running APT. Added and changed files listed below can
be committed automatically:
.
${STATUS}
@@ -22,7 +22,7 @@ _Description: Commit changed files in /etc to git?
Template: etckeeper/commit_failed
Type: error
_Description: Commit failed
- An attempt to commit /etc changes to git failed.
+ An attempt to commit /etc changes to ${VCS} failed.
.
You may manually resolve the issues with the uncommitted changes
before continuing.