Subversion Repositories

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

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

Rev 30 Rev 31
1
x2vnc (1.7.2-6) UNRELEASED; urgency=low
1
x2vnc (1.7.2-6) UNRELEASED; urgency=low
2
2
3
  * ipv6.patch (new): Add IPv6 support.
3
  * ipv6.patch (new): Add IPv6 support.
4
  * Switch to debhelper compat level 9.
4
  * Switch to debhelper compat level 9.
-
 
5
  * missing-headers.patch: Add missing includes and prototypes to avoid
-
 
6
    potential problems with implicit function declarations.
5
7
6
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 29 Oct 2016 16:45:28 +0200
8
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 29 Oct 2016 17:05:15 +0200
7
9
8
x2vnc (1.7.2-5) unstable; urgency=low
10
x2vnc (1.7.2-5) unstable; urgency=low
9
11
10
  * Fix typo in synopsis (Closes: #678823).
12
  * Fix typo in synopsis (Closes: #678823).
11
13
12
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 24 Jun 2012 18:50:10 +0200
14
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 24 Jun 2012 18:50:10 +0200
13
15
14
x2vnc (1.7.2-4) unstable; urgency=low
16
x2vnc (1.7.2-4) unstable; urgency=low
15
17
16
  * man-listen.patch: Create proper patch of "Added listen option to
18
  * man-listen.patch: Create proper patch of "Added listen option to
17
    manpage" from 1.6-4.
19
    manpage" from 1.6-4.
18
  * format-security.patch (new): Fix incorrect use of fprintf() (it
20
  * format-security.patch (new): Fix incorrect use of fprintf() (it
19
    probably wasn't too dangerous as it was only argv[0] that was used as
21
    probably wasn't too dangerous as it was only argv[0] that was used as
20
    a format string).
22
    a format string).
21
  * debian/rules: Use dpkg-architecture and dpkg-buildflags.
23
  * debian/rules: Use dpkg-architecture and dpkg-buildflags.
22
  * debian/rules: Add build-arch and build-indep targets.
24
  * debian/rules: Add build-arch and build-indep targets.
23
  * Bump Standards-Version to 3.9.3.
25
  * Bump Standards-Version to 3.9.3.
24
26
25
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 23 Jun 2012 17:07:10 +0200
27
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 23 Jun 2012 17:07:10 +0200
26
28
27
x2vnc (1.7.2-3) unstable; urgency=low
29
x2vnc (1.7.2-3) unstable; urgency=low
28
30
29
  * Switch to source format 3.0 (quilt).
31
  * Switch to source format 3.0 (quilt).
30
  * Switch from Imake to configure (enabling Xinerama).
32
  * Switch from Imake to configure (enabling Xinerama).
31
  * Add patch via Ubuntu that fixes a problem with the cursor not moving
33
  * Add patch via Ubuntu that fixes a problem with the cursor not moving
32
    to the remote screen when Xinerama support is enabled (Closes:
34
    to the remote screen when Xinerama support is enabled (Closes:
33
    #616396; LP: #726783). Thanks to Will Shackleton.
35
    #616396; LP: #726783). Thanks to Will Shackleton.
34
36
35
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 06 Mar 2011 20:51:00 +0100
37
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 06 Mar 2011 20:51:00 +0100
36
38
37
x2vnc (1.7.2-2) unstable; urgency=low
39
x2vnc (1.7.2-2) unstable; urgency=low
38
40
39
  * New maintainer (Closes: #586422).
41
  * New maintainer (Closes: #586422).
40
  * Acknowledge NMU.
42
  * Acknowledge NMU.
41
  * debian/watch: Fix URL and regexp.
43
  * debian/watch: Fix URL and regexp.
42
  * Remove stale and commented-out references to /usr/X11R6 in
44
  * Remove stale and commented-out references to /usr/X11R6 in
43
    debian/rules. Delete debian/dirs altogether and drop the call to
45
    debian/rules. Delete debian/dirs altogether and drop the call to
44
    dh_installdirs. Also clean out irrelevant, commented-out Debhelper
46
    dh_installdirs. Also clean out irrelevant, commented-out Debhelper
45
    commands.
47
    commands.
46
  * Make the version in the debhelper build dependency match
48
  * Make the version in the debhelper build dependency match
47
    debian/compat.
49
    debian/compat.
48
  * Bump Standards-Version to 3.9.1 (from 3.6.2).
50
  * Bump Standards-Version to 3.9.1 (from 3.6.2).
49
  * A few minor style changes in debian/rules.
51
  * A few minor style changes in debian/rules.
50
  * debian/copyright: Remove outdated info on changes made to the upstream
52
  * debian/copyright: Remove outdated info on changes made to the upstream
51
    source as well as current version, and update URL to upstream webpage.
53
    source as well as current version, and update URL to upstream webpage.
52
54
53
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 05 Aug 2010 10:34:21 +0200
55
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 05 Aug 2010 10:34:21 +0200
54
56
55
x2vnc (1.7.2-1.1) unstable; urgency=low
57
x2vnc (1.7.2-1.1) unstable; urgency=low
56
58
57
  * Non-maintainer upload.
59
  * Non-maintainer upload.
58
  * Correct build dependencies (Closes: #485529, #515411)
60
  * Correct build dependencies (Closes: #485529, #515411)
59
  * Fix and upgrade watch file (Closes: #529147)
61
  * Fix and upgrade watch file (Closes: #529147)
60
  * Don't set  DH_COMPAT in rules
62
  * Don't set  DH_COMPAT in rules
61
  * Don't ignore errors by make clean
63
  * Don't ignore errors by make clean
62
  * Bump compat level to six
64
  * Bump compat level to six
63
  * Convert the copyright file to UTF-8
65
  * Convert the copyright file to UTF-8
64
66
65
 -- Raphael Geissert <geissert@debian.org>  Wed, 08 Jul 2009 15:31:37 -0500
67
 -- Raphael Geissert <geissert@debian.org>  Wed, 08 Jul 2009 15:31:37 -0500
66
68
67
x2vnc (1.7.2-1) unstable; urgency=low
69
x2vnc (1.7.2-1) unstable; urgency=low
68
70
69
  * New upstream release.
71
  * New upstream release.
70
    Closes: #466290.
72
    Closes: #466290.
71
73
72
 -- Ola Lundqvist <opal@debian.org>  Tue, 25 Mar 2008 10:45:34 +0100
74
 -- Ola Lundqvist <opal@debian.org>  Tue, 25 Mar 2008 10:45:34 +0100
73
75
74
x2vnc (1.7.1-3) unstable; urgency=low
76
x2vnc (1.7.1-3) unstable; urgency=low
75
77
76
  * Removed build dependency on libvncauth-dev.
78
  * Removed build dependency on libvncauth-dev.
77
  * Removed suggests on vnc-common. Instead suggest vncservers and vncviewers.
79
  * Removed suggests on vnc-common. Instead suggest vncservers and vncviewers.
78
80
79
 -- Ola Lundqvist <opal@debian.org>  Tue,  4 Mar 2008 18:38:58 +0100
81
 -- Ola Lundqvist <opal@debian.org>  Tue,  4 Mar 2008 18:38:58 +0100
80
82
81
x2vnc (1.7.1-2) unstable; urgency=low
83
x2vnc (1.7.1-2) unstable; urgency=low
82
84
83
  * Made sure that it can compile even if the install target point it to
85
  * Made sure that it can compile even if the install target point it to
84
    correct place, closes: #368506.
86
    correct place, closes: #368506.
85
87
86
 -- Ola Lundqvist <opal@debian.org>  Mon, 29 May 2006 22:12:45 +0200
88
 -- Ola Lundqvist <opal@debian.org>  Mon, 29 May 2006 22:12:45 +0200
87
89
88
x2vnc (1.7.1-1) unstable; urgency=low
90
x2vnc (1.7.1-1) unstable; urgency=low
89
91
90
  * New upstream release.
92
  * New upstream release.
91
93
92
 -- Ola Lundqvist <opal@debian.org>  Mon, 22 May 2006 20:03:23 +0200
94
 -- Ola Lundqvist <opal@debian.org>  Mon, 22 May 2006 20:03:23 +0200
93
95
94
x2vnc (1.6.1-1) unstable; urgency=low
96
x2vnc (1.6.1-1) unstable; urgency=low
95
97
96
  * New upstream release.
98
  * New upstream release.
97
  * Applied patch from Martin Dorey <martin.dorey@bluearc.com> to fix an
99
  * Applied patch from Martin Dorey <martin.dorey@bluearc.com> to fix an
98
    issue on amd64, closes: #343274.
100
    issue on amd64, closes: #343274.
99
101
100
 -- Ola Lundqvist <opal@debian.org>  Sat, 11 Mar 2006 17:30:13 +0100
102
 -- Ola Lundqvist <opal@debian.org>  Sat, 11 Mar 2006 17:30:13 +0100
101
103
102
x2vnc (1.6-4) unstable; urgency=low
104
x2vnc (1.6-4) unstable; urgency=low
103
105
104
  * Maintainer upload, closes: #349108, #346786.
106
  * Maintainer upload, closes: #349108, #346786.
105
  * Fixed typo in description, closes: #300047.
107
  * Fixed typo in description, closes: #300047.
106
  * Updated standards version to 3.6.2.
108
  * Updated standards version to 3.6.2.
107
  * Added listen option to manpage, closes: #317148.
109
  * Added listen option to manpage, closes: #317148.
108
    Thanks to Rob Sims <debbugs-z@robsims.com> for the patch.
110
    Thanks to Rob Sims <debbugs-z@robsims.com> for the patch.
109
  * Moved to debhelper 2 compatibility.
111
  * Moved to debhelper 2 compatibility.
110
112
111
 -- Ola Lundqvist <opal@debian.org>  Sun, 29 Jan 2006 15:06:35 +0100
113
 -- Ola Lundqvist <opal@debian.org>  Sun, 29 Jan 2006 15:06:35 +0100
112
114
113
x2vnc (1.6-3.1) unstable; urgency=low
115
x2vnc (1.6-3.1) unstable; urgency=low
114
116
115
  * Non-maintainer upload.
117
  * Non-maintainer upload.
116
  * Replace build-dependency on xlibs-dev with an explicit build-dependency
118
  * Replace build-dependency on xlibs-dev with an explicit build-dependency
117
    on each required package. (Closes: #346786)
119
    on each required package. (Closes: #346786)
118
120
119
 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 21 Jan 2006 02:18:10 +0100
121
 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 21 Jan 2006 02:18:10 +0100
120
122
121
x2vnc (1.6-3) unstable; urgency=low
123
x2vnc (1.6-3) unstable; urgency=low
122
124
123
  * Fixed package description, closes: #268549, #277241.
125
  * Fixed package description, closes: #268549, #277241.
124
126
125
 -- Ola Lundqvist <opal@debian.org>  Sat, 25 Dec 2004 21:55:57 +0100
127
 -- Ola Lundqvist <opal@debian.org>  Sat, 25 Dec 2004 21:55:57 +0100
126
128
127
x2vnc (1.6-2) unstable; urgency=low
129
x2vnc (1.6-2) unstable; urgency=low
128
130
129
  * Patched to make cut and paste work in KDE apps, closes: #191697.
131
  * Patched to make cut and paste work in KDE apps, closes: #191697.
130
    Thanks to "Martin Dorey" <mdorey@bluearc.com> for the patch.
132
    Thanks to "Martin Dorey" <mdorey@bluearc.com> for the patch.
131
  * Moved from /usr/X11R6 to /usr.
133
  * Moved from /usr/X11R6 to /usr.
132
  * Fixed manpage section error, 1x != x.
134
  * Fixed manpage section error, 1x != x.
133
135
134
 -- Ola Lundqvist <opal@debian.org>  Thu, 26 Aug 2004 18:32:37 +0200
136
 -- Ola Lundqvist <opal@debian.org>  Thu, 26 Aug 2004 18:32:37 +0200
135
137
136
x2vnc (1.6-1) unstable; urgency=low
138
x2vnc (1.6-1) unstable; urgency=low
137
139
138
  * New upstream release, closes: #233620.
140
  * New upstream release, closes: #233620.
139
    This also fix a cut-and-paste bug, closes: #191697.
141
    This also fix a cut-and-paste bug, closes: #191697.
140
  * Updated standards version to 3.6.1.
142
  * Updated standards version to 3.6.1.
141
143
142
 -- Ola Lundqvist <opal@debian.org>  Wed, 28 Jul 2004 19:07:44 +0200
144
 -- Ola Lundqvist <opal@debian.org>  Wed, 28 Jul 2004 19:07:44 +0200
143
145
144
x2vnc (1.5.1-2) unstable; urgency=low
146
x2vnc (1.5.1-2) unstable; urgency=low
145
147
146
  * Added build dependency on xlibs-dev, closes: #238618.
148
  * Added build dependency on xlibs-dev, closes: #238618.
147
149
148
 -- Ola Lundqvist <opal@debian.org>  Sat, 20 Mar 2004 15:28:27 +0100
150
 -- Ola Lundqvist <opal@debian.org>  Sat, 20 Mar 2004 15:28:27 +0100
149
151
150
x2vnc (1.5.1-1) unstable; urgency=low
152
x2vnc (1.5.1-1) unstable; urgency=low
151
153
152
  * New upstream version, closes: #205131, #160333, #206418.
154
  * New upstream version, closes: #205131, #160333, #206418.
153
  * Updated standards version from 3.5.2 to 2.5.10.
155
  * Updated standards version from 3.5.2 to 2.5.10.
154
156
155
 -- Ola Lundqvist <opal@debian.org>  Sun, 31 Aug 2003 15:59:27 +0200
157
 -- Ola Lundqvist <opal@debian.org>  Sun, 31 Aug 2003 15:59:27 +0200
156
158
157
x2vnc (1.4-2) unstable; urgency=low
159
x2vnc (1.4-2) unstable; urgency=low
158
160
159
  * Changed from xlib6g-dev to libxaw7-dev, closes: #170180.
161
  * Changed from xlib6g-dev to libxaw7-dev, closes: #170180.
160
162
161
 -- Ola Lundqvist <opal@debian.org>  Fri, 22 Nov 2002 08:26:03 +0100
163
 -- Ola Lundqvist <opal@debian.org>  Fri, 22 Nov 2002 08:26:03 +0100
162
164
163
x2vnc (1.4-1) unstable; urgency=low
165
x2vnc (1.4-1) unstable; urgency=low
164
166
165
  * New upstream version, closes: #148341.
167
  * New upstream version, closes: #148341.
166
168
167
 -- Ola Lundqvist <opal@debian.org>  Thu, 29 Aug 2002 07:27:49 +0200
169
 -- Ola Lundqvist <opal@debian.org>  Thu, 29 Aug 2002 07:27:49 +0200
168
170
169
x2vnc (1.3-1) unstable; urgency=low
171
x2vnc (1.3-1) unstable; urgency=low
170
172
171
  * New upstream version, closes: #123688, #120473.
173
  * New upstream version, closes: #123688, #120473.
172
  * Updated standards version.
174
  * Updated standards version.
173
  * Removed depricated dh_testversion.
175
  * Removed depricated dh_testversion.
174
176
175
 -- Ola Lundqvist <opal@debian.org>  Wed,  3 Apr 2002 22:37:07 +0200
177
 -- Ola Lundqvist <opal@debian.org>  Wed,  3 Apr 2002 22:37:07 +0200
176
178
177
x2vnc (1.2-2) unstable; urgency=low
179
x2vnc (1.2-2) unstable; urgency=low
178
180
179
  * The upstream wheel patch scrolled up when scrolling down and
181
  * The upstream wheel patch scrolled up when scrolling down and
180
    vice vera. Fixed with patch by Evan Martin <eeyem@u.washington.edu>,
182
    vice vera. Fixed with patch by Evan Martin <eeyem@u.washington.edu>,
181
    closes: #90142.
183
    closes: #90142.
182
184
183
 -- Ola Lundqvist <opal@debian.org>  Mon, 19 Mar 2001 22:13:32 +0100
185
 -- Ola Lundqvist <opal@debian.org>  Mon, 19 Mar 2001 22:13:32 +0100
184
186
185
x2vnc (1.2-1) unstable; urgency=low
187
x2vnc (1.2-1) unstable; urgency=low
186
188
187
  * New upstream version with mouse wheel support built in. Hope that
189
  * New upstream version with mouse wheel support built in. Hope that
188
    it works equally good or better than the patches I have applied.
190
    it works equally good or better than the patches I have applied.
189
191
190
 -- Ola Lundqvist <opal@debian.org>  Wed, 14 Mar 2001 15:45:35 +0100
192
 -- Ola Lundqvist <opal@debian.org>  Wed, 14 Mar 2001 15:45:35 +0100
191
193
192
x2vnc (1.1-6) unstable; urgency=low
194
x2vnc (1.1-6) unstable; urgency=low
193
195
194
  * Added a patch from Evan Martin <eeyem@u.washington.edu> that fixes
196
  * Added a patch from Evan Martin <eeyem@u.washington.edu> that fixes
195
    issues with the wheel patch, closes: Bug#88716.
197
    issues with the wheel patch, closes: Bug#88716.
196
198
197
 -- Ola Lundqvist <opal@debian.org>  Thu, 22 Feb 2001 22:44:12 +0100
199
 -- Ola Lundqvist <opal@debian.org>  Thu, 22 Feb 2001 22:44:12 +0100
198
200
199
x2vnc (1.1-5) unstable; urgency=low
201
x2vnc (1.1-5) unstable; urgency=low
200
202
201
  * Added xutils to build depends, closes: Bug#86586.
203
  * Added xutils to build depends, closes: Bug#86586.
202
204
203
 -- Ola Lundqvist <opal@debian.org>  Thu, 22 Feb 2001 22:44:12 +0100
205
 -- Ola Lundqvist <opal@debian.org>  Thu, 22 Feb 2001 22:44:12 +0100
204
206
205
x2vnc (1.1-4) unstable; urgency=low
207
x2vnc (1.1-4) unstable; urgency=low
206
208
207
  * Added suggestion of vnc-common, closes: Bug#81576.
209
  * Added suggestion of vnc-common, closes: Bug#81576.
208
210
209
 -- Ola Lundqvist <opal@debian.org>  Fri, 2 Feb 2001 13:03:46 +0100
211
 -- Ola Lundqvist <opal@debian.org>  Fri, 2 Feb 2001 13:03:46 +0100
210
212
211
x2vnc (1.1-3) unstable; urgency=low
213
x2vnc (1.1-3) unstable; urgency=low
212
214
213
  * Readded dh_testversion and added a versioned debhelper dependency in the
215
  * Readded dh_testversion and added a versioned debhelper dependency in the
214
    control file as it really should be, closes: Bug#78573.
216
    control file as it really should be, closes: Bug#78573.
215
  
217
  
216
 -- Ola Lundqvist <opal@debian.org>  Sun, 3 Dec 2000 23:40:34 +0100
218
 -- Ola Lundqvist <opal@debian.org>  Sun, 3 Dec 2000 23:40:34 +0100
217
219
218
x2vnc (1.1-2) unstable; urgency=low
220
x2vnc (1.1-2) unstable; urgency=low
219
221
220
  * Recompiled to indicate new maintainer and to make sure that it
222
  * Recompiled to indicate new maintainer and to make sure that it
221
    works with the new c library.
223
    works with the new c library.
222
  * Have also applied the x2vnc-wheel-patch (found on freshmeat).
224
  * Have also applied the x2vnc-wheel-patch (found on freshmeat).
223
  * Removed dh_testversion that lintian complains about from the
225
  * Removed dh_testversion that lintian complains about from the
224
    debian/rules file.
226
    debian/rules file.
225
  
227
  
226
 -- Ola Lundqvist <opal@debian.org>  Tue, 21 Nov 2000 23:16:10 +0100
228
 -- Ola Lundqvist <opal@debian.org>  Tue, 21 Nov 2000 23:16:10 +0100
227
229
228
x2vnc (1.1-1) unstable; urgency=low
230
x2vnc (1.1-1) unstable; urgency=low
229
231
230
  * New upstream release
232
  * New upstream release
231
233
232
 -- Edward Betts <edward@debian.org>  Sun, 21 May 2000 13:10:44 +0100
234
 -- Edward Betts <edward@debian.org>  Sun, 21 May 2000 13:10:44 +0100
233
235
234
x2vnc (1.0-5) unstable; urgency=low
236
x2vnc (1.0-5) unstable; urgency=low
235
237
236
  * Imakefile: modified to compile against libvncauth0
238
  * Imakefile: modified to compile against libvncauth0
237
  * debian/control: updateded Standards-Version to 3.1.1
239
  * debian/control: updateded Standards-Version to 3.1.1
238
  * debian/control: added Build-Depends.
240
  * debian/control: added Build-Depends.
239
  * debian/rules: rewritten.
241
  * debian/rules: rewritten.
240
  * debian/rules: added xmkmf.
242
  * debian/rules: added xmkmf.
241
243
242
 -- Edward Betts <edward@debian.org>  Thu,  6 Jan 2000 23:59:45 +0000
244
 -- Edward Betts <edward@debian.org>  Thu,  6 Jan 2000 23:59:45 +0000
243
245
244
x2vnc (1.0-4) unstable; urgency=low
246
x2vnc (1.0-4) unstable; urgency=low
245
247
246
  * Changed to Debhelper 2.0
248
  * Changed to Debhelper 2.0
247
  * Updated Standards-Version: 3.0.1
249
  * Updated Standards-Version: 3.0.1
248
  * Lintian clean 
250
  * Lintian clean 
249
  * Changed location of GPL to /usr/share/common-licenses/GPL
251
  * Changed location of GPL to /usr/share/common-licenses/GPL
250
252
251
 -- Edward Betts <edward@debian.org>  Sun, 12 Sep 1999 12:01:26 +0100
253
 -- Edward Betts <edward@debian.org>  Sun, 12 Sep 1999 12:01:26 +0100
252
254
253
x2vnc (1.0-3) unstable; urgency=low
255
x2vnc (1.0-3) unstable; urgency=low
254
256
255
  * Corrected spelling of maintainers name in control (oops!)
257
  * Corrected spelling of maintainers name in control (oops!)
256
  * Passes Lintian v0.9.5
258
  * Passes Lintian v0.9.5
257
259
258
 -- Edward Betts <edward@debian.org>  Sun, 12 Sep 1999 12:01:15 +0100
260
 -- Edward Betts <edward@debian.org>  Sun, 12 Sep 1999 12:01:15 +0100
259
261
260
x2vnc (1.0-2) unstable; urgency=low
262
x2vnc (1.0-2) unstable; urgency=low
261
263
262
  * Improve man page
264
  * Improve man page
263
  * Fixed source packaging - now includes pristine source
265
  * Fixed source packaging - now includes pristine source
264
266
265
 -- Edward Betts <edward@debian.org>  Sun,  6 Dec 1998 11:44:48 +0000
267
 -- Edward Betts <edward@debian.org>  Sun,  6 Dec 1998 11:44:48 +0000
266
268
267
x2vnc (1.0-1) unstable; urgency=low
269
x2vnc (1.0-1) unstable; urgency=low
268
270
269
  * Initial Release 
271
  * Initial Release 
270
  * Wrote a man page for x2vnc
272
  * Wrote a man page for x2vnc
271
  * Passes Lintian v0.9.4
273
  * Passes Lintian v0.9.4
272
274
273
 -- Edward Betts <edward@debian.org>  Fri,  4 Dec 1998 14:25:08 +0000
275
 -- Edward Betts <edward@debian.org>  Fri,  4 Dec 1998 14:25:08 +0000