[Git][debian-gis-team/grass][master] 2 commits: Fix --with-mysql-includes option with multiple include directories.
Bas Couwenberg
gitlab at salsa.debian.org
Tue Dec 25 20:09:03 GMT 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits:
df80e882 by Bas Couwenberg at 2018-12-25T19:42:19Z
Fix --with-mysql-includes option with multiple include directories.
- - - - -
7e413b07 by Bas Couwenberg at 2018-12-25T19:42:32Z
Set distribution to unstable.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,10 @@
-grass (7.4.3-2) UNRELEASED; urgency=medium
+grass (7.4.3-2) unstable; urgency=medium
* Also strip .note section from binaries.
* Bump Standards-Version to 4.3.0, changes: strip binaries.
+ * Fix --with-mysql-includes option with multiple include directories.
- -- Bas Couwenberg <sebastic at debian.org> Sun, 23 Dec 2018 12:08:06 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 25 Dec 2018 20:42:22 +0100
grass (7.4.3-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -100,7 +100,7 @@ override_dh_auto_configure: templates
--with-liblas=/usr/bin/liblas-config \
--with-motif \
--with-mysql \
- --with-mysql-includes=$(shell mysql_config --include | sed -e 's/-I//') \
+ --with-mysql-includes="$(shell mysql_config --include | sed -e 's/-I//g')" \
--with-netcdf \
--with-nls \
--with-odbc \
View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/compare/672d7cadc7adb37f63155e65d0266c1c954d006a...7e413b074de885827b45f41929596bb24d9c1b97
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/compare/672d7cadc7adb37f63155e65d0266c1c954d006a...7e413b074de885827b45f41929596bb24d9c1b97
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20181225/123c4468/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list