From: Joey Hess Date: Tue, 3 Nov 2015 16:10:01 +0000 (-0400) Subject: point release for cabal file fixes X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~324^2~117 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=61987c6983d6260226bdfd8ccc74345cf36ec775;p=git-annex.git point release for cabal file fixes Seems that some changes to the cabal file a few months ago resulted in a git-annex that broke stackage infrastructure. --- diff --git a/debian/changelog b/debian/changelog index df1fa74361..b0cb58c49d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (5.20151103) UNRELEASED; urgency=medium +git-annex (5.20151102.1) unstable; urgency=medium * Avoid installing desktop file and program file if cabal install git-annex is run as root, since that is not a systemwide install, @@ -6,7 +6,7 @@ git-annex (5.20151103) UNRELEASED; urgency=medium * When cabal install is run with the desktop file location not writable, display a warning, but continue successfully. - -- Joey Hess Tue, 03 Nov 2015 10:36:43 -0400 + -- Joey Hess Tue, 03 Nov 2015 12:08:38 -0400 git-annex (5.20151102) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 39c97e3f74..2734773165 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20151102 +Version: 5.20151102.1 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess