monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] org.debian.monotone: 93247bb16d0a2ed9d04fe049a9


From: code
Subject: [Monotone-commits-diffs] org.debian.monotone: 93247bb16d0a2ed9d04fe049a905bf84faa0f9aa
Date: Mon, 11 Mar 2013 21:54:21 +0100 (CET)

revision:            93247bb16d0a2ed9d04fe049a905bf84faa0f9aa
tag:                 debian-monotone-1.0-2
date:                2011-04-30T03:04:48
author:              Francis Russell <address@hidden>
branch:              org.debian.monotone
changelog:
Disable parallel builds to avoid infinite loop in make.

manifest:
format_version "1"

new_manifest [9f93c490585dcfd2fb0b121f974bab86687b6335]

old_revision [1d57bdd42db572a5d98025871f0096c4a0e86d57]

patch "changelog"
 from [d7f92dadf5fe2ecfd9672b11bdc9d04448fdd69f]
   to [0e44827a13a2f402b654f75fb327be317eadf1e1]

patch "rules"
 from [30cd3012c7c46422bff2988de9fdd5f44a1eddf8]
   to [b4c6807a480b24b9b6e08bca2f74d877e761d95b]
============================================================
--- changelog	d7f92dadf5fe2ecfd9672b11bdc9d04448fdd69f
+++ changelog	0e44827a13a2f402b654f75fb327be317eadf1e1
@@ -1,8 +1,10 @@ monotone (1.0-2) unstable; urgency=low
 monotone (1.0-2) unstable; urgency=low
 
   * debian/watch: also check for bzip2 compressed monotone releases.
+  * debian/rules: disable parallel builds since they have been observed
+    to cause make to enter an infinite loop (closes: #623734).
 
- -- Francis Russell <address@hidden>  Sun, 17 Apr 2011 00:53:18 +0100
+ -- Francis Russell <address@hidden>  Sat, 30 Apr 2011 03:57:31 +0100
 
 monotone (1.0-1) unstable; urgency=low
 
============================================================
--- rules	30cd3012c7c46422bff2988de9fdd5f44a1eddf8
+++ rules	b4c6807a480b24b9b6e08bca2f74d877e761d95b
@@ -48,8 +48,12 @@ export DH_VERBOSE=1
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
+# It is desirable to be able to pass the "--parallel" option to dh.
+# Unfortunately, parallel builds of monotone currently cause make to
+# enter an infinite loop. When the cause has been determined and
+# resolved, this option should be re-enabled.
 %:
-	dh $@ --parallel --with=bash_completion
+	dh $@ --with=bash_completion
 
 override_dh_auto_configure:
 	debian/nofakeroot dh_auto_configure

reply via email to

[Prev in Thread] Current Thread [Next in Thread]