diff options
author | Joey Hess <joey@kitenet.net> | 2010-09-11 18:17:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-11 18:17:19 -0400 |
commit | 577f128e85e886c66fe25ae5edf71bd47d9cdfd7 (patch) | |
tree | fed105f279398475e1338676b1940d1a53a4141b /debian/control | |
parent | 08a94e65720e2e89219201b152677b0fcda27479 (diff) |
Remove HOME setting in etckeeper. sudo now defaults to setting HOME itself as of version 1.7.4p4, so it is not necessary for etckeeper to work around its behavior anymore. (sudo also allows disabling that for those who enjoy using guns around feet.) Closes: #583899
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 0c7d6dd..8c7a09f 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Architecture: all Section: admin Depends: git-core (>= 1:1.5.4) | git (>= 1:1.7) | mercurial | bzr (>= 1.4~) | darcs, ${misc:Depends} Recommends: cron +Suggests: sudo (>= 1.7.4p4) Conflicts: bzr (<< 1.4~) XB-Python-Version: ${python:Versions} Description: store /etc in git, mercurial, bzr or darcs |