Your message dated Tue, 27 Nov 2018 08:40:53 +0000
with message-id <5bfd0315d903d_3b722b1e1c19f0cc21...@godard.mail>
and subject line Bug #914782 in recoll fixed
has caused the Debian Bug report #914782,
regarding recoll: 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 ow...@bugs.debian.org
immediately.)


-- 
914782: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914782
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: recoll
Version: 1.24.3-2
Severity: wishlist
Tags: patch

Hi,

recoll seems to build fine with multiple build jobs when building.
Thus, my suggestion is to enable the parallel build (reading the number
of jobs from DEB_BUILD_OPTIONS, and adding it to the make invocation)
to speed up the build when requested (see also Policy ยง4.9.1).

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,10 @@ build3vers := $(shell py3versions -sv)
 #build qt5 UI
 export QT_SELECT := qt5
 
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+       NJOBS := -j $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
+
 config.status: configure
        dh_testdir
        ./configure CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
@@ -30,7 +34,7 @@ build-arch: build-stamp
 build-indep: build-stamp
 build-stamp: config.status
        dh_testdir
-       $(MAKE)
+       $(MAKE) $(NJOBS)
        touch $@
 
 clean:

--- End Message ---
--- Begin Message ---
Hello,

Bug #914782 in recoll reported by you has been fixed in the Git repository.
You can see the commit message below, and you can check the diff of the fix at:

https://salsa.debian.org/debian/recoll/commit/85ad49720b70ab1f4e3d7dcfc7ec2cd3a0de0711

------------------------------------------------------------------------
Added patch to enable parallel building. (Closes: #914782)

------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/914782

--- End Message ---

Reply via email to