[Git][debian-gis-team/sosi2osm][master] Add patch by Helmut Grohne to fix FTCBFS. (closes: #932065)
Bas Couwenberg
gitlab at salsa.debian.org
Sun Jul 14 17:21:25 BST 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / sosi2osm
Commits:
ca6f0536 by Bas Couwenberg at 2019-07-14T16:21:16Z
Add patch by Helmut Grohne to fix FTCBFS. (closes: #932065)
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/cross.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+sosi2osm (1.0.0-7) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Add patch by Helmut Grohne to fix FTCBFS.
+ (closes: #932065)
+
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 14 Jul 2019 18:20:34 +0200
+
sosi2osm (1.0.0-6) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/cross.patch
=====================================
@@ -0,0 +1,18 @@
+Description: Fix cross build from source.
+Author: Helmut Grohne <helmut at subdivi.de>
+Bug-Debian: https://bugs.debian.org/932065
+
+--- sosi2osm-1.0.0.orig/Makefile
++++ sosi2osm-1.0.0/Makefile
+@@ -1,8 +1,9 @@
+ PROGNAME=sosi2osm
+ OBJFILES=sosi2osm.o sosi.o tag.o node.o
+
+-CPPFLAGS := $(CPPFLAGS) `pkg-config --cflags lua5.1-c++ fyba` -DLINUX -DUNIX -g
+-LDFLAGS := $(LDFLAGS) -lproj `pkg-config --libs lua5.1-c++ fyba`
++PKG_CONFIG ?= pkg-config
++CPPFLAGS := $(CPPFLAGS) `$(PKG_CONFIG) --cflags lua5.1-c++ fyba` -DLINUX -DUNIX -g
++LDFLAGS := $(LDFLAGS) -lproj `$(PKG_CONFIG) --libs lua5.1-c++ fyba`
+
+ all: $(PROGNAME)
+
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@
02_fix_install.patch
std-max.patch
spelling-errors.patch
+cross.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/sosi2osm/commit/ca6f05361450dd667726a57a1685fe634092b031
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/sosi2osm/commit/ca6f05361450dd667726a57a1685fe634092b031
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/20190714/5654f3e6/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list