ohsewon / test

0 stars 0 forks source link

[PR][CLOSED] [debuild/pdebuild] Enable a parallel build by default #291

Closed ohsewon closed 6 years ago

ohsewon commented 6 years ago

Issue by geunsik-lim Tuesday Jul 17, 2018 at 05:06 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/pull/291


This commit is to enable a parallel build for debuild command by default.

According to debhelper manual: If your package can be built in parallel, please either use compat 10 or pass --parallel to dh. Then dpkg-buildpackage -j will work.

How to evaluate:

Self assessment:

Signed-off-by: Geunsik Lim geunsik.lim@samsung.com


[Template] PR Description

In general, github system automatically copies your commit message for your convenience. Please remove unused part of the template after writing your own PR description with this template.

$ git commit -s filename1 filename2 ... [enter]

Summarize changes in around 50 characters or less

More detailed explanatory text, if necessary. Wrap it to about 72
characters or so. In some contexts, the first line is treated as the
subject of the commit and the rest of the text as the body. The
blank line separating the summary from the body is critical;
various tools like `log`, `shortlog` and `rebase` can get confused 
if you run the two together.

Further paragraphs come after blank lines.

**Changes proposed in this PR:**
- Bullet points are okay, too
- Typically a hyphen or asterisk is used for the bullet, preceded
  by a single space, with blank lines in between, but conventions vary here.

Resolves: #123
See also: #456, #789

**Self evaluation:**
1. Build test: [ ]Passed [ ]Failed [*]Skipped
2. Run test: [ ]Passed [ ]Failed [* ]Skipped

**How to evaluate:**
1. Describe how to evaluate in order to be reproduced by reviewer(s).

Add signed-off message automatically by running **$git commit -s ...** command.

$ git push origin <your_branch_name>

geunsik-lim included the following code: https://github.sec.samsung.net/STAR/nnstreamer/pull/291/commits