This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository hdf4.
commit ad6fa83913b4d4671e6c4b6f6ff0c061718e1744 Author: Bas Couwenberg <[email protected]> Date: Mon Jul 31 00:47:23 2017 +0200 Enable SZIP support. (closes: #870079) --- debian/changelog | 8 ++++++++ debian/control | 1 + debian/control.in | 1 + debian/rules | 2 ++ 4 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 084597c..d472538 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libhdf4 (4.2.13-2) UNRELEASED; urgency=medium + + * Team upload. + * Enable SZIP support. + (closes: #870079) + + -- Bas Couwenberg <[email protected]> Mon, 31 Jul 2017 00:47:11 +0200 + libhdf4 (4.2.13-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index cfef361..3ba68fc 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9), chrpath, flex, gfortran, + libaec-dev, libjpeg-dev, sharutils, zlib1g-dev diff --git a/debian/control.in b/debian/control.in index c7efb3a..05d9164 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9), chrpath, flex, gfortran, + libaec-dev, libjpeg-dev, sharutils, zlib1g-dev diff --git a/debian/rules b/debian/rules index 09e46e0..931b38e 100755 --- a/debian/rules +++ b/debian/rules @@ -87,6 +87,7 @@ override_dh_auto_configure: templates --libdir=/usr/lib \ --enable-shared \ --enable-fortran \ + --with-szlib=yes \ F77="$(F77)" CC="$(CC)" CXX="$(CXX)" \ CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" @@ -99,6 +100,7 @@ override_dh_auto_configure: templates --enable-shared \ --disable-fortran \ --disable-netcdf \ + --with-szlib=yes \ CC="$(CC)" CXX="$(CXX)" \ CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

