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