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
=== modified file 'debian/rules'
--- debian/rules 2012-12-04 17:05:26 +0000
+++ debian/rules 2012-12-04 17:05:27 +0000
@@ -17,6 +17,10 @@
17%:17%:
18 dh $@ --with autoreconf,python2,cli,gir18 dh $@ --with autoreconf,python2,cli,gir
1919
20# Note: No cli here so that the pbuilder stuff works
21clean:
22 dh_clean
23
20override_dh_autoreconf:24override_dh_autoreconf:
21 NOCONFIGURE=1 dh_autoreconf ./autogen.sh25 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
2226

Subscribers

People subscribed via source and target branches