Merge lp:~blueyed/byobu/readd-debian-rules-autoconf into lp:byobu

Proposed by Daniel Hahler
Status: Merged
Merged at revision: 1887
Proposed branch: lp:~blueyed/byobu/readd-debian-rules-autoconf
Merge into: lp:byobu
Diff against target: 15 lines (+8/-0)
1 file modified
debian/rules (+8/-0)
To merge this branch: bzr merge lp:~blueyed/byobu/readd-debian-rules-autoconf
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+90859@code.launchpad.net
To post a comment you must log in.

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-01-30 23:59:17 +0000
3+++ debian/rules 2012-01-31 13:16:32 +0000
4@@ -4,3 +4,11 @@
5
6 override_dh_perl:
7 dh_perl -d
8+
9+autoconf: clean
10+ dh_testdir
11+ cp debian/changelog ChangeLog
12+ aclocal
13+ automake --add-missing --copy
14+ autoconf
15+

Subscribers

People subscribed via source and target branches