[gosmore] 01/04: Acknowledge NMU from Kai Lüke

Ross Gammon ross-guest at moszumanska.debian.org
Mon Sep 14 20:01:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository gosmore.

commit efa6d556e5fb15546e685ec12ddec3b096227815
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Mon Sep 14 20:46:03 2015 +0200

    Acknowledge NMU from Kai Lüke
---
 debian/changelog                       |  9 +++++++++
 debian/patches/no-strict-overflow.diff | 17 +++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bd30514..cb11065 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,15 @@ gosmore (0.0.0.20150815-1) UNRELEASED; urgency=medium
 
  -- Ross Gammon <rossgammon at mail.dk>  Sat, 15 Aug 2015 23:22:09 +0200
 
+gosmore (0.0.0.20100711-2.1) unstable; urgency=low
+
+  * Non-Maintainer Upload to fix RC bug
+  * Applied patch from Ubuntu (LP: #937088), restricting compiler
+    optimization with -fno-strict-overflow to fix starting with an endless loop.
+    (closes: #652084)
+
+ -- Kai Lüke <kailueke at riseup.net>  Fri, 14 Sep 2012 16:29:04 +0200
+
 gosmore (0.0.0.20100711-2) unstable; urgency=low
 
   * Moved repository to git.
diff --git a/debian/patches/no-strict-overflow.diff b/debian/patches/no-strict-overflow.diff
new file mode 100644
index 0000000..a27326d
--- /dev/null
+++ b/debian/patches/no-strict-overflow.diff
@@ -0,0 +1,17 @@
+Description: disable optimizations based on strict overflow
+ some part of the code gets miscompiled to an infinite loop on startup
+Author: Julian Taylor <jtaylor at ubuntu.com>
+Bug: https://trac.openstreetmap.org/ticket/4450
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652084
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gosmore/+bug/937088
+--- gosmore.orig/Makefile.in
++++ gosmore/Makefile.in
+@@ -9,7 +9,7 @@
+ bindir = $(prefix)/bin
+ datarootdir = $(prefix)/share
+ 
+-CFLAGS=-O2 -DRES_DIR=\"$(prefix)/share/gosmore/\"
++CFLAGS=-O2 -DRES_DIR=\"$(prefix)/share/gosmore/\" -fno-strict-overflow
+ WARNFLAGS= -W -Wall
+ 
+ #"------------------------ Compiling with cegcc : ---------------------------
diff --git a/debian/patches/series b/debian/patches/series
index a453926..be435ca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 curl_types.h
+no-strict-overflow.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gosmore.git



More information about the Pkg-grass-devel mailing list