[Debian-med-packaging] Bug#747421: camitk: please enable parallel building
Aurelien Jarno
aurel32 at debian.org
Thu May 8 13:08:11 UTC 2014
Source: camitk
Version: 3.2.2-2
Severity: wishlist
Tags: patch
camitk takes some time to build (more than 1 hour on fast
architectures), and thus would benefit from parallel building, saving
some buildd time. Given the package uses dh and cmake, the change is
quite easy:
--- camitk-3.2.2/debian/rules
+++ camitk-3.2.2/debian/rules
@@ -44,7 +44,7 @@
-DCAMITK_DICOM_INCOMPLETE_SUPPORT:BOOL=ON
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
Could you please enable parallel building in the next upload? Thanks in
advance.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
More information about the Debian-med-packaging
mailing list