Merge lp:~sil2100/unity-lens-friends/dh_install_rm into lp:unity-lens-friends

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 67
Merged at revision: 68
Proposed branch: lp:~sil2100/unity-lens-friends/dh_install_rm
Merge into: lp:unity-lens-friends
Diff against target: 10 lines (+1/-2)
1 file modified
debian/rules (+1/-2)
To merge this branch: bzr merge lp:~sil2100/unity-lens-friends/dh_install_rm
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Sebastien Bacher Approve
Review via email: mp+178278@code.launchpad.net

Commit message

Use dh_install -X instead of rm .la

Description of the change

Use dh_install -X instead of rm .la

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

lgtm!

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-07-26 10:25:23 +0000
3+++ debian/rules 2013-08-02 12:07:26 +0000
4@@ -10,5 +10,4 @@
5 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
6
7 override_dh_install:
8- dh_install --fail-missing
9- rm -f debian/unity-lens-friends/usr/lib/*/unity/*.la
10+ dh_install --fail-missing -X.la

Subscribers

People subscribed via source and target branches

to all changes: