[Pkg-voip-commits] r1222 - kphone/trunk/debian/patches

Mark Purcell msp at costa.debian.org
Fri Feb 3 21:57:20 UTC 2006


Author: msp
Date: 2006-02-03 21:57:19 +0000 (Fri, 03 Feb 2006)
New Revision: 1222

Added:
   kphone/trunk/debian/patches/Makefile-nostrip.diff
Log:
with patch

Added: kphone/trunk/debian/patches/Makefile-nostrip.diff
===================================================================
--- kphone/trunk/debian/patches/Makefile-nostrip.diff	2006-02-03 21:47:23 UTC (rev 1221)
+++ kphone/trunk/debian/patches/Makefile-nostrip.diff	2006-02-03 21:57:19 UTC (rev 1222)
@@ -0,0 +1,11 @@
+--- 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 




More information about the Pkg-voip-commits mailing list