diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-07 23:21:38 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-07 23:21:38 -0700 |
commit | b1d096f2926c4e37c9c0b6a7bf2119bedaa277cb (patch) | |
tree | 80f22450bfedcb04d9b78715bfe82a6ae74b6591 /debian | |
parent | 24db845c40b09c55eb810c01e7fda2f4505d35ba (diff) | |
download | git-b1d096f2926c4e37c9c0b6a7bf2119bedaa277cb.tar.gz git-b1d096f2926c4e37c9c0b6a7bf2119bedaa277cb.tar.xz |
Update Maintainer field of debian/control
My understanding is that having my name there is just as wrong
as having name of Linus, since neither of us is a debian
maintainer, but at least this would prevent people from bugging
Linus.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ae1912c1c..8bdbd731f 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: git-core Section: devel Priority: optional -Maintainer: Linus Torvalds <torvalds@osdl.org> +Maintainer: Junio C Hamano <junkio@cox.net> Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev, asciidoc > 6.0.3, xmlto, debhelper (>= 4.0.0) Standards-Version: 3.6.1 |