Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 31 | Rev 34 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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