Source: eureka
Version: 1.24-2
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

eureka fails to cross build from source, because make install strips
with the wrong strip. Beyond breaking cross compilation, this breaks
DEB_BUILD_OPTIONS=nostrip and generation of -dbgsym packages. It is best
to leave all stripping up to dh_strip. The attached patch makes
stripping optional and fixes all of the above. Please consider applying
it.

Helmut
--- eureka-1.24.orig/Makefile
+++ eureka-1.24/Makefile
@@ -140,7 +140,7 @@
 
 INSTALL_DIR=$(DESTDIR)$(PREFIX)/share/eureka
 
-install: stripped
+install: all
 	install -o root -m 755 $(PROGRAM) $(DESTDIR)$(PREFIX)/bin/
 	install -d $(INSTALL_DIR)/games
 	install -d $(INSTALL_DIR)/common

Reply via email to