Subversion Repositories ssvnc

Compare Revisions

Ignore whitespace Rev 29 → Rev 30

/ssvnc/trunk/debian/patches/series
1,2 → 1,3
confusing_-h.patch
ultraftp_path.patch
nostrip.patch
/ssvnc/trunk/debian/patches/nostrip.patch
0,0 → 1,12
Description: Don't strip ssvncviewer; let dh_strip handle that (or not, depending on build options)
 
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,6 @@ clean:
install: all
mkdir -p $(ROOT)$(PREFIX)/$(BIN) $(ROOT)$(PREFIX)/$(LIB) $(ROOT)$(PREFIX)/$(MANDIR)/man1
- strip $(VIEWER)
cp -p $(VIEWER) $(ROOT)$(PREFIX)/$(LIB)
cp -p $(VNCSPW) $(ROOT)$(PREFIX)/$(LIB)
cp -p $(UNWRAP) $(ROOT)$(PREFIX)/$(LIB)