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
=== modified file 'debian/changelog'
--- debian/changelog 2011-06-25 14:00:58 +0000
+++ debian/changelog 2011-08-13 14:55:23 +0000
@@ -1,3 +1,13 @@
1geoip (1.4.8+dfsg-1ubuntu1) natty; urgency=low
2
3 * Fix FTBFS because of misconfigured libtool library (LP: #824673)
4 - debian/control: added libtool and dh-autoreconf to build
5 dependencies.
6 - debian/rules: include autoreconf rules to reconfigure
7 sources properly.
8
9 -- Sebastian Carneiro <scarneiro@fibertel.com.ar> Sat, 13 Aug 2011 10:52:40 -0300
10
1geoip (1.4.8+dfsg-1) unstable; urgency=low11geoip (1.4.8+dfsg-1) unstable; urgency=low
212
3 * New upstream release.13 * New upstream release.
414
=== modified file 'debian/control'
--- debian/control 2011-04-30 16:12:59 +0000
+++ debian/control 2011-08-13 14:55:23 +0000
@@ -2,12 +2,15 @@
2Section: net2Section: net
3Priority: optional3Priority: optional
4Homepage: http://www.maxmind.com/4Homepage: http://www.maxmind.com/
5Maintainer: Patrick Matthäi <pmatthaei@debian.org>5Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
6XSBC-Original-Maintainer: Patrick Matthäi <pmatthaei@debian.org>
6Build-Depends: debhelper (>= 7),7Build-Depends: debhelper (>= 7),
7 cdbs,8 cdbs,
8 chrpath,9 chrpath,
9 zlib1g-dev,10 zlib1g-dev,
10 autotools-dev,11 autotools-dev,
12 libtool,
13 dh-autoreconf,
11 hardening-wrapper14 hardening-wrapper
12Standards-Version: 3.9.215Standards-Version: 3.9.2
1316
1417
=== modified file 'debian/rules'
--- debian/rules 2011-04-30 16:12:59 +0000
+++ debian/rules 2011-08-13 14:55:23 +0000
@@ -2,8 +2,9 @@
22
3export DEB_BUILD_HARDENING=13export DEB_BUILD_HARDENING=1
44
5include /usr/share/cdbs/1/rules/autoreconf.mk
6include /usr/share/cdbs/1/class/autotools.mk
5include /usr/share/cdbs/1/rules/debhelper.mk7include /usr/share/cdbs/1/rules/debhelper.mk
6include /usr/share/cdbs/1/class/autotools.mk
78
8# Add here any variable or target overrides you need.9# Add here any variable or target overrides you need.
9DEB_CONFIGURE_SYSCONFDIR := /etc10DEB_CONFIGURE_SYSCONFDIR := /etc

Subscribers

People subscribed via source and target branches