diff --git a/debian/changelog b/debian/changelog index 1face2f522..81e191b551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ git-annex (4.20130228) UNRELEASED; urgency=low * Stop depending on testpack. * Android: Enable test suite. * webapp: Only show up to 10 queued transfers. + * Several improvements to Makefile and cabal file. Thanks, Peter Simmons -- Joey Hess Wed, 27 Feb 2013 23:20:40 -0400 diff --git a/git-annex.cabal b/git-annex.cabal index c1135464e7..938b456389 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 4.20130227 +Version: 4.20130228 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess @@ -81,9 +81,6 @@ Executable git-annex if flag(Production) GHC-Options: -O2 - if flag(Fast) - GHC-Options: -O0 - if flag(TestSuite) Build-Depends: HUnit CPP-Options: -DWITH_TESTSUITE