Package: gpstrans / 0.41-6

01-makefile-no-strip.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Do not strip binary by default.
Author: James R. Van Zandt <jrv@debian.org>
Bug-Debian: http://bugs.debian.org/437077

--- gpstrans-0.41.orig/Makefile
+++ gpstrans-0.41/Makefile
@@ -20,7 +20,7 @@ clean:
 	@(cd src/getline ; make clean)
 
 install:
-	@strip src/gpstrans
+#	@strip src/gpstrans
 	@cp src/gpstrans debian/gpstrans/usr/bin/gpstrans
 #	@gzip -9 doc/gpstrans.1 > /usr/share/man/man1/gpstrans.1.gz
 	@echo "Installation complete!"