summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-12-15 20:49:25 -0400
committerJoey Hess <joeyh@joeyh.name>2015-12-15 20:49:25 -0400
commita6c0ea4cf61041fad731bfceeb1e40b90db28c26 (patch)
treeef57ee21d5dc3305355a0582e322c91bf870d8b9
parentef3214bd2856e5927eda83eeab969e421ee923ea (diff)
downloadgit-repair-a6c0ea4cf61041fad731bfceeb1e40b90db28c26.tar.gz
prep release
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--git-repair.cabal2
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 60ff55d..efbd0a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,14 @@
-git-repair (1.20150107) UNRELEASED; urgency=medium
+git-repair (1.20151215) unstable; urgency=medium
* Fix insecure temporary permissions and potential denial of
service attack when creating temp dirs. Closes: #807341
* Merge from git-annex.
- -- Joey Hess <id@joeyh.name> Wed, 29 Apr 2015 14:59:40 -0400
+ -- Joey Hess <id@joeyh.name> Tue, 15 Dec 2015 20:47:59 -0400
git-repair (1.20150106) unstable; urgency=medium
- * Debian package is now maintained by Gergely Nagy.
+ * Debian package is now maintained by Richard Hartmann.
* Fix build with process 1.2.1.0.
* Merge from git-annex.
diff --git a/debian/control b/debian/control
index bf67e25..cdbef1c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
libghc-utf8-string-dev,
libghc-async-dev,
libghc-optparse-applicative-dev (>= 0.10.0)
-Maintainer: Gergely Nagy <algernon@madhouse-project.org>
+Maintainer: Richard Hartmann <richih@debian.org>
Standards-Version: 3.9.5
Vcs-Git: git://git-repair.branchable.com/
Homepage: http://git-repair.branchable.com/
diff --git a/git-repair.cabal b/git-repair.cabal
index 7bd3923..d4583ea 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -1,5 +1,5 @@
Name: git-repair
-Version: 1.20150107
+Version: 1.20151215
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>