summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-16 16:51:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-16 16:51:24 -0400
commit285ee7cba10b30b3cab4eaba172f2820f1b3c179 (patch)
tree7a056dab709211c864c95d9c8e7624eccae97249 /debian
parent1ed09c93a536a2e47ec9a24ad289144069b9dc96 (diff)
Build with -j1 again to get reproducible build.
This was in the cabal file earlier, and was removed because it broke the android cross build. Moving to the git-annex target of the Makefile will make it be used for Debian packages etc but not android cross builds or make fast or when users build with cabal.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 451d1b473..79598575d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-annex (5.20151117) UNRELEASED; urgency=medium
+
+ * Build with -j1 again to get reproducible build.
+
+ -- Joey Hess <id@joeyh.name> Mon, 16 Nov 2015 16:49:34 -0400
+
git-annex (5.20151116) unstable; urgency=medium
* Use concurrent-output library when configured with -fConcurrentOutput.