Package: geoip
Version: 1.4.8+dfsg-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch



*** /tmp/tmp5VkIyn
In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS because of misconfigured libtool library:
    - debian/control: added libtool and dh-autoreconf to build
      dependencies.
    - debian/rules: include autoreconf rules to reconfigure
      sources properly.


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 
'natty-proposed'), (500, 'natty')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control      2011-04-30 16:12:59 +0000
+++ debian/control      2011-08-13 13:53:15 +0000
@@ -2,12 +2,15 @@
 Section: net
 Priority: optional
 Homepage: http://www.maxmind.com/
-Maintainer: Patrick Matthäi <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Patrick Matthäi <[email protected]>
 Build-Depends: debhelper (>= 7),
  cdbs,
  chrpath,
  zlib1g-dev,
  autotools-dev,
+ libtool,
+ dh-autoreconf,
  hardening-wrapper
 Standards-Version: 3.9.2
 

=== modified file 'debian/rules'
--- debian/rules        2011-04-30 16:12:59 +0000
+++ debian/rules        2011-08-13 14:20:58 +0000
@@ -2,8 +2,9 @@
 
 export DEB_BUILD_HARDENING=1
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
+include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
 
 # Add here any variable or target overrides you need.
 DEB_CONFIGURE_SYSCONFDIR := /etc

Reply via email to