debian: remove custom parallel compilation
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Tue, 25 Aug 2015 16:01:51 +0000 (16:01 +0000)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Mon, 16 Nov 2015 17:25:08 +0000 (18:25 +0100)
commite267e167db3056f5c26facfaa3a8b6a310138623
tree64f68b9c43f5930fa07ad4ea7991f437df75dfa8
parent2855682bd37b72a22a4a7e5de3469c615fb15bbe
debian: remove custom parallel compilation

In order to build a debian package with upstream source, the user should
do

  ./autogen.sh
  cp -a debian.upstream debian
  debuild -eDEB_BUILD_OPTIONS="parallel=8" -us -uc -b

The environment variable DEB_BUILD_OPTIONS="parallel=8" is the canonical
way to make a parallel build (-j8 in this case).

This commit removes the script in debian/rules that detects the number of
cpus, requested by the environment variable DEBIAN_BUILD_NCPUS, which is not
official in debian.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
https://bugzilla.gnome.org/show_bug.cgi?id=754087
debian.upstream/rules