Merge lp:~scarneiro/ubuntu/oneiric/geoip/fix-for-824673 into lp:ubuntu/oneiric/geoip

Proposed by Sebastian Carneiro
Status: Merged
Merged at revision: 31
Proposed branch: lp:~scarneiro/ubuntu/oneiric/geoip/fix-for-824673
Merge into: lp:ubuntu/oneiric/geoip
Diff against target: 53 lines (+16/-2)
3 files modified
debian/changelog (+10/-0)
debian/control (+4/-1)
debian/rules (+2/-1)
To merge this branch: bzr merge lp:~scarneiro/ubuntu/oneiric/geoip/fix-for-824673
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+71453@code.launchpad.net

Description of the change

added libtool and dh-autoreconf to build depends, and autoreconf rules to debian/rules, to fix FTBFS

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

Pretty near to what I was about to do myself before I noticed this merge request. Thanks! Could you also forward this as a Debian bug report?

review: Approve
Revision history for this message
Colin Watson (cjwatson) wrote :

(Oh, and I'll correct "natty" in the changelog to "oneiric".)

Revision history for this message
Sebastian Carneiro (scarneiro) wrote :

Thanks Colin! I will forward it to Debian.

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-06-25 14:00:58 +0000
3+++ debian/changelog 2011-08-13 14:55:23 +0000
4@@ -1,3 +1,13 @@
5+geoip (1.4.8+dfsg-1ubuntu1) natty; urgency=low
6+
7+ * Fix FTBFS because of misconfigured libtool library (LP: #824673)
8+ - debian/control: added libtool and dh-autoreconf to build
9+ dependencies.
10+ - debian/rules: include autoreconf rules to reconfigure
11+ sources properly.
12+
13+ -- Sebastian Carneiro <scarneiro@fibertel.com.ar> Sat, 13 Aug 2011 10:52:40 -0300
14+
15 geoip (1.4.8+dfsg-1) unstable; urgency=low
16
17 * New upstream release.
18
19=== modified file 'debian/control'
20--- debian/control 2011-04-30 16:12:59 +0000
21+++ debian/control 2011-08-13 14:55:23 +0000
22@@ -2,12 +2,15 @@
23 Section: net
24 Priority: optional
25 Homepage: http://www.maxmind.com/
26-Maintainer: Patrick Matthäi <pmatthaei@debian.org>
27+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
28+XSBC-Original-Maintainer: Patrick Matthäi <pmatthaei@debian.org>
29 Build-Depends: debhelper (>= 7),
30 cdbs,
31 chrpath,
32 zlib1g-dev,
33 autotools-dev,
34+ libtool,
35+ dh-autoreconf,
36 hardening-wrapper
37 Standards-Version: 3.9.2
38
39
40=== modified file 'debian/rules'
41--- debian/rules 2011-04-30 16:12:59 +0000
42+++ debian/rules 2011-08-13 14:55:23 +0000
43@@ -2,8 +2,9 @@
44
45 export DEB_BUILD_HARDENING=1
46
47+include /usr/share/cdbs/1/rules/autoreconf.mk
48+include /usr/share/cdbs/1/class/autotools.mk
49 include /usr/share/cdbs/1/rules/debhelper.mk
50-include /usr/share/cdbs/1/class/autotools.mk
51
52 # Add here any variable or target overrides you need.
53 DEB_CONFIGURE_SYSCONFDIR := /etc

Subscribers

People subscribed via source and target branches