Merge lp:~sil2100/ubuntu-geoip/simplify_missing into lp:ubuntu-geoip

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 39
Merged at revision: 39
Proposed branch: lp:~sil2100/ubuntu-geoip/simplify_missing
Merge into: lp:ubuntu-geoip
Diff against target: 15 lines (+1/-4)
1 file modified
debian/rules (+1/-4)
To merge this branch: bzr merge lp:~sil2100/ubuntu-geoip/simplify_missing
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Didier Roche-Tolomelli Approve
Review via email: mp+175841@code.launchpad.net

Commit message

Simplify --fail-missing

Description of the change

Simplify --fail-missing

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

In love!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
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-07-09 16:12:07 +0000
3+++ debian/rules 2013-07-19 14:08:28 +0000
4@@ -3,10 +3,7 @@
5 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
6
7 %:
8- dh $@ --with autoreconf
9+ dh $@ --with autoreconf --fail-missing
10
11 override_dh_autoreconf:
12 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
13-
14-override_dh_install:
15- dh_install --fail-missing

Subscribers

People subscribed via source and target branches