Merge lp:~jconti/ubuntu/precise/alsa-tools/fix_891390 into lp:ubuntu/precise/alsa-tools

Proposed by Jason Conti
Status: Merged
Merge reported by: Marc Deslauriers
Merged at revision: not available
Proposed branch: lp:~jconti/ubuntu/precise/alsa-tools/fix_891390
Merge into: lp:ubuntu/precise/alsa-tools
Diff against target: 28 lines (+9/-1)
2 files modified
debian/changelog (+8/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~jconti/ubuntu/precise/alsa-tools/fix_891390
Reviewer Review Type Date Requested Status
Marc Deslauriers Approve
Ubuntu branches Pending
Review via email: mp+88936@code.launchpad.net

Description of the change

debian/patches/cb40769c-hdsp-massive-fixes.patch makes some changes to hdspmixer/src/Makefile.am which are causing the build to fail since automake/autoconf aren't available. This branch just adds a build-dep on dh_autoreconf so those packages get pulled in and hdspmixer builds successfully.

To post a comment you must log in.
Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Looks good, ACK.

Thanks!

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 2011-10-25 14:55:34 +0000
3+++ debian/changelog 2012-01-17 20:57:14 +0000
4@@ -1,3 +1,11 @@
5+alsa-tools (1.0.24.1-2ubuntu2) precise; urgency=low
6+
7+ * debian/control:
8+ - Add build-dep on dh-autoreconf so the changes in
9+ cb40769c-hdsp-massive-fixes.patch build. (LP: #891390)
10+
11+ -- Jason Conti <jason.conti@gmail.com> Tue, 17 Jan 2012 15:08:38 -0500
12+
13 alsa-tools (1.0.24.1-2ubuntu1) precise; urgency=low
14
15 [ Daniel T Chen ]
16
17=== modified file 'debian/control'
18--- debian/control 2011-10-25 14:55:34 +0000
19+++ debian/control 2012-01-17 20:57:14 +0000
20@@ -6,7 +6,7 @@
21 Uploaders: Jordi Mallach <jordi@debian.org>,
22 Mikael Magnusson <mikma@users.sourceforge.net>,
23 Elimar Riesebieter <riesebie@lxtec.de>
24-Build-Depends: debhelper (>= 8), autotools-dev,
25+Build-Depends: debhelper (>= 8), autotools-dev, dh-autoreconf,
26 libasound2-dev (>= 1.0.24.1), libfltk1.1-dev, libgtk2.0-dev,
27 libqt3-mt-dev (>= 3:3.3.4-4)
28 Standards-Version: 3.9.2

Subscribers

People subscribed via source and target branches

to all changes: