Bug#726455: geos: config.guess/config.sub out of date for arm64
Colin Watson
cjwatson at ubuntu.com
Tue Oct 15 22:10:52 UTC 2013
Package: geos
Version: 3.3.3-1.1
Severity: important
Tags: patch
User: debian-arm at lists.debian.org
Usertags: arm64
geos' config.guess/config.sub are out of date for the forthcoming arm64
port. The current package almost has working code to auto-update this,
but it needs an additional build-dependency on autotools-dev to be
effective out of the box.
* Build-depend on autotools-dev so that the config.guess/config.sub update
code in debian/rules works properly.
diff -Nru geos-3.3.3/debian/control geos-3.3.3/debian/control
--- geos-3.3.3/debian/control 2012-07-11 04:38:26.000000000 +0100
+++ geos-3.3.3/debian/control 2013-10-15 23:05:16.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 9), doxygen, swig, ruby1.8, ruby1.8-dev
+Build-Depends: debhelper (>= 9), doxygen, swig, ruby1.8, ruby1.8-dev, autotools-dev
Build-Conflicts: ruby1.9.1, ruby1.9.1-dev
Standards-Version: 3.9.3
Homepage: http://trac.osgeo.org/geos/
diff -Nru geos-3.3.3/debian/control.in geos-3.3.3/debian/control.in
--- geos-3.3.3/debian/control.in 2012-07-11 04:39:02.000000000 +0100
+++ geos-3.3.3/debian/control.in 2013-10-15 23:05:10.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 9), doxygen, swig, ruby1.8, ruby1.8-dev
+Build-Depends: debhelper (>= 9), doxygen, swig, ruby1.8, ruby1.8-dev, autotools-dev
Build-Conflicts: ruby1.9.1, ruby1.9.1-dev
Standards-Version: 3.9.3
Homepage: http://trac.osgeo.org/geos/
Thanks,
--
Colin Watson [cjwatson at ubuntu.com]
More information about the Pkg-grass-devel
mailing list