Merge lp:~sil2100/libappindicator/revert_debian_rules into lp:libappindicator/13.04

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 265
Merged at revision: 265
Proposed branch: lp:~sil2100/libappindicator/revert_debian_rules
Merge into: lp:libappindicator/13.04
Diff against target: 28 lines (+5/-6)
2 files modified
debian/changelog (+0/-6)
debian/rules (+5/-0)
To merge this branch: bzr merge lp:~sil2100/libappindicator/revert_debian_rules
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+170050@code.launchpad.net

Commit message

Revert the debian/rules modification (revision 263)

Description of the change

Revert the debian/rules modification (revision 263). Such small irrelevant packaging changes are not SRUable, so we cannot leave them in the raring trunk.

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
Didier Roche-Tolomelli (didrocks) wrote :

looking good!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-04-17 21:05:08 +0000
3+++ debian/changelog 2013-06-18 11:46:31 +0000
4@@ -1,9 +1,3 @@
5-libappindicator (12.10.1daily13.04.15-0ubuntu2) UNRELEASED; urgency=low
6-
7- * debian/rules: drop the "clean" target, it's superfluous.
8-
9- -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 09 Apr 2013 16:06:45 -0400
10-
11 libappindicator (12.10.1daily13.04.15-0ubuntu1) raring; urgency=low
12
13 * Automatic snapshot from revision 261
14
15=== modified file 'debian/rules'
16--- debian/rules 2013-04-09 20:07:52 +0000
17+++ debian/rules 2013-06-18 11:46:31 +0000
18@@ -17,6 +17,11 @@
19 %:
20 dh $@ --with autoreconf,python2,cli,gir
21
22+# Note: No cli here so that the pbuilder stuff works
23+clean:
24+ dh_autoreconf_clean
25+ dh_clean
26+
27 override_dh_autoreconf:
28 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
29

Subscribers

People subscribed via source and target branches