Merge lp:~didrocks/indicator-location/small-rules-simplification into lp:indicator-location/13.10

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 38
Merged at revision: 38
Proposed branch: lp:~didrocks/indicator-location/small-rules-simplification
Merge into: lp:indicator-location/13.10
Diff against target: 13 lines (+1/-4)
1 file modified
debian/rules (+1/-4)
To merge this branch: bzr merge lp:~didrocks/indicator-location/small-rules-simplification
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+175737@code.launchpad.net

Commit message

small simplification of debian/rules

Description of the change

small simplification of debian/rules

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Ok! Simplification is nice. Let's update the wiki as well!

review: Approve

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-26 18:40:45 +0000
3+++ debian/rules 2013-07-19 06:20:36 +0000
4@@ -6,8 +6,5 @@
5 override_dh_autoreconf:
6 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
7
8-override_dh_install:
9- dh_install --fail-missing
10-
11 %:
12- dh $@ --with autoreconf
13+ dh $@ --with autoreconf --fail-missing

Subscribers

People subscribed via source and target branches