Merge lp:~vicamo/ubuntu/vivid/ofono-qt/parallel-build into lp:ubuntu/vivid/ofono-qt

Proposed by You-Sheng Yang
Status: Needs review
Proposed branch: lp:~vicamo/ubuntu/vivid/ofono-qt/parallel-build
Merge into: lp:ubuntu/vivid/ofono-qt
Diff against target: 9 lines (+1/-1)
1 file modified
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~vicamo/ubuntu/vivid/ofono-qt/parallel-build
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+248216@code.launchpad.net

Description of the change

Add --parallel to dh so that one may kick off parallel build with `DEB_BUILD_OPTIONS=parallel=16 ./debian/rules binary`.

To post a comment you must log in.

Unmerged revisions

8. By You-Sheng Yang

Allow parallel build.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2013-06-04 06:39:51 +0000
3+++ debian/rules 2015-02-02 08:11:14 +0000
4@@ -23,4 +23,4 @@
5 override_dh_auto_test:
6
7 %:
8- dh $@ --with quilt
9+ dh $@ --parallel --with quilt

Subscribers

People subscribed via source and target branches