summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2017-12-09 02:10:38 +0000
committerJames McCoy <jamessan@debian.org>2017-12-09 02:10:38 +0000
commit6104d98c0bfd871c50ee0fa35bdc6997e13aaf75 (patch)
tree11b1d3d141aa5dd7dec5540cbf6128143d7d417b /debian/changelog
parent2845fbf00465d7f623543d68a8880ce15f8e71d7 (diff)
debian/rules: Add .NOTPARALLEL to avoid races with dh_prep.
Closes: #680125
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7a8a5d4..96d8724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ subversion (1.9.7-3) UNRELEASED; urgency=medium
* debian/rules:
+ Ensure $(PY_DIR) always exists so the upstream Makefiles don't try to
recreate it, causing the build to fail.
+ + Add .NOTPARALLEL to prevent install-arch's dh_prep from deleting files
+ install-indep installed or vice-versa. Thanks to Robert McQueen for the
+ idea. (Closes: #680125)
* patches/build-fixes:
+ Stop patching out calls to serf_debug__closed_conn. This requires serf
>= 1.3.9-4 to avoid gaining invalid Depends.