Source: netcdf
Version: 4.1.3-7
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org

Dear Maintainer,

Although the package netcdf builds from source on ppc64el, its *.so*
files are not generated.

Including the usage of autoreconf to the build fixes that so the package
builds and installs properly.

The patch attached, gathered from Ubuntu, created by Matthias Klose, contains
the modification aforementioned.

It contains an additional modification which is including build-depend on 
automake1.11 so autoreconf works.

Thanks.

Fernando

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru netcdf-4.1.3/debian/control netcdf-4.1.3/debian/control
--- netcdf-4.1.3/debian/control	2013-10-09 12:50:24.000000000 +0000
+++ netcdf-4.1.3/debian/control	2014-02-24 21:01:24.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <fran...@debian.org>
-Build-Depends: debhelper (>= 8), cdbs, gfortran, texinfo, zlib1g-dev, libhdf5-dev (>= 1.8.6-1~), libdap-dev, libcurl4-gnutls-dev,
+Build-Depends: debhelper (>= 8), cdbs, gfortran, texinfo, zlib1g-dev, libhdf5-dev (>= 1.8.6-1~), libdap-dev, libcurl4-gnutls-dev, dh-autoreconf, automake1.11,
  texlive-base, texlive-latex-base, libcunit1-dev
 Standards-Version: 3.9.4
 Homepage: http://www.unidata.ucar.edu/software/netcdf/
diff -Nru netcdf-4.1.3/debian/rules netcdf-4.1.3/debian/rules
--- netcdf-4.1.3/debian/rules	2013-10-09 12:35:06.000000000 +0000
+++ netcdf-4.1.3/debian/rules	2014-02-24 20:42:55.000000000 +0000
@@ -3,6 +3,10 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+export AUTOMAKE = automake-1.11
+export ACLOCAL = aclocal-1.11
+include /usr/share/cdbs/1/rules/autoreconf.mk
+
 # Add here any variable or target overrides you need.
 
 # Note that hdf5 dir has to be specified due to a bug into fortran/Makefile.am which causes
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to