Source: icu Version: 55.1-3.1 Severity: wishlist Tags: patch User: [email protected] Usertags: rebootstrap
After having built icu numerous times, I finally noticed that much waiting time can be saved by building it in parallel. Please consider applying the attached patch. Helmut
diff -Nru icu-55.1/debian/changelog icu-55.1/debian/changelog --- icu-55.1/debian/changelog 2015-08-03 12:22:00.000000000 +0200 +++ icu-55.1/debian/changelog 2015-08-05 00:10:01.000000000 +0200 @@ -1,3 +1,10 @@ +icu (55.1-3.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Support parallel building. (closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 05 Aug 2015 00:09:47 +0200 + icu (55.1-3.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru icu-55.1/debian/rules icu-55.1/debian/rules --- icu-55.1/debian/rules 2015-04-04 07:16:07.000000000 +0200 +++ icu-55.1/debian/rules 2015-08-05 00:09:44.000000000 +0200 @@ -1,6 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- +DEB_BUILD_PARALLEL=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall include /usr/share/dpkg/buildflags.mk

