Control: tags -1 + patch
I believe this patch fixes the issue by making sure 'make install' do
not strip the installed binary, but leave it to dh_strip to do it.
diff -ur curves-0.8.19/Makefile.in curves-0.8.19+nmu1/Makefile.in
--- curves-0.8.19/Makefile.in 2001-11-27 23:57:36.000000000 +0000
+++ curves-0.8.19+nmu1/Makefile.in 2014-02-23 08:01:40.000000000 +0000
@@ -293,7 +293,6 @@
install: installdirs $(TARGET)
# hello.info
$(INSTALL_PROGRAM) $(TARGET) $(bindir)/$(binprefix)
- strip $(bindir)/$(binprefix)/$(TARGET)
-$(INSTALL_DATA) options $(docdir)
$(INSTALL_DATA) curves.1 $(mandir)/man1
$(INSTALL_DATA) curves.5 $(mandir)/man5
--
Happy hacking
Petter Reinholdtsen
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]