| /ssvnc/trunk/debian/changelog |
|---|
| 7,8 → 7,10 |
| * Install a symlink in /usr/bin instead of including the main vncviewer |
| binary twice in the package. |
| * Add build-arch and build-indep targets to debian/rules. |
| * nostrip.patch: Remove strip command from the Makefile, allowing |
| DEB_BUILD_OPTONS=nostrip to work. |
| -- Magnus Holmgren <holmgren@debian.org> Tue, 11 Oct 2011 21:04:08 +0200 |
| -- Magnus Holmgren <holmgren@debian.org> Thu, 20 Oct 2011 22:52:59 +0200 |
| ssvnc (1.0.28-1) unstable; urgency=low |
| /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) |