#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_nostrip.dpatch by  <gregor+debian@comodo.priv.at>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Don't strip binary during install.

@DPATCH@
diff -urNad rexima~/Makefile rexima/Makefile
--- rexima~/Makefile	2007-08-03 16:12:35.000000000 +0200
+++ rexima/Makefile	2007-08-14 21:35:33.000000000 +0200
@@ -23,7 +23,7 @@
 	/bin/sh ./mkinstalldirs $(BINDIR) $(MANDIR)
 
 install: rexima installdirs
-	install -s -m 755 rexima $(BINDIR)
+	install -m 755 rexima $(BINDIR)
 	install -m 644 rexima.1 $(MANDIR)
 
 uninstall:
