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
=== modified file 'debian/changelog'
--- debian/changelog 2013-04-17 21:05:08 +0000
+++ debian/changelog 2013-06-18 11:46:31 +0000
@@ -1,9 +1,3 @@
1libappindicator (12.10.1daily13.04.15-0ubuntu2) UNRELEASED; urgency=low
2
3 * debian/rules: drop the "clean" target, it's superfluous.
4
5 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 09 Apr 2013 16:06:45 -0400
6
7libappindicator (12.10.1daily13.04.15-0ubuntu1) raring; urgency=low1libappindicator (12.10.1daily13.04.15-0ubuntu1) raring; urgency=low
82
9 * Automatic snapshot from revision 2613 * Automatic snapshot from revision 261
104
=== modified file 'debian/rules'
--- debian/rules 2013-04-09 20:07:52 +0000
+++ debian/rules 2013-06-18 11:46:31 +0000
@@ -17,6 +17,11 @@
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_autoreconf_clean
23 dh_clean
24
20override_dh_autoreconf:25override_dh_autoreconf:
21 NOCONFIGURE=1 dh_autoreconf ./autogen.sh26 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
2227

Subscribers

People subscribed via source and target branches