diff options
author | Julien Cristau <jcristau@debian.org> | 2013-07-09 20:23:15 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2013-08-11 18:14:51 +0200 |
commit | 4082fc253e44eb3f846517ac6a36c3e1b8be3e27 (patch) | |
tree | c7d9aa20cf5ee55b9300bab6dc771a12c20428a9 /debian/changelog | |
parent | d483ad18f36de0d9088943ccd0eee2d5e8308f33 (diff) | |
download | mesa-4082fc253e44eb3f846517ac6a36c3e1b8be3e27.tar.gz |
Don't run configure for different builds in parallel.
Some files get built in $srcdir, which means they're shared between our
build variants. If variant A tries to use a file while it's being
generated by variant B, things explode.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2ef33bbf7d..42a84a37e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ mesa (9.1.6-1) UNRELEASED; urgency=low + [ Andreas Boll ] * New upstream release. (Closes: #717410) * Cherry-pick commit 0dbbfa0 (mesa: Fix MESA_PATCH version) from upstream. + [ Julien Cristau ] + * Don't run configure for different builds in parallel. + -- Andreas Boll <andreas.boll.dev@gmail.com> Fri, 02 Aug 2013 12:04:47 +0200 mesa (9.1.4-1) unstable; urgency=low |