Subversion Repositories

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

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

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