Package: kphone
Version: 4.1.1-2
It doesn't really make sense to both strip binaries in the Makefile and
then using dh_strip.
Please apply the attached patch that makes it easy for users to rebuild
the package with debugging symbols preserved using only
DEB_BUILD_OPTIONS=nostrip.
Thanks,
--
/Martin
--- kphone/Makefile.in.withstrip 2005-08-10 19:58:29.633160690 +0200
+++ kphone/Makefile.in 2005-08-10 19:58:42.722158118 +0200
@@ -58,7 +58,7 @@
install: all
install --mode=0755 --directory $(DESTDIR)/$(BIN_DIR)
- install --strip kphone $(DESTDIR)/$(BIN_DIR)
+ install kphone $(DESTDIR)/$(BIN_DIR)
uninstall:
rm -f $(DESTDIR)/$(BIN_DIR)/kphone