Your message dated Sun, 18 Feb 2018 01:37:57 +0000
with message-id <[email protected]>
and subject line Bug#759117: fixed in ffdiaporama 1.5-5
has caused the Debian Bug report #759117,
regarding ffdiaporama: please enable parallel building
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
759117: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759117
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ffdiaporama
Version: 1.5-4
Severity: wishlist
Tags: patch
Hi,
ffdiaporama seems to build fine with multiple build jobs when building.
Thus, my suggestion is to enable the parallel build (with the
--parallel option of dh) to speed up the compilation when requested
(see also Policy ยง4.9.1).
Thanks,
--
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_configure:
qmake-qt4 ffDiaporama.pro
--- End Message ---
--- Begin Message ---
Version: 1.5-5
Parallel building was enabled in ffdiaporama 1.5-5.
James
signature.asc
Description: OpenPGP digital signature
--- End Message ---