File: 1000-makefile-no-strip.diff

package info (click to toggle)
gpstrans 0.41-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 900 kB
  • sloc: ansic: 6,201; makefile: 158; xml: 17
file content (15 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (5)
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!"