Rev 37 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 37 | magnus | 1 | ssvnc (1.0.29-2) unstable; urgency=low |
| 2 | |||
| 3 | * Also get CPPFLAGS from dpkg-buildflags. Pass it as EXTRA_DEFINES to |
||
| 4 | vnc_unixsrc/*/Makefile. |
||
| 5 | |||
| 6 | -- Magnus Holmgren <holmgren@debian.org> Fri, 11 Nov 2011 08:11:09 +0100 |
||
| 7 | |||
| 25 | magnus | 8 | ssvnc (1.0.29-1) unstable; urgency=low |
| 9 | |||
| 10 | * New upstream release. |
||
| 26 | magnus | 11 | * Install ReleaseNotes as upstream changelog file. |
| 27 | magnus | 12 | * Simply build-depend on libjpeg-dev instead of libjpeg62-dev | |
| 13 | libjpeg-dev (Closes: #644808). |
||
| 28 | magnus | 14 | * Install a symlink in /usr/bin instead of including the main vncviewer |
| 15 | binary twice in the package. |
||
| 29 | magnus | 16 | * Add build-arch and build-indep targets to debian/rules. |
| 30 | magnus | 17 | * nostrip.patch: Remove strip command from the Makefile, allowing |
| 18 | DEB_BUILD_OPTONS=nostrip to work. |
||
| 31 | magnus | 19 | * Get CFLAGS and LDFLAGS from dpkg-buildflags. |
| 32 | magnus | 20 | * buildflags.patch: Pass CFLAGS and LDFLAGS through via ./Makefile as |
| 21 | CDEBUGFLAGS and LOCAL_LDFLAGS to vnc_unixsrc/*/Makefile. This results |
||
| 22 | in -fno-strict-aliasing (added by xmkmf by default) being dropped, but |
||
| 23 | that doesn't seem to cause any problems. |
||
| 34 | magnus | 24 | * format-security.patch: Fix some flaws uncovered by -Wformat-security. |
| 35 | magnus | 25 | * Bump Standards-Version to 3.9.2. |
| 25 | magnus | 26 | |
| 35 | magnus | 27 | -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 22:23:15 +0100 |
| 25 | magnus | 28 | |
| 18 | magnus | 29 | ssvnc (1.0.28-1) unstable; urgency=low |
| 30 | |||
| 31 | * New upstream release (Closes: #592873, "Connection from UVNC |
||
| 32 | Single-Click does not start vncviewer when -acceptpopups is set"). |
||
| 19 | magnus | 33 | * Convert to source format 3.0 (quilt), changing /bin/sh into /bin/bash |
| 34 | (see below) in the install target instead. |
||
| 20 | magnus | 35 | * debian/copyright: Update years of copyright; remove notice that the |
| 36 | UltraVNC DSM helper module is not included (which it is since |
||
| 37 | 1.0.24-1). |
||
| 21 | magnus | 38 | * Remove redundant bash dependency; bash isn't going to be non-essential |
| 39 | any time soon. |
||
| 22 | magnus | 40 | * Up Standards-Version to 3.9.1. |
| 18 | magnus | 41 | |
| 22 | magnus | 42 | -- Magnus Holmgren <holmgren@debian.org> Sun, 06 Feb 2011 23:06:25 +0100 |
| 18 | magnus | 43 | |
| 15 | magnus | 44 | ssvnc (1.0.27-1) unstable; urgency=low |
| 45 | |||
| 46 | * New upstream release. |
||
| 16 | magnus | 47 | * bashisms.dpatch: Don't try to fix all bashisms; instead change /bin/sh |
| 48 | to /bin/bash and depend on bash, which is small in this context. |
||
| 15 | magnus | 49 | |
| 16 | magnus | 50 | -- Magnus Holmgren <holmgren@debian.org> Sun, 23 May 2010 19:07:52 +0200 |
| 15 | magnus | 51 | |
| 14 | magnus | 52 | ssvnc (1.0.25-1) unstable; urgency=low |
| 53 | |||
| 54 | * New upstream release. |
||
| 55 | * confusing_-h.dpatch and bashisms.dpatch: adjusted. |
||
| 56 | |||
| 57 | -- Magnus Holmgren <holmgren@debian.org> Sat, 06 Feb 2010 20:45:04 +0100 |
||
| 58 | |||
| 4 | magnus | 59 | ssvnc (1.0.24-1) unstable; urgency=low |
| 60 | |||
| 61 | * New upstream release. |
||
| 62 | * ssvnc -help now prints a help message instead of passing -help to the |
||
| 63 | tcl interpreter. |
||
| 64 | * confusing_-h.dpatch (new): Improve upstream's handling of -help a bit |
||
| 65 | (Closes: 544250). |
||
| 6 | magnus | 66 | * ultraftp_path.dpach (new): Use hardcoded (and correct for this |
| 67 | package) path to ultraftp.jar if SSVNC_ULTRA_FTP_JAR is unset, so that |
||
| 68 | file transfers work even if ssvncviewer is executed directly. |
||
| 7 | magnus | 69 | * bashisms.dpatch (new): Fix most bashisms (all that matter). |
| 8 | magnus | 70 | * Drop no_openssl.dpatch and build ultravnc_dsm_helper; OpenSSL |
| 11 | magnus | 71 | exception has been granted. Build-depend on libssl-dev. |
| 9 | magnus | 72 | * Promote stunnel4 from Recommends to Depends (Closes: #553411), depend |
| 73 | directly on openssl, depend on tk instead of tk8.4, and tweak java |
||
| 74 | recommendations. |
||
| 10 | magnus | 75 | * Add README.source. |
| 76 | * Bump Standards-Version to 3.8.3. |
||
| 4 | magnus | 77 | |
| 11 | magnus | 78 | -- Magnus Holmgren <holmgren@debian.org> Sat, 31 Oct 2009 21:02:42 +0100 |
| 4 | magnus | 79 | |
| 3 | magnus | 80 | ssvnc (1.0.23-1) unstable; urgency=low |
| 81 | |||
| 82 | * Initial release (Closes: #504134). |
||
| 83 | |||
| 84 | -- Magnus Holmgren <holmgren@debian.org> Sat, 01 Aug 2009 19:31:25 +0200 |