diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 409d84326..e6cbbce97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ git-annex (5.20141126) UNRELEASED; urgency=medium * pre-commit: Block partial commit of unlocked annexed file, since that left a typechange staged in index due to some infelicity of git's handling of partial commits. + * Debian package is now maintained by Gergely Nagy. -- Joey Hess <joeyh@debian.org> Mon, 10 Nov 2014 15:31:55 -0400 diff --git a/debian/control b/debian/control index 4cfccaaa1..4270f2b28 100644 --- a/debian/control +++ b/debian/control @@ -75,7 +75,7 @@ Build-Depends: openssh-client, git-remote-gcrypt (>= 0.20130908-6), llvm-3.4 [armel armhf], -Maintainer: Joey Hess <joeyh@debian.org> +Maintainer: Gergely Nagy <algernon@madhouse-project.org> Standards-Version: 3.9.5 Vcs-Git: git://git.kitenet.net/git-annex Homepage: http://git-annex.branchable.com/ |