Merge lp:~ted/libappindicator/custom-clean into lp:libappindicator/13.04

Proposed by Ted Gould
Status: Merged
Approved by: Allan LeSage
Approved revision: 266
Merged at revision: 246
Proposed branch: lp:~ted/libappindicator/custom-clean
Merge into: lp:libappindicator/13.04
Prerequisite: lp:~cyphermox/libappindicator/inline
Diff against target: 13 lines (+4/-0)
1 file modified
debian/rules (+4/-0)
To merge this branch: bzr merge lp:~ted/libappindicator/custom-clean
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Indicator Applet Developers Pending
Review via email: mp+137909@code.launchpad.net

Commit message

Adding a custom clean rule to the inline packaging.

Description of the change

Trying to override clean so that it doesn't need the CLI depends.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
lp:~ted/libappindicator/custom-clean updated
266. By Ted Gould

Trying to be more direct

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 2012-12-04 17:05:26 +0000
3+++ debian/rules 2012-12-04 17:05:27 +0000
4@@ -17,6 +17,10 @@
5 %:
6 dh $@ --with autoreconf,python2,cli,gir
7
8+# Note: No cli here so that the pbuilder stuff works
9+clean:
10+ dh_clean
11+
12 override_dh_autoreconf:
13 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
14

Subscribers

People subscribed via source and target branches