[Pkg-voip-commits] r4956 - /kphone/trunk/debian/patches/Makefile-nostrip.patch

msp at alioth.debian.org msp at alioth.debian.org
Sat Dec 1 10:51:19 UTC 2007


Author: msp
Date: Sat Dec  1 10:51:19 2007
New Revision: 4956

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4956
Log:
Factor DESTDIR into nostrip.patch

Modified:
    kphone/trunk/debian/patches/Makefile-nostrip.patch

Modified: kphone/trunk/debian/patches/Makefile-nostrip.patch
URL: http://svn.debian.org/wsvn/pkg-voip/kphone/trunk/debian/patches/Makefile-nostrip.patch?rev=4956&op=diff
==============================================================================
--- kphone/trunk/debian/patches/Makefile-nostrip.patch (original)
+++ kphone/trunk/debian/patches/Makefile-nostrip.patch Sat Dec  1 10:51:19 2007
@@ -1,12 +1,12 @@
 diff -Nur kphone-1.1/kphone/Makefile.in kphone-1.1.new/kphone/Makefile.in
---- kphone-1.1/kphone/Makefile.in	2007-09-01 07:33:11.000000000 +0200
-+++ kphone-1.1.new/kphone/Makefile.in	2007-12-01 11:13:06.000000000 +0100
+--- kphone-1.1/kphone/Makefile.in	2007-12-01 11:50:08.000000000 +0100
++++ kphone-1.1.new/kphone/Makefile.in	2007-12-01 11:50:17.000000000 +0100
 @@ -81,7 +81,7 @@
  
  install:	all
- 	install --mode=0755 --directory $(BIN_DIR)
--	install --strip kpsi $(BIN_DIR)
-+	install kpsi $(BIN_DIR)
- 	install -D --mode=0644 kphone.1 $(MAN_DIR)/kphone.1
- 	install -D --mode=0644 kpsi.1 $(MAN_DIR)/kpsi.1
+ 	install --mode=0755 --directory $(DESTDIR)$(BIN_DIR)
+-	install --strip kpsi $(DESTDIR)$(BIN_DIR)
++	install kpsi $(DESTDIR)$(BIN_DIR)
+ 	install -D --mode=0644 kphone.1 $(DESTDIR)$(MAN_DIR)/kphone.1
+ 	install -D --mode=0644 kpsi.1 $(DESTDIR)$(MAN_DIR)/kpsi.1
  uninstall:




More information about the Pkg-voip-commits mailing list