This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental-2.1 in repository gdal.
commit 30b4785c9273fe11bc4d0422bb4ea4f8e48e1128 Author: Bas Couwenberg <[email protected]> Date: Sun Apr 3 22:02:30 2016 +0200 Drop --with-ruby=no configure option, Ruby support disabled upstream. --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cfb0ed5..0c00464 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gdal (2.1.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium * Update symbols for amd64, arm64, armel, armhf, i386, kfreebsd-{amd64,i386}, mips, mipsel, powerpc, ppc64el & s390x. + * Drop --with-ruby=no configure option, Ruby support disabled upstream. -- Bas Couwenberg <[email protected]> Sun, 03 Apr 2016 12:13:04 +0200 diff --git a/debian/rules b/debian/rules index ce30797..b32b746 100755 --- a/debian/rules +++ b/debian/rules @@ -126,7 +126,6 @@ override_dh_auto_configure: --with-java=/usr/lib/jvm/default-java \ --with-perl \ --with-python \ - --with-ruby=no \ CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)"; \ mv GDALmake.opt GDALmake.opt-$$V; \ done -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

