After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754087 - debian: remove custom parallel compilation
debian: remove custom parallel compilation
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other All
: Low enhancement
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 755525
 
 
Reported: 2015-08-25 16:17 UTC by Víctor Manuel Jáquez Leal
Modified: 2015-11-16 17:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
debian: remove custom parallel compilation (1.65 KB, patch)
2015-08-25 16:17 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2015-08-25 16:17:12 UTC
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>
Comment 1 Víctor Manuel Jáquez Leal 2015-08-25 16:17:17 UTC
Created attachment 309975 [details] [review]
debian: remove custom parallel compilation
Comment 2 Víctor Manuel Jáquez Leal 2015-11-16 17:29:23 UTC
Attachment 309975 [details] pushed as e267e16 - debian: remove custom parallel compilation