diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-25 19:10:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-25 19:10:16 -0400 |
commit | b157bb239385be4ea2883c1419be98af51ff5dfd (patch) | |
tree | 5caafa347434ee010218d51c63e7374a3aa630bb /debian/control | |
parent | 72fc4fc6977e1642df5246ea80b69dbcdd3206d4 (diff) | |
parent | f8ccc8f93ecaacb7db2633319d15cc5441fa7bad (diff) |
Use git add -A, which automatically removes deleted files, and avoids a separate call to git add -u. Thanks to Miklos Vajna, whose patch in 2008 was deferred because -A was then too new, and languished in a branch until found today.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 71089d9..c578d82 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: http://kitenet.net/~joey/code/etckeeper/ Package: etckeeper Architecture: all Section: admin -Depends: git-core (>= 1:1.5.4) | git (>= 1:1.7) | mercurial | bzr (>= 1.5~) | darcs, ${misc:Depends} +Depends: git (>= 1:1.7) | mercurial | bzr (>= 1.5~) | darcs, ${misc:Depends} Recommends: cron Suggests: sudo (>= 1.7.4p4) Conflicts: bzr (<< 1.5~) |