Subversion Repositories

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

Rev 25 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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