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/rules | |
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/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b56b152..eb737a5 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ binary-indep: build dh_testdir dh_testroot dh_clean -k - $(MAKE) install PREFIX=debian/etckeeper + $(MAKE) install DESTDIR=debian/etckeeper dh_installdocs README TODO dh_installexamples dh_installchangelogs |