Merge lp:~charlesk/indicator-appmenu/lp-1281659 into lp:indicator-appmenu/14.04

Proposed by Charles Kerr
Status: Merged
Approved by: Ted Gould
Approved revision: 254
Merged at revision: 254
Proposed branch: lp:~charlesk/indicator-appmenu/lp-1281659
Merge into: lp:indicator-appmenu/14.04
Diff against target: 14 lines (+2/-2)
1 file modified
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~charlesk/indicator-appmenu/lp-1281659
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+210713@code.launchpad.net

Commit message

When pruning libtool/static libraries in debian/rules' override_dh_install, use a matching pattern that actually finds the files we want to prune.

Description of the change

When pruning libtool/static libraries in debian/rules' override_dh_install, use a matching pattern that actually finds the files we want to prune.

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
Ted Gould (ted) wrote :

Ha, oops. Forgot to fix that when moving the HUD out of this package.

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 2012-11-21 15:54:36 +0000
3+++ debian/rules 2014-03-12 23:25:50 +0000
4@@ -13,8 +13,8 @@
5 --disable-static
6
7 override_dh_install:
8- find debian/indicator-appmenu -name \*.la -delete
9- find debian/indicator-appmenu -name \*.a -delete
10+ find debian/tmp -name \*.la -delete
11+ find debian/tmp -name \*.a -delete
12 dh_install --fail-missing
13
14 override_dh_auto_test:

Subscribers

People subscribed via source and target branches