This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository spatialite-gui.
commit 7a29f8e453800ab8c4626a6cb6e9064cb45b3454 Author: Bas Couwenberg <[email protected]> Date: Wed Oct 18 19:10:13 2017 +0200 Don't explicitly build with GCC 6. Revert "Explicitly build with GCC 6 (FTBFS with GCC 7 not fixed yet)." This reverts commit fe7f15a61b4287145cd095222d684f1374a11372. --- debian/changelog | 1 + debian/control | 2 -- debian/rules | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index c8e911c..0eb95fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ spatialite-gui (2.0.0~devel2-8) UNRELEASED; urgency=medium * Add patch to fix FTBFS with GCC 7. (closes: #853667) + * Don't explicitly build with GCC 6. -- Bas Couwenberg <[email protected]> Wed, 18 Oct 2017 19:08:54 +0200 diff --git a/debian/control b/debian/control index a771907..f997c33 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,6 @@ Section: utils Priority: optional Build-Depends: debhelper (>= 9~), dh-autoreconf, - gcc-6, - g++-6, libcharls-dev, libfreexl-dev, libgeos-dev, diff --git a/debian/rules b/debian/rules index f4ee4d4..2c974c3 100755 --- a/debian/rules +++ b/debian/rules @@ -7,9 +7,6 @@ # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all -export CC=gcc-6 -export CXX=g++-6 - %: dh $@ \ --with autoreconf \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-gui.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

