Control: tags 804840 + patch
Control: tags 804840 + pending

Dear maintainer^Wgames team,

I've prepared an NMU for stormbaancoureur (versioned as 2.1.6-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u stormbaancoureur-2.1.6/debian/changelog stormbaancoureur-2.1.6/debian/changelog
--- stormbaancoureur-2.1.6/debian/changelog
+++ stormbaancoureur-2.1.6/debian/changelog
@@ -1,3 +1,12 @@
+stormbaancoureur (2.1.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove remaining hard coded libode paths from Makefile including
+    a prerequisite on a system installed library with wrong path
+    (Closes: #804840) 
+
+ -- Andreas Bombe <a...@debian.org>  Sun, 22 Nov 2015 18:38:09 +0100
+
 stormbaancoureur (2.1.6-1) unstable; urgency=low
 
   [ Barry deFreese ]
diff -u stormbaancoureur-2.1.6/debian/patches/makefile.patch stormbaancoureur-2.1.6/debian/patches/makefile.patch
--- stormbaancoureur-2.1.6/debian/patches/makefile.patch
+++ stormbaancoureur-2.1.6/debian/patches/makefile.patch
@@ -1,8 +1,12 @@
 Index: stormbaancoureur-2.1.6/src-stormbaancoureur/Makefile
 ===================================================================
---- stormbaancoureur-2.1.6.orig/src-stormbaancoureur/Makefile	2009-12-03 19:59:57.000000000 -0500
-+++ stormbaancoureur-2.1.6/src-stormbaancoureur/Makefile	2009-12-03 20:00:06.000000000 -0500
-@@ -8,6 +8,8 @@
+--- stormbaancoureur-2.1.6.orig/src-stormbaancoureur/Makefile
++++ stormbaancoureur-2.1.6/src-stormbaancoureur/Makefile
+@@ -4,24 +4,26 @@ VERSION=2.1.6-generic
+ 
+ GLPREFIX=/usr
+ PLIBPREFIX=/usr
+-ODEPREFIX=/usr
  CXX=g++
  LIBDIRNAME=lib
  
@@ -11,7 +15,9 @@
  # END OF CUSTOM SETTINGS
  
  CXXFLAGS=\
-@@ -17,11 +19,13 @@
+   -I$(GLPREFIX)/include \
+-  -I$(ODEPREFIX)/include \
+   -I$(PLIBPREFIX)/include \
    -I../src-common \
    -I. \
    -DGAMEVERSION=$(VERSION) \
@@ -27,7 +33,7 @@
  
  
  OBJS=\
-@@ -39,7 +43,7 @@
+@@ -39,7 +41,7 @@ OBJS=\
  
  
  LIBS=\
@@ -38,0 +45,9 @@
+@@ -47,7 +49,7 @@ LIBS=\
+ all: stormbaancoureur
+ 
+ 
+-stormbaancoureur: $(OBJS) $(ODEPREFIX)/$(LIBDIRNAME)/libode.a
++stormbaancoureur: $(OBJS)
+ 	$(CXX) -o stormbaancoureur $(OBJS) $(LFLAGS) $(LIBS)
+ 
+ staticworldobject.o: ../src-common/staticworldobject.cxx ../src-common/staticworldobject.h ../src-common/worldobject.h

Reply via email to