Merge lp:~didrocks/address-book-app/small-fixes into lp:address-book-app

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 16
Merged at revision: 18
Proposed branch: lp:~didrocks/address-book-app/small-fixes
Merge into: lp:address-book-app
Diff against target: 19 lines (+1/-7)
1 file modified
debian/rules (+1/-7)
To merge this branch: bzr merge lp:~didrocks/address-book-app/small-fixes
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Łukasz Zemczak Approve
Review via email: mp+174812@code.launchpad.net

Commit message

small debian/rules simplification: distro cmake integrates a debug build in distro flags by default (-g) and add --fail-missing to dh directly

Description of the change

small debian/rules simplification: distro cmake integrates a debug build in distro flags by default (-g) and add --fail-missing to dh directly

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

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-27 22:51:13 +0000
3+++ debian/rules 2013-07-15 16:20:32 +0000
4@@ -5,14 +5,8 @@
5 # Uncomment this to turn on verbose mode.
6 #export DH_VERBOSE=1
7
8-override_dh_install:
9- dh_install --fail-missing
10-
11 %:
12- dh $@ --parallel --with translations
13-
14-override_dh_auto_configure:
15- dh_auto_configure -- -DCMAKE_BUILD_TYPE=Debug
16+ dh $@ --parallel --fail-missing --with translations
17
18 override_dh_translations:
19 # Override dh_translations to work around http://pad.lv/1183262.

Subscribers

People subscribed via source and target branches