Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix --with-mysql-includes option with multiple include directories.
· df80e882
Bas Couwenberg
authored
Dec 25, 2018
df80e882
Set distribution to unstable.
· 7e413b07
Bas Couwenberg
authored
Dec 25, 2018
7e413b07
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7e413b07
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@debian.org>
Sun
, 2
3
Dec 2018
12:08:06
+0100
-- Bas Couwenberg <sebastic@debian.org>
Tue
, 2
5
Dec 2018
20:42:22
+0100
grass (7.4.3-1) unstable; urgency=medium
...
...
debian/rules
View file @
7e413b07
...
...
@@ -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 \
...
...