| 1 | vte (1:0.26.2-parsix1) unstable; urgency=low |
|---|
| 2 | |
|---|
| 3 | * New upstream stable release |
|---|
| 4 | - generated 99_autoreconf.patch |
|---|
| 5 | - rename gir1.0-vte to gir1.2-vte |
|---|
| 6 | - merged some updates from Ubuntu |
|---|
| 7 | - added gir1.2-atk-1.0 to build-deps |
|---|
| 8 | |
|---|
| 9 | -- Alan Baghumian <alan@technotux.org> Mon, 21 Feb 2011 13:47:42 -0800 |
|---|
| 10 | |
|---|
| 11 | vte (1:0.24.1-parsix1) unstable; urgency=low |
|---|
| 12 | |
|---|
| 13 | * Sync'd with Debian 1:0.24.1-1 |
|---|
| 14 | |
|---|
| 15 | -- Alan Baghumian <alan@technotux.org> Sun, 04 Jul 2010 09:36:04 -0700 |
|---|
| 16 | |
|---|
| 17 | vte (1:0.24.1-1) unstable; urgency=low |
|---|
| 18 | |
|---|
| 19 | * New upstream bugfix release: |
|---|
| 20 | + debian/patches/01_transparent_crash.patch: |
|---|
| 21 | - Dropped, fixed upstream. |
|---|
| 22 | + debian/patches/25_optional-ncurses.patch: |
|---|
| 23 | - Updated to apply cleanly again. |
|---|
| 24 | + debian/patches/90_autoreconf.patch: |
|---|
| 25 | - Regenerated for the new version. |
|---|
| 26 | + debian/control.in: |
|---|
| 27 | - Update build dependencies and dependencies of the -dev package. |
|---|
| 28 | |
|---|
| 29 | -- Sebastian Dröge <slomo@debian.org> Mon, 03 May 2010 20:11:29 +0200 |
|---|
| 30 | |
|---|
| 31 | vte (1:0.24.0-3) unstable; urgency=low |
|---|
| 32 | |
|---|
| 33 | * debian/python-vte.install: |
|---|
| 34 | - Also install bindings for python2.6 (don't hardcode site-packages). |
|---|
| 35 | * debian/control.in, |
|---|
| 36 | debian/rules, |
|---|
| 37 | debian/source/format, |
|---|
| 38 | - Switch to source format 3.0 (quilt). |
|---|
| 39 | * debian/patches/25_optional-ncurses.patch: |
|---|
| 40 | - Updated to apply cleanly. |
|---|
| 41 | * debian/control.in: |
|---|
| 42 | - Bump Standards-Version to 3.8.4, no changes needed. |
|---|
| 43 | |
|---|
| 44 | -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 21 Apr 2010 14:18:44 +0200 |
|---|
| 45 | |
|---|
| 46 | vte (1:0.24.0-2) unstable; urgency=low |
|---|
| 47 | |
|---|
| 48 | * 01_transparent_crash.patch: patch by Tetralet to fix a crash when |
|---|
| 49 | the background file is missing, or when the transparent background |
|---|
| 50 | has no root window. Closes: #576624. |
|---|
| 51 | |
|---|
| 52 | -- Josselin Mouette <joss@debian.org> Fri, 09 Apr 2010 18:23:02 +0200 |
|---|
| 53 | |
|---|
| 54 | vte (1:0.24.0-1) unstable; urgency=low |
|---|
| 55 | |
|---|
| 56 | * New upstream stable release: |
|---|
| 57 | + debian/rules: |
|---|
| 58 | - Update shlibs version because of new API. |
|---|
| 59 | - Remove X_DISPLAY_MISSING from udeb CFLAGS. |
|---|
| 60 | + debian/patches/90_autoreconf.patch: |
|---|
| 61 | - Updated for the new version. |
|---|
| 62 | |
|---|
| 63 | -- Sebastian Dröge <slomo@debian.org> Wed, 31 Mar 2010 11:11:22 +0200 |
|---|
| 64 | |
|---|
| 65 | vte (1:0.23.5-4) experimental; urgency=low |
|---|
| 66 | |
|---|
| 67 | [ Cyril Brulebois ] |
|---|
| 68 | * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based |
|---|
| 69 | graphical installer |
|---|
| 70 | - Drop the B-D on libgtk-directfb-2.0-dev. |
|---|
| 71 | - Bump the B-D on libgtk2.0-dev to make sure the udeb gets its |
|---|
| 72 | dependency on the (recently-added) udeb rather than on the library. |
|---|
| 73 | |
|---|
| 74 | [ Emilio Pozuelo Monfort ] |
|---|
| 75 | * debian/rules: |
|---|
| 76 | - Remove hack that was needed to build the udeb against the DirectFB |
|---|
| 77 | GTK+ library, since the default one was the X11. We build against |
|---|
| 78 | the X11 one now. |
|---|
| 79 | * debian/patches/12_python_reaper.patch: |
|---|
| 80 | - Mention that this is WONTFIX upstream and that we should eventually |
|---|
| 81 | remove it. |
|---|
| 82 | |
|---|
| 83 | -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 16 Mar 2010 22:20:16 +0100 |
|---|
| 84 | |
|---|
| 85 | vte (1:0.23.5-3) experimental; urgency=low |
|---|
| 86 | |
|---|
| 87 | * debian/rules: |
|---|
| 88 | + Update shlibs version to >= 0.23.5. |
|---|
| 89 | |
|---|
| 90 | -- Sebastian Dröge <slomo@debian.org> Thu, 14 Jan 2010 09:02:23 +0100 |
|---|
| 91 | |
|---|
| 92 | vte (1:0.23.5-2) experimental; urgency=low |
|---|
| 93 | |
|---|
| 94 | * New upstream development release: |
|---|
| 95 | + debian/patches/90_autoreconf.patch: |
|---|
| 96 | - Refreshed. |
|---|
| 97 | + debian/rules: |
|---|
| 98 | - Include check-dist.mk to prevent accidental uploads to unstable. |
|---|
| 99 | + debian/control.in: |
|---|
| 100 | - Build depend on GLib >= 2.22.0. |
|---|
| 101 | |
|---|
| 102 | -- Sebastian Dröge <slomo@debian.org> Thu, 14 Jan 2010 08:17:53 +0100 |
|---|
| 103 | |
|---|
| 104 | vte (1:0.22.5-1) unstable; urgency=low |
|---|
| 105 | |
|---|
| 106 | * New upstream release. |
|---|
| 107 | - debian/patches/90_autoreconf.patch: |
|---|
| 108 | + Refreshed. |
|---|
| 109 | |
|---|
| 110 | -- Sebastian Dröge <slomo@debian.org> Wed, 18 Nov 2009 07:40:57 +0100 |
|---|
| 111 | |
|---|
| 112 | vte (1:0.22.4-1) unstable; urgency=low |
|---|
| 113 | |
|---|
| 114 | * New upstream release. |
|---|
| 115 | - debian/patches/90_autoreconf.patch: |
|---|
| 116 | + Refreshed. |
|---|
| 117 | |
|---|
| 118 | -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 08 Nov 2009 21:44:54 +0100 |
|---|
| 119 | |
|---|
| 120 | vte (1:0.22.3-1) unstable; urgency=low |
|---|
| 121 | |
|---|
| 122 | * New upstream bugfix release: |
|---|
| 123 | + debian/patches/70_python_env.patch: |
|---|
| 124 | - Dropped, merged upstream. |
|---|
| 125 | - debian/patches/90_autoreconf.patch: |
|---|
| 126 | + Refreshed. |
|---|
| 127 | |
|---|
| 128 | -- Sebastian Dröge <slomo@debian.org> Tue, 27 Oct 2009 09:35:46 +0100 |
|---|
| 129 | |
|---|
| 130 | vte (1:0.22.2-2) unstable; urgency=low |
|---|
| 131 | |
|---|
| 132 | * debian/patches/70_python_env.patch: |
|---|
| 133 | - Fix Python environment passing, GNOME #587894. |
|---|
| 134 | |
|---|
| 135 | -- Luca Falavigna <dktrkranz@debian.org> Sat, 10 Oct 2009 13:43:27 +0200 |
|---|
| 136 | |
|---|
| 137 | vte (1:0.22.2-1) unstable; urgency=low |
|---|
| 138 | |
|---|
| 139 | * New upstream bugfix release. |
|---|
| 140 | - debian/patches/01_vte_sequence_handler_cd_crash.patch: |
|---|
| 141 | + Removed, applied upstream. |
|---|
| 142 | - debian/patches/90_autoreconf.patch: |
|---|
| 143 | + Refreshed. |
|---|
| 144 | * debian/watch: Don't uupdate. |
|---|
| 145 | |
|---|
| 146 | -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 29 Sep 2009 14:06:41 +0200 |
|---|
| 147 | |
|---|
| 148 | vte (1:0.22.1-2) unstable; urgency=low |
|---|
| 149 | |
|---|
| 150 | * debian/patches/01_vte_sequence_handler_cd_crash.patch: |
|---|
| 151 | - Patch from Matijs van Zuijlen to fix a crash. Closes: #548388. |
|---|
| 152 | |
|---|
| 153 | -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 27 Sep 2009 00:45:48 +0200 |
|---|
| 154 | |
|---|
| 155 | vte (1:0.22.1-1) unstable; urgency=low |
|---|
| 156 | |
|---|
| 157 | * New upstream bugfix release. |
|---|
| 158 | - Fix crash on terminal reset. Closes: #548319. |
|---|
| 159 | * debian/patches/01_background_ncurses.patch: |
|---|
| 160 | - Removed, the fix is in the new version. |
|---|
| 161 | * debian/patches/25_optional-ncurses.patch, |
|---|
| 162 | debian/patches/90_autoreconf.patch: |
|---|
| 163 | - Refreshed. |
|---|
| 164 | |
|---|
| 165 | -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 26 Sep 2009 00:01:19 +0200 |
|---|
| 166 | |
|---|
| 167 | vte (1:0.22.0-2) unstable; urgency=low |
|---|
| 168 | |
|---|
| 169 | * 01_background_ncurses.patch: stolen upstream. Fix background color |
|---|
| 170 | in ncurses applications. Closes: #548241. |
|---|
| 171 | |
|---|
| 172 | -- Josselin Mouette <joss@debian.org> Thu, 24 Sep 2009 22:49:17 +0200 |
|---|
| 173 | |
|---|
| 174 | vte (1:0.22.0-1) unstable; urgency=low |
|---|
| 175 | |
|---|
| 176 | [ Emilio Pozuelo Monfort ] |
|---|
| 177 | * debian/patches/01_bashisms.patch: forwarded, add header. |
|---|
| 178 | |
|---|
| 179 | [ Sebastian Dröge ] |
|---|
| 180 | * New upstream stable release. |
|---|
| 181 | |
|---|
| 182 | -- Sebastian Dröge <slomo@debian.org> Tue, 22 Sep 2009 13:34:21 +0200 |
|---|
| 183 | |
|---|
| 184 | vte (1:0.20.5-1) unstable; urgency=low |
|---|
| 185 | |
|---|
| 186 | * New upstream bugfix release, undoing the unintended |
|---|
| 187 | soname bump (Closes: #532552): |
|---|
| 188 | + debian/control.in, |
|---|
| 189 | debian/*.install: |
|---|
| 190 | - Undo package rename. |
|---|
| 191 | + debian/patches/90_autoreconf.patch: |
|---|
| 192 | - Updated for the new version. |
|---|
| 193 | |
|---|
| 194 | -- Sebastian Dröge <slomo@debian.org> Wed, 10 Jun 2009 07:07:43 +0200 |
|---|
| 195 | |
|---|
| 196 | vte (1:0.20.4-1) unstable; urgency=low |
|---|
| 197 | |
|---|
| 198 | [ Josselin Mouette ] |
|---|
| 199 | * Add libglib2.0-doc, libgtk2.0-doc and libatk1.0-doc to b-d-i to |
|---|
| 200 | ensure proper xrefs. |
|---|
| 201 | * 01_bashisms.patch: fix bashims in provided scripts. Closes: #530123. |
|---|
| 202 | |
|---|
| 203 | [ Sebastian Dröge ] |
|---|
| 204 | * New upstream bugfix releases: |
|---|
| 205 | + debian/rules: |
|---|
| 206 | - Update shlibs version to >= 0.20.4 for API additions. |
|---|
| 207 | + debian/control.in, |
|---|
| 208 | debian/*.install: |
|---|
| 209 | - Update for the new soname. |
|---|
| 210 | + debian/patches/90_autoreconf.patch: |
|---|
| 211 | - Regenerated for the new version. |
|---|
| 212 | |
|---|
| 213 | -- Sebastian Dröge <slomo@debian.org> Tue, 02 Jun 2009 07:01:29 +0200 |
|---|
| 214 | |
|---|
| 215 | vte (1:0.20.1-1) unstable; urgency=low |
|---|
| 216 | |
|---|
| 217 | [ Luca Bruno ] |
|---|
| 218 | * New upstream release. |
|---|
| 219 | * debian/patches/20_make_ft2_optional.patch: |
|---|
| 220 | - Removed as ft2 files have been removed upstream. |
|---|
| 221 | * debian/patches/12_python_reaper.patch, |
|---|
| 222 | debian/patches/25_optional-ncurses.patch, |
|---|
| 223 | debian/patches/90_autoreconf.patch: |
|---|
| 224 | - Updated to apply cleanly. |
|---|
| 225 | * debian/patches/30_fix_build_no_pty_helper.patch, |
|---|
| 226 | debian/patches/04_dsp_non_alias.patch, |
|---|
| 227 | debian/patches/92_full_bold_fonts.patch: |
|---|
| 228 | - Removed as applied upstream. |
|---|
| 229 | * debian/control.in: |
|---|
| 230 | - General dependencies changes: |
|---|
| 231 | + Removed libxt, libxft, libfontconfig1, libxrenderer and libfreetype6 |
|---|
| 232 | as they are no more referenced in the upstream code since using |
|---|
| 233 | pangocairo. |
|---|
| 234 | + Bump libglib2.0-dev to 2.18.0. |
|---|
| 235 | + Bump libgtk2.0-dev to 2.14.0. |
|---|
| 236 | + Specify libpango1.0-dev version needed is 1.22.0. |
|---|
| 237 | - Build-Depends: |
|---|
| 238 | + Added libgladeui-1-dev. |
|---|
| 239 | - libvte-dev Depends: |
|---|
| 240 | + Removed libatk1.0-dev, libsm-dev, libice-dev, zlib1g-dev and |
|---|
| 241 | libx11-dev. |
|---|
| 242 | - Update Standards-Version to 3.8.1, no additional changes needed. |
|---|
| 243 | * debian/rules: |
|---|
| 244 | - Removed xft2, ft, pangox, glX and x configure options. |
|---|
| 245 | - Add -DX_DISPLAY_MISSING to udeb CFLAGS. |
|---|
| 246 | - Add --enable-glade-catalogue to DEB_CONFIGURE_EXTRA_FLAGS to install |
|---|
| 247 | gladeui files. |
|---|
| 248 | * debian/libvte-common.install: |
|---|
| 249 | - Install gladeui files under /usr/share/glade3. |
|---|
| 250 | |
|---|
| 251 | [ Josselin Mouette ] |
|---|
| 252 | * New upstream release. |
|---|
| 253 | * Install the Python development files in libvte-dev and make this |
|---|
| 254 | package provide python-vte-dev, just in case. |
|---|
| 255 | * Fix dh_pysupport invocation. |
|---|
| 256 | * Bump shlibs to version 1:0.19.4. |
|---|
| 257 | * Remove libvte-dev dependency on ncurses. |
|---|
| 258 | * Remove incorrect Provides: in python-vte. |
|---|
| 259 | * Switch to quilt to manage patches. |
|---|
| 260 | * 90_autoreconf.patch: updated for the new version. |
|---|
| 261 | |
|---|
| 262 | -- Josselin Mouette <joss@debian.org> Thu, 23 Apr 2009 00:41:20 +0200 |
|---|
| 263 | |
|---|
| 264 | vte (1:0.17.4-2) unstable; urgency=low |
|---|
| 265 | |
|---|
| 266 | * Upload to unstable. |
|---|
| 267 | |
|---|
| 268 | -- Josselin Mouette <joss@debian.org> Wed, 04 Mar 2009 13:55:08 +0100 |
|---|
| 269 | |
|---|
| 270 | vte (1:0.17.4-1) experimental; urgency=low |
|---|
| 271 | |
|---|
| 272 | * New upstream release: |
|---|
| 273 | + debian/control.in: |
|---|
| 274 | - Update build-depends. |
|---|
| 275 | - Update Standards-Version to 3.8.0, no additional changes needed. |
|---|
| 276 | + debian/rules: |
|---|
| 277 | - Update shlibs version to reflect API additions. |
|---|
| 278 | + debian/patches/29_add_am_prog_cc_c_o_for_buffer_c.patch, |
|---|
| 279 | debian/patches/01_anjuta_hang.patch: |
|---|
| 280 | - Dropped, merged upstream. |
|---|
| 281 | + debian/patches/20_make_ft2_optional.patch, |
|---|
| 282 | debian/patches/90_autoreconf.patch: |
|---|
| 283 | - Updated to apply cleanly again. |
|---|
| 284 | + debian/patches/92_full_bold_fonts.patch: |
|---|
| 285 | - Patch from the Ubuntu package to first check if a bold variant |
|---|
| 286 | of a font exists before using "pseudo-bolding". |
|---|
| 287 | + debian/python-vte.examples: |
|---|
| 288 | - Add some more examples, taken from the Ubuntu package. |
|---|
| 289 | * debian/watch: |
|---|
| 290 | + Updated for new versions. |
|---|
| 291 | |
|---|
| 292 | -- Sebastian Dröge <slomo@debian.org> Mon, 24 Nov 2008 10:15:11 +0100 |
|---|
| 293 | |
|---|
| 294 | vte (1:0.16.14-4) unstable; urgency=low |
|---|
| 295 | |
|---|
| 296 | [ Josselin Mouette ] |
|---|
| 297 | * libvte-doc.links: add a link in /usr/share/doc to the documentation. |
|---|
| 298 | Closes: #495356. |
|---|
| 299 | |
|---|
| 300 | [ Loic Minier ] |
|---|
| 301 | * Don't overwrite DEB_FIXPERMS_EXCLUDE and DEB_DH_MAKESHLIBS_ARGS_ALL. |
|---|
| 302 | |
|---|
| 303 | [ Josselin Mouette ] |
|---|
| 304 | * 01_anjuta_hang.patch: new patch, stolen from upstream. Fix hangs in |
|---|
| 305 | Geany and Anjuta. Closes: #498295. |
|---|
| 306 | |
|---|
| 307 | -- Josselin Mouette <joss@debian.org> Fri, 24 Oct 2008 18:53:48 +0200 |
|---|
| 308 | |
|---|
| 309 | vte (1:0.16.14-3) unstable; urgency=low |
|---|
| 310 | |
|---|
| 311 | * Fix 1:0.16.14-2 changelog entry. |
|---|
| 312 | * Upload to unstable. |
|---|
| 313 | |
|---|
| 314 | -- Loic Minier <lool@dooz.org> Mon, 04 Aug 2008 12:21:58 +0200 |
|---|
| 315 | |
|---|
| 316 | vte (1:0.16.14-2) experimental; urgency=low |
|---|
| 317 | |
|---|
| 318 | [ Loic Minier ] |
|---|
| 319 | * Properly anchor libvteN regexp. |
|---|
| 320 | * Misc cleanups of the below changelog and patches. |
|---|
| 321 | |
|---|
| 322 | [ Jérémy Bobbio ] |
|---|
| 323 | * New patch, 20_make_ft2_optional, make Freetype2 bdep/dep optional; |
|---|
| 324 | GNOME #542560. |
|---|
| 325 | * New patch, 29_add_am_prog_cc_c_o_for_buffer_c, add the AM_PROG_CC_C_O |
|---|
| 326 | macro which automake claim is required and was added in upstream SVN |
|---|
| 327 | already. |
|---|
| 328 | * New patch, 30_fix_build_no_pty_helper, fix missing header issue when |
|---|
| 329 | building without gnome-pty-helper; GNOME #542561. |
|---|
| 330 | * New patch, 25_optional_ncurses, allows not linking against ncurses but |
|---|
| 331 | using the builtin termcap support instead. |
|---|
| 332 | * New patch, 90_autoreconf, run autoreconf for 20_make_ft2_optional, |
|---|
| 333 | 29_add_am_prog_cc_c_o_for_buffer_c, and 25_optional_ncurses. |
|---|
| 334 | * Re-enable libvte9-udeb build. |
|---|
| 335 | - Drop libvte-common dep in the udeb. |
|---|
| 336 | - Configure the udeb without pangox and ft2 and with a static ncurses. |
|---|
| 337 | * New patch, 60_termcap-home-end, defines home/end in the builtin termcap |
|---|
| 338 | support file. |
|---|
| 339 | |
|---|
| 340 | [ Loic Minier ] |
|---|
| 341 | * Drop dup --disable-maintainer-mode flag. |
|---|
| 342 | * Override CFLAGS for udeb during configure. |
|---|
| 343 | |
|---|
| 344 | -- Loic Minier <lool@dooz.org> Thu, 26 Jun 2008 20:44:36 +0200 |
|---|
| 345 | |
|---|
| 346 | vte (1:0.16.14-1) unstable; urgency=low |
|---|
| 347 | |
|---|
| 348 | * New upstream bugfix release. |
|---|
| 349 | |
|---|
| 350 | -- Sebastian Dröge <slomo@debian.org> Thu, 05 Jun 2008 12:21:06 +0200 |
|---|
| 351 | |
|---|
| 352 | vte (1:0.16.13-1) unstable; urgency=low |
|---|
| 353 | |
|---|
| 354 | [ Emilio Pozuelo Monfort ] |
|---|
| 355 | * debian/control.in: |
|---|
| 356 | - Fix libvte-doc short description, which was refering to |
|---|
| 357 | development files instead of documentation. |
|---|
| 358 | |
|---|
| 359 | [ Loic Minier ] |
|---|
| 360 | * Drop head -n1 from libvteN computation. |
|---|
| 361 | |
|---|
| 362 | [ Sebastian Dröge ] |
|---|
| 363 | * New upstream bugfix release. |
|---|
| 364 | |
|---|
| 365 | -- Sebastian Dröge <slomo@debian.org> Mon, 10 Mar 2008 21:51:56 +0100 |
|---|
| 366 | |
|---|
| 367 | vte (1:0.16.12-1) unstable; urgency=low |
|---|
| 368 | |
|---|
| 369 | * New upstream bugfix release. |
|---|
| 370 | * debian/control.in: |
|---|
| 371 | + Update Standards-Version to 3.7.3, no additional changes needed. |
|---|
| 372 | |
|---|
| 373 | -- Sebastian Dröge <slomo@debian.org> Wed, 09 Jan 2008 19:42:18 +0100 |
|---|
| 374 | |
|---|
| 375 | vte (1:0.16.11-1) unstable; urgency=low |
|---|
| 376 | |
|---|
| 377 | [ Loic Minier ] |
|---|
| 378 | * Tighten libvte package name extraction. |
|---|
| 379 | |
|---|
| 380 | [ Sebastian Dröge ] |
|---|
| 381 | * New upstream bugfix release. |
|---|
| 382 | |
|---|
| 383 | -- Sebastian Dröge <slomo@debian.org> Mon, 17 Dec 2007 21:52:05 +0100 |
|---|
| 384 | |
|---|
| 385 | vte (1:0.16.10-1) unstable; urgency=low |
|---|
| 386 | |
|---|
| 387 | * New upstream bugfix release. |
|---|
| 388 | |
|---|
| 389 | -- Sebastian Dröge <slomo@debian.org> Tue, 04 Dec 2007 12:13:11 +0100 |
|---|
| 390 | |
|---|
| 391 | vte (1:0.16.9-1) unstable; urgency=low |
|---|
| 392 | |
|---|
| 393 | * New upstream release, with API additions: |
|---|
| 394 | + debian/rules: |
|---|
| 395 | - Bump shlibs to >= 0.16.9 for the API additions. |
|---|
| 396 | |
|---|
| 397 | -- Sebastian Dröge <slomo@debian.org> Tue, 18 Sep 2007 10:28:08 +0200 |
|---|
| 398 | |
|---|
| 399 | vte (1:0.16.8-1) unstable; urgency=low |
|---|
| 400 | |
|---|
| 401 | [ Alan Baghumian ] |
|---|
| 402 | * New upstream release: |
|---|
| 403 | - Dropped 60_fix-ctrl-dash.patch and 62_alt-arrows.patch, |
|---|
| 404 | merged upstream |
|---|
| 405 | - Fixes rendering of line-drawing characters; closes: #418699. |
|---|
| 406 | |
|---|
| 407 | [ Loic Minier ] |
|---|
| 408 | * New upstream stable release; no API change. |
|---|
| 409 | |
|---|
| 410 | -- Loic Minier <lool@dooz.org> Mon, 30 Jul 2007 20:25:31 +0200 |
|---|
| 411 | |
|---|
| 412 | vte (1:0.16.6-3) unstable; urgency=low |
|---|
| 413 | |
|---|
| 414 | * Cleanup changelog. |
|---|
| 415 | * Drop patch 61_ctrl-and-shift-arrows as it breaks up/down history; |
|---|
| 416 | closes: #434558, #434560, #434577, #434560. |
|---|
| 417 | |
|---|
| 418 | -- Loic Minier <lool@dooz.org> Wed, 25 Jul 2007 09:43:04 +0200 |
|---|
| 419 | |
|---|
| 420 | vte (1:0.16.6-2) unstable; urgency=low |
|---|
| 421 | |
|---|
| 422 | * Drop patch 41_from_upstream_fix_nvi_scrolling; fixed differently upstream |
|---|
| 423 | since 0.16.2; see GNOME #417652. |
|---|
| 424 | * Add xrefs to patches. |
|---|
| 425 | * New patches, 61_ctrl-and-shift-arrows and 62_alt-arrows, should fix |
|---|
| 426 | handling of Ctrl-, Shift-, and Alt- + arrow keys by using xterm's |
|---|
| 427 | sequences; GNOME #310305 and #337252; closes: #421734. |
|---|
| 428 | |
|---|
| 429 | -- Loic Minier <lool@dooz.org> Tue, 24 Jul 2007 09:06:47 +0200 |
|---|
| 430 | |
|---|
| 431 | vte (1:0.16.6-1) unstable; urgency=low |
|---|
| 432 | |
|---|
| 433 | * Pass proper configure flags to the udeb. |
|---|
| 434 | * Generate proper shlibs for the udeb. |
|---|
| 435 | * Build against the diretcfb Gtk flavor. |
|---|
| 436 | * Disable udeb for now since it's unlikely to get useful soon. |
|---|
| 437 | * New upstream stable release; no API change. |
|---|
| 438 | - Fixes 24 colors support; GNOME #332606, #372743; closes: #320114. |
|---|
| 439 | * New patch, 60_fix-ctrl-dash, fixes mapping for Ctrl + dash; thanks |
|---|
| 440 | Andrey Melnikov; GNOME #448259; closes: #429260. |
|---|
| 441 | |
|---|
| 442 | -- Loic Minier <lool@dooz.org> Tue, 19 Jun 2007 11:08:11 +0200 |
|---|
| 443 | |
|---|
| 444 | vte (1:0.16.5-2) experimental; urgency=low |
|---|
| 445 | |
|---|
| 446 | * Add a new libvte9-udeb package. |
|---|
| 447 | |
|---|
| 448 | -- Loic Minier <lool@dooz.org> Mon, 18 Jun 2007 23:10:47 +0200 |
|---|
| 449 | |
|---|
| 450 | vte (1:0.16.5-1) unstable; urgency=low |
|---|
| 451 | |
|---|
| 452 | * New upstream release |
|---|
| 453 | * Dropped 20_fix_strange_lines.patch, merged upstream |
|---|
| 454 | |
|---|
| 455 | -- Alan Baghumian <alan@technotux.org> Wed, 06 Jun 2007 11:05:11 +0330 |
|---|
| 456 | |
|---|
| 457 | vte (1:0.16.4-1) unstable; urgency=low |
|---|
| 458 | |
|---|
| 459 | * New upstream release |
|---|
| 460 | + fix ctrl-key combinations yielding just key. |
|---|
| 461 | Closes: #425879, #421734. |
|---|
| 462 | + fix scrollback corruption. Closes: #421092. |
|---|
| 463 | * Added 20_fix_strange_lines.patch, fixed strange lines above the screen; |
|---|
| 464 | from SVN r1904. |
|---|
| 465 | |
|---|
| 466 | -- Alan Baghumian <alan@technotux.org> Sun, 03 Jun 2007 17:25:27 +0330 |
|---|
| 467 | |
|---|
| 468 | vte (1:0.16.3-1) unstable; urgency=low |
|---|
| 469 | |
|---|
| 470 | * New upstream release; no API change. |
|---|
| 471 | |
|---|
| 472 | -- Loic Minier <lool@dooz.org> Fri, 27 Apr 2007 23:29:59 +0200 |
|---|
| 473 | |
|---|
| 474 | vte (1:0.16.2-1) unstable; urgency=low |
|---|
| 475 | |
|---|
| 476 | * Upload to unstable; drop check-dist include. |
|---|
| 477 | * Wrap build-deps and deps. |
|---|
| 478 | * New upstream stable release; no API change. |
|---|
| 479 | |
|---|
| 480 | -- Loic Minier <lool@dooz.org> Tue, 24 Apr 2007 14:55:49 +0200 |
|---|
| 481 | |
|---|
| 482 | vte (1:0.16.1-1) experimental; urgency=low |
|---|
| 483 | |
|---|
| 484 | * New upstream release; no API change. |
|---|
| 485 | - Fixes output of incorrect colours; closes: #416125. |
|---|
| 486 | - Drop patch 40_fix_transparency_bug, fixed differently upstream. |
|---|
| 487 | - Drop patch -and-delayed-redraws-race, merged upstream. |
|---|
| 488 | * Drop debian/pyversions and set XB and XS-Python-Version. |
|---|
| 489 | |
|---|
| 490 | -- Loic Minier <lool@dooz.org> Tue, 10 Apr 2007 17:31:28 +0200 |
|---|
| 491 | |
|---|
| 492 | vte (1:0.16.0-2) experimental; urgency=low |
|---|
| 493 | |
|---|
| 494 | * New patch, 50_expose-and-delayed-redraws-race, fixes a race between expose |
|---|
| 495 | and delayed redraws; GNOME #419116; closes: #415730. |
|---|
| 496 | |
|---|
| 497 | -- Loic Minier <lool@dooz.org> Wed, 21 Mar 2007 17:44:46 +0100 |
|---|
| 498 | |
|---|
| 499 | vte (1:0.16.0-1) experimental; urgency=low |
|---|
| 500 | |
|---|
| 501 | * New upstream major stable release; API additions. |
|---|
| 502 | - Build-depend on libpango1.0-dev and libxft-dev. |
|---|
| 503 | - Bump shlibs to >= 1:0.16.0. |
|---|
| 504 | - Drop patch 30_pkg-config-private-field-for-freetype, merged upstream. |
|---|
| 505 | * New patch, 40_fix_transparency_bug, workarounds a bug with transparency; |
|---|
| 506 | by Nicolas Bruguier and Chris Wilson; Launchpad #91985; found in the |
|---|
| 507 | Ubuntu package. |
|---|
| 508 | * New patch, 41_from_upstream_fix_nvi_scrolling, fixes scrolling in nvi; |
|---|
| 509 | patch from Chris Wilson; Launchpad: #91017; found in the Ubuntu package. |
|---|
| 510 | |
|---|
| 511 | -- Loic Minier <lool@dooz.org> Sun, 18 Mar 2007 11:08:13 +0100 |
|---|
| 512 | |
|---|
| 513 | vte (1:0.14.2-1) experimental; urgency=low |
|---|
| 514 | |
|---|
| 515 | * Add a get-orig-source target to retrieve the upstream tarball. |
|---|
| 516 | * Include the new check-dist Makefile to prevent accidental uploads to |
|---|
| 517 | unstable; bump build-dep on gnome-pkg-tools to >= 0.10. |
|---|
| 518 | * Drop version in the dependency on libvte-common to permit installing two |
|---|
| 519 | libvte shared library packages at the same time; the files in |
|---|
| 520 | libvte-common are translations and a termcap file which didn't change |
|---|
| 521 | since 2002 which is supposedly eternally backward compatible, hence this |
|---|
| 522 | should only result in some untranslated text. |
|---|
| 523 | * Merge 1:0.12.2-5 / SVN revs 7195:8677. |
|---|
| 524 | * New upstream release; no API change. |
|---|
| 525 | - Drop patch 20_gtk-style-attach-crash, merged upstream. |
|---|
| 526 | |
|---|
| 527 | -- Loic Minier <lool@dooz.org> Thu, 1 Mar 2007 11:30:40 +0100 |
|---|
| 528 | |
|---|
| 529 | vte (1:0.14.1-1) experimental; urgency=low |
|---|
| 530 | |
|---|
| 531 | * New upstream release. |
|---|
| 532 | |
|---|
| 533 | -- Josselin Mouette <joss@debian.org> Tue, 21 Nov 2006 20:37:02 +0100 |
|---|
| 534 | |
|---|
| 535 | vte (1:0.14.0-1) experimental; urgency=low |
|---|
| 536 | |
|---|
| 537 | * New upstream release; no API change. |
|---|
| 538 | * Preemptively fix the 12_python_reaper patch to work with newer codegen, |
|---|
| 539 | thanks Daniel Holbach and Michael Vogt for all the fish. |
|---|
| 540 | * Merge 1:0.12.2-4. |
|---|
| 541 | |
|---|
| 542 | -- Loic Minier <lool@dooz.org> Tue, 5 Sep 2006 16:43:37 +0200 |
|---|
| 543 | |
|---|
| 544 | vte (1:0.13.7-1) experimental; urgency=low |
|---|
| 545 | |
|---|
| 546 | * New upstream development release; no API change. |
|---|
| 547 | |
|---|
| 548 | -- Loic Minier <lool@dooz.org> Fri, 25 Aug 2006 20:20:03 +0200 |
|---|
| 549 | |
|---|
| 550 | vte (1:0.13.6-1) experimental; urgency=low |
|---|
| 551 | |
|---|
| 552 | * New upstream development release; no API change. |
|---|
| 553 | * Merge 1:0.12.2-3. |
|---|
| 554 | |
|---|
| 555 | -- Loic Minier <lool@dooz.org> Wed, 23 Aug 2006 15:56:50 +0200 |
|---|
| 556 | |
|---|
| 557 | vte (1:0.13.5-1) experimental; urgency=low |
|---|
| 558 | |
|---|
| 559 | * New upstream development releases, with API changes. |
|---|
| 560 | - Target at experimental. |
|---|
| 561 | - Rename livte4 to libvte9 for the new SONAME. |
|---|
| 562 | - Bump shlibs to >= 1:0.13.3. |
|---|
| 563 | - Drop 08_set_backspace_to_utf8 patch, merged upstream. |
|---|
| 564 | - Drop 09_multiscreen_safe, fixed upstream. |
|---|
| 565 | - Drop 70_relibtoolize, I'm too lazy to update it for dev releases. |
|---|
| 566 | - Bump up libglib2.0-dev build-dep to > 2.9.0. |
|---|
| 567 | |
|---|
| 568 | -- Loic Minier <lool@dooz.org> Wed, 9 Aug 2006 22:45:15 +0200 |
|---|
| 569 | |
|---|
| 570 | vte (1:0.12.2-5) unstable; urgency=medium |
|---|
| 571 | |
|---|
| 572 | * Add a get-orig-source target to retrieve the upstream tarball. |
|---|
| 573 | * New patch, 20_gtk-style-attach-crash, fixes crash in gtk_style_attach when |
|---|
| 574 | changing icon theme; backported from GNOME #399282 / vte 0.14.2; see also |
|---|
| 575 | GNOME #353498. |
|---|
| 576 | * Stop shipping *.a and *.la files for Python modules. |
|---|
| 577 | |
|---|
| 578 | -- Loic Minier <lool@dooz.org> Mon, 26 Feb 2007 14:15:57 +0100 |
|---|
| 579 | |
|---|
| 580 | vte (1:0.12.2-4) unstable; urgency=medium |
|---|
| 581 | |
|---|
| 582 | * Remove references to the forgotten hardcoded python2.3 and python2.4 |
|---|
| 583 | version from the python-vte.install file, thanks Daniel Holbach. |
|---|
| 584 | * Urgency medium since this will cause FTBFS in the future. |
|---|
| 585 | |
|---|
| 586 | -- Loic Minier <lool@dooz.org> Tue, 5 Sep 2006 16:36:09 +0200 |
|---|
| 587 | |
|---|
| 588 | vte (1:0.12.2-3) unstable; urgency=medium |
|---|
| 589 | |
|---|
| 590 | * Drop useless DEB_PYTHON_SYSTEM=pysupport. |
|---|
| 591 | * Rework package build completely to follow pyversions --requested. |
|---|
| 592 | * Set pyversions to "2.3-". |
|---|
| 593 | * Urgency medium since this fixes a FTBFS. |
|---|
| 594 | |
|---|
| 595 | -- Loic Minier <lool@dooz.org> Wed, 23 Aug 2006 15:44:03 +0200 |
|---|
| 596 | |
|---|
| 597 | vte (1:0.12.2-2) unstable; urgency=low |
|---|
| 598 | |
|---|
| 599 | [ Loic Minier ] |
|---|
| 600 | * Remove versions in Conflicts/Replaces with python2.X-vte. |
|---|
| 601 | |
|---|
| 602 | [ Josselin Mouette ] |
|---|
| 603 | * 12_python_reaper.patch: patch from Michael Vogt to add a python |
|---|
| 604 | binding for the reaper object (closes: #364383, #381143). |
|---|
| 605 | |
|---|
| 606 | [ Loic Minier ] |
|---|
| 607 | * Add ${misc:Depends}. |
|---|
| 608 | |
|---|
| 609 | -- Loic Minier <lool@dooz.org> Wed, 9 Aug 2006 22:15:22 +0200 |
|---|
| 610 | |
|---|
| 611 | vte (1:0.12.2-1) unstable; urgency=low |
|---|
| 612 | |
|---|
| 613 | [ Loic Minier ] |
|---|
| 614 | * New upstream release. |
|---|
| 615 | - Relibtoolize. |
|---|
| 616 | [debian/patches/70_relibtoolize.patch] |
|---|
| 617 | * Fix watch file. |
|---|
| 618 | |
|---|
| 619 | [ Gustavo Franco ] |
|---|
| 620 | * Python New Policy Transition. (Closes: #373405) |
|---|
| 621 | - debian/control: |
|---|
| 622 | - python-vte now provides Python 2.3 and 2.4 vte Python bindings. |
|---|
| 623 | - Add python-support as Build-Depends. |
|---|
| 624 | - Fix python-vte package description. |
|---|
| 625 | - debian/rules: |
|---|
| 626 | - Add DEB_PYTHON_SYSTEM variable and set to pysupport. |
|---|
| 627 | - Make the needed changes to provide Python 2.3 and 2.4 vte Python |
|---|
| 628 | bindings in the same binary package (python-vte). |
|---|
| 629 | - Remove dh_python call since it's no more needed. |
|---|
| 630 | - Add dh_pysupport call in binary-install/python-vte target. |
|---|
| 631 | - Remove debian/python{2.3,2.4}-vte.install |
|---|
| 632 | - Add debian/python-vte.install |
|---|
| 633 | * Set debhelper compatibility to 5. |
|---|
| 634 | |
|---|
| 635 | -- Gustavo Franco <stratus@debian.org> Tue, 11 Jul 2006 01:06:36 -0300 |
|---|
| 636 | |
|---|
| 637 | vte (1:0.12.1-1) unstable; urgency=low |
|---|
| 638 | |
|---|
| 639 | [ Josselin Mouette ] |
|---|
| 640 | * Set fatalerror as the primary maintainer. |
|---|
| 641 | * Make the package binNMU-safe. |
|---|
| 642 | + Build-depend on dpkg-dev 1.13.19. |
|---|
| 643 | + Use ${source:Version} and ${binary:Version}. |
|---|
| 644 | |
|---|
| 645 | [ Loic Minier ] |
|---|
| 646 | * Stop shipping /usr/lib/*.la files in libvte-dev. |
|---|
| 647 | [debian/libvte-dev.install] |
|---|
| 648 | * New upstream release, with API additions. |
|---|
| 649 | - Bump up libgtk2.0-dev build-dep to >= 2.6.0. |
|---|
| 650 | [debian/control, debian/control.in] |
|---|
| 651 | - Add a libglib2.0-dev build-dep (> 2.6.0). |
|---|
| 652 | [debian/control, debian/control.in] |
|---|
| 653 | - Bump shlibs to >= 1:0.12.1. |
|---|
| 654 | [debian/rules] |
|---|
| 655 | - Drop restricted region adjustment patch as upstream merged it and also |
|---|
| 656 | fixed a couple of issues it had. |
|---|
| 657 | [debian/patches/20_restricted_region_readjustment.patch] |
|---|
| 658 | - Relibtoolize. |
|---|
| 659 | [debian/patches/70_relibtoolize.patch] |
|---|
| 660 | * Fix clenaup of /debian/tmp-2.3 instead of debian/tmp-2.3 introduced with |
|---|
| 661 | Python 2.4 support. |
|---|
| 662 | [debian/rules] |
|---|
| 663 | * Bump up Standards-Version to 3.7.2. |
|---|
| 664 | [debian/control, debian/control.in] |
|---|
| 665 | |
|---|
| 666 | -- Loic Minier <lool@dooz.org> Fri, 12 May 2006 16:11:16 +0200 |
|---|
| 667 | |
|---|
| 668 | vte (1:0.12.0-2) unstable; urgency=low |
|---|
| 669 | |
|---|
| 670 | * Drop references to libXcursor.la |
|---|
| 671 | |
|---|
| 672 | -- Guilherme de S. Pastore <gpastore@debian.org> Fri, 21 Apr 2006 12:49:11 -0300 |
|---|
| 673 | |
|---|
| 674 | vte (1:0.12.0-1) unstable; urgency=low |
|---|
| 675 | |
|---|
| 676 | * New upstream release. |
|---|
| 677 | * debian/patches/20_restricted_region_readjustment.patch: |
|---|
| 678 | - patch from upstream CVS to fix the famous Blue Screen of |
|---|
| 679 | Death with irssi running inside screen. |
|---|
| 680 | * debian/copyright: |
|---|
| 681 | - updated list of upstream authors |
|---|
| 682 | - updated to use http://download.gnome.org/ |
|---|
| 683 | * debian/watch: |
|---|
| 684 | - updated to use http://download.gnome.org/ |
|---|
| 685 | |
|---|
| 686 | -- Guilherme de S. Pastore <guilherme.pastore@terra.com.br> Sun, 2 Apr 2006 12:15:57 -0300 |
|---|
| 687 | |
|---|
| 688 | vte (1:0.11.20-3) unstable; urgency=low |
|---|
| 689 | |
|---|
| 690 | * Fix Python build-deps, thanks Jan LÃŒbbe. |
|---|
| 691 | [debian/control, debian/control.in] |
|---|
| 692 | |
|---|
| 693 | -- Loic Minier <lool@dooz.org> Mon, 27 Feb 2006 09:55:30 +0100 |
|---|
| 694 | |
|---|
| 695 | vte (1:0.11.20-2) unstable; urgency=low |
|---|
| 696 | |
|---|
| 697 | * Merge nice patch from Jan LÃŒbbe to build vte's python bindings for python |
|---|
| 698 | 2.3 and 2.4. (Closes: #353434) |
|---|
| 699 | [debian/control, debian/control.in, debian/python-vte.install, |
|---|
| 700 | debian/python2.3-vte.install, debian/python2.4-vte.install, debian/rules] |
|---|
| 701 | * Tune up the descriptions slightly. |
|---|
| 702 | [debian/control, debian/control.in] |
|---|
| 703 | * Let python2.3-vte replace previous versions of python-vte. |
|---|
| 704 | [debian/control, debian/control.in] |
|---|
| 705 | |
|---|
| 706 | -- Loic Minier <lool@dooz.org> Sun, 26 Feb 2006 21:34:54 +0100 |
|---|
| 707 | |
|---|
| 708 | vte (1:0.11.20-1) unstable; urgency=low |
|---|
| 709 | |
|---|
| 710 | * New upstream release. |
|---|
| 711 | |
|---|
| 712 | -- Loic Minier <lool@dooz.org> Sun, 26 Feb 2006 11:28:15 +0100 |
|---|
| 713 | |
|---|
| 714 | vte (1:0.11.19-1) unstable; urgency=low |
|---|
| 715 | |
|---|
| 716 | * New upstream release. |
|---|
| 717 | - Shift+Insert pasting works as in the past. (Closes: #354275) |
|---|
| 718 | |
|---|
| 719 | -- Loic Minier <lool@dooz.org> Sat, 25 Feb 2006 17:45:13 +0100 |
|---|
| 720 | |
|---|
| 721 | vte (1:0.11.18-1) unstable; urgency=low |
|---|
| 722 | |
|---|
| 723 | * New upstream release. |
|---|
| 724 | - Drop double free() fix (merged upstream). |
|---|
| 725 | [debian/patches/07_remove_doublefree.patch] |
|---|
| 726 | |
|---|
| 727 | -- Loic Minier <lool@dooz.org> Sun, 12 Feb 2006 20:55:57 +0100 |
|---|
| 728 | |
|---|
| 729 | vte (1:0.11.17-1) unstable; urgency=low |
|---|
| 730 | |
|---|
| 731 | * New upstream release. |
|---|
| 732 | - This release backs out all changes made to the .pc file in |
|---|
| 733 | debian/patches/30_pkg-config-private-fields.patch, and hence reopens |
|---|
| 734 | #340406, but should include proper -I flags. (Closes: #346039) |
|---|
| 735 | - New patch to move only the libfreetype link flags to Libs.private. |
|---|
| 736 | [debian/patches/30_pkg-config-private-field-for-freetype.patch] |
|---|
| 737 | (Closes: #340406) |
|---|
| 738 | - Drop patch adding console sequesnces to save/restore cursor position |
|---|
| 739 | (merged upstream). |
|---|
| 740 | [debian/patches/05_cursor_position.patch] |
|---|
| 741 | - Drop relibtoolizing patch as the person bootstrapping vte for GNOME was |
|---|
| 742 | visibly running Debian. :) |
|---|
| 743 | [debian/patches/70_relibtoolize.patch] |
|---|
| 744 | |
|---|
| 745 | -- Loic Minier <lool@dooz.org> Sun, 29 Jan 2006 18:35:39 +0100 |
|---|
| 746 | |
|---|
| 747 | vte (1:0.11.16-1) unstable; urgency=low |
|---|
| 748 | |
|---|
| 749 | * New upstream release. |
|---|
| 750 | - Drop patch to use .private pkg-config pseudo-headers (included |
|---|
| 751 | upstream). |
|---|
| 752 | [debian/patches/30_pkg-config-private-fields.patch] |
|---|
| 753 | - No need to "rm python/vte.c", this is not distributed upstream anymore. |
|---|
| 754 | [debian/rules] |
|---|
| 755 | - Drop patch to fix gdk warnings (included upstream). |
|---|
| 756 | [debian/patches/20_gdk-warning.patch] |
|---|
| 757 | - Relibtoolize. |
|---|
| 758 | [debian/patches/70_relibtoolize.patch] |
|---|
| 759 | |
|---|
| 760 | -- Loic Minier <lool@dooz.org> Mon, 23 Jan 2006 22:15:53 +0100 |
|---|
| 761 | |
|---|
| 762 | vte (1:0.11.15-4) unstable; urgency=low |
|---|
| 763 | |
|---|
| 764 | * Build-depend on libfreetype6-dev (>= 2.0.2) to match the checks in |
|---|
| 765 | configure.in. (Closes: #340412) |
|---|
| 766 | [debian/control, debian/control.in] |
|---|
| 767 | * Use pkg-config's Libs.private and Requires.private field for libraries and |
|---|
| 768 | packages needed only for static linking instead of the Libs / Requires |
|---|
| 769 | fields; you need to build-depend on pkg-config (>= 0.18) to use these |
|---|
| 770 | fields. Based on a patch by Steve Langasek. (Closes: #340406) |
|---|
| 771 | [debian/patches/30_pkg-config-private-fields.patch] |
|---|
| 772 | |
|---|
| 773 | -- Loic Minier <lool@dooz.org> Wed, 23 Nov 2005 15:23:11 +0100 |
|---|
| 774 | |
|---|
| 775 | vte (1:0.11.15-3) unstable; urgency=high |
|---|
| 776 | |
|---|
| 777 | * Force regeneration of the python bindings by removing python/vte.c. |
|---|
| 778 | (Closes: #334001, #334668, #338090) |
|---|
| 779 | [debian/rules] |
|---|
| 780 | |
|---|
| 781 | -- Loic Minier <lool@dooz.org> Tue, 8 Nov 2005 22:38:50 +0100 |
|---|
| 782 | |
|---|
| 783 | vte (1:0.11.15-2) unstable; urgency=high |
|---|
| 784 | |
|---|
| 785 | * Urgency high for RC bug fix. |
|---|
| 786 | * Add libsm-dev, libice-dev, zlib1g-dev, libncurses5-dev | libncurses-dev, |
|---|
| 787 | libx11-dev, and libfontconfig1-dev deps to vte-dev, according to its .pc |
|---|
| 788 | file. (Closes: #259671) [debian/control, debian/control.in] |
|---|
| 789 | |
|---|
| 790 | -- Loic Minier <lool@dooz.org> Sun, 16 Oct 2005 22:21:33 +0200 |
|---|
| 791 | |
|---|
| 792 | vte (1:0.11.15-1) unstable; urgency=low |
|---|
| 793 | |
|---|
| 794 | [ Sebastien Bacher ] |
|---|
| 795 | * debian/control.in: |
|---|
| 796 | - use ${python:Depends}. |
|---|
| 797 | * debian/python-vte.install: |
|---|
| 798 | - don't use a specific python version. |
|---|
| 799 | * debian/rules: |
|---|
| 800 | - use dh_python. |
|---|
| 801 | |
|---|
| 802 | [ Loic Minier ] |
|---|
| 803 | * New upstream releases. |
|---|
| 804 | - Fix confusion between py_palette and item in |
|---|
| 805 | _wrap_vte_terminal_set_colors(), doesn't segfault anymore in |
|---|
| 806 | vte.Terminal.set_colors(). (Closes: #319987) |
|---|
| 807 | * Add CDBS' utils. |
|---|
| 808 | * Drop obsolete patches. [debian/patches/02_path_xtra.patch, |
|---|
| 809 | debian/patches/03_path_xtra-2.patch, |
|---|
| 810 | debian/patches/11_hide_pageup_behavior.patch] |
|---|
| 811 | * Temporarily add libxt-dev build-dependency to let |
|---|
| 812 | AC_PATH_X/AC_PATH_XTRA autodetect X development files, see |
|---|
| 813 | <http://bugzilla.gnome.org/show_bug.cgi?id=314669>. |
|---|
| 814 | * Update FSF address. [debian/copyright] |
|---|
| 815 | |
|---|
| 816 | -- Loic Minier <lool@dooz.org> Sun, 11 Sep 2005 16:03:32 +0200 |
|---|
| 817 | |
|---|
| 818 | vte (1:0.11.13-4) unstable; urgency=high |
|---|
| 819 | |
|---|
| 820 | * Urgency high for testing targetted RC bugfix. |
|---|
| 821 | * Add dependencies to libvte-dev on libxft-dev, libfreetype6-dev, |
|---|
| 822 | libatk1.0-dev, libpango1.0-dev, libglib2.0-dev to conform with libvte.la's |
|---|
| 823 | dependency_libs. [debian/control, debian/control.in] (Closes: #259671) |
|---|
| 824 | |
|---|
| 825 | -- Loic Minier <lool@dooz.org> Sun, 31 Jul 2005 16:01:15 +0200 |
|---|
| 826 | |
|---|
| 827 | vte (1:0.11.13-3) unstable; urgency=low |
|---|
| 828 | |
|---|
| 829 | * Fix Gdk warnings with a patch from upstream. (Closes: #316940, #318549) |
|---|
| 830 | [debian/patches/20_gdk-warning.patch] |
|---|
| 831 | * Bump up Standards Version to 3.6.2. |
|---|
| 832 | |
|---|
| 833 | -- Loic Minier <lool@dooz.org> Thu, 21 Jul 2005 20:01:23 +0200 |
|---|
| 834 | |
|---|
| 835 | vte (1:0.11.13-2) unstable; urgency=low |
|---|
| 836 | |
|---|
| 837 | * Rebuild on an unstable box to avoid dependencies in experimental. |
|---|
| 838 | |
|---|
| 839 | -- Josselin Mouette <joss@debian.org> Sat, 30 Apr 2005 19:07:20 +0200 |
|---|
| 840 | |
|---|
| 841 | vte (1:0.11.13-1) unstable; urgency=low |
|---|
| 842 | |
|---|
| 843 | * New upstream version |
|---|
| 844 | * Added a new package that contains the documentation (Closes: #300742) |
|---|
| 845 | * debian/patches: |
|---|
| 846 | - 01_vtemodule.patch: applied |
|---|
| 847 | |
|---|
| 848 | -- Arnaud Patard <arnaud.patard@rtp-net.org> Tue, 19 Apr 2005 23:05:02 +0200 |
|---|
| 849 | |
|---|
| 850 | vte (1:0.11.12-1) unstable; urgency=low |
|---|
| 851 | |
|---|
| 852 | * New upstream version. Lots of patches in Gnome's bugzilla have been |
|---|
| 853 | applied. |
|---|
| 854 | * debian/patches : |
|---|
| 855 | - Merged patches : |
|---|
| 856 | 05_performance_boost.patch |
|---|
| 857 | 10_redraw_vte_screen.patch |
|---|
| 858 | 12_fix_display_corrption_in_utf8.patch |
|---|
| 859 | - Splitted 02_path_xtra.patch into to patches : |
|---|
| 860 | 02_path_xtra.patch contains the configure.in patch |
|---|
| 861 | 03_path_xtra-2.patch contains the configure patch |
|---|
| 862 | - Updated 07_remove_doublefree.patch as it's partially applied |
|---|
| 863 | |
|---|
| 864 | -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 3 Mar 2005 23:54:07 +0100 |
|---|
| 865 | |
|---|
| 866 | vte (1:0.11.11-6) unstable; urgency=low |
|---|
| 867 | |
|---|
| 868 | * Added patches from Emil Soleyman-Zomalan <emil@nishra.com>. |
|---|
| 869 | * debian/patches: |
|---|
| 870 | - Balanced performance improvement (Closes: #197797) |
|---|
| 871 | 05_performance_boost.patch |
|---|
| 872 | http://bugs.gnome.org/show_bug.cgi?id=143914 |
|---|
| 873 | - Resolve double free problem |
|---|
| 874 | 07_remove_doublefree.patch |
|---|
| 875 | http://bugs.gnome.org/show_bug.cgi?id=161337 |
|---|
| 876 | - Set backspace behavior to utf8 (depends on utf8 locale) |
|---|
| 877 | 08_set_backspace_to_utf8.patch |
|---|
| 878 | http://bugs.gnome.org/show_bug.cgi?id=158200 |
|---|
| 879 | - Make vte multi-screen safe |
|---|
| 880 | 09_multiscreen_safe.patch |
|---|
| 881 | http://bugs.gnome.org/show_bug.cgi?id=160782 |
|---|
| 882 | - Redraw vte screen with correct background color |
|---|
| 883 | 10_redraw_vte_screen.patch |
|---|
| 884 | http://bugs.gnome.org/show_bug.cgi?id=125364 |
|---|
| 885 | - Hide manifestation of PageUp behavior with less (Closes: #285143) |
|---|
| 886 | 11_hide_pageup_behavior.patch |
|---|
| 887 | http://bugzilla.gnome.org/show_bug.cgi?id=115149 |
|---|
| 888 | - Fix utf8 display cooruption (Closes: #276316) |
|---|
| 889 | 12_fix_display_corrption_in_utf8.patch |
|---|
| 890 | http://bugzilla.gnome.org/show_bug.cgi?id=154896 |
|---|
| 891 | |
|---|
| 892 | -- Arnaud Patard <arnaud.patard@rtp-net.org> Wed, 22 Dec 2004 01:32:58 +0100 |
|---|
| 893 | |
|---|
| 894 | vte (1:0.11.11-5) unstable; urgency=low |
|---|
| 895 | |
|---|
| 896 | * debian/patches: |
|---|
| 897 | - Relibtoolized 02_path_xtra.patch (Closes: #259671) |
|---|
| 898 | - Added an updated patch from http://bugs.gnome.org/show_bug.cgi?id=142640 |
|---|
| 899 | to display correctly fonts (Closes: #251355) |
|---|
| 900 | |
|---|
| 901 | -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 12 Aug 2004 14:00:51 +0200 |
|---|
| 902 | |
|---|
| 903 | vte (1:0.11.11-4) unstable; urgency=low |
|---|
| 904 | |
|---|
| 905 | * GNOME team upload. |
|---|
| 906 | * debian/rules: add epoch to shlib declaration (closes: #253120). |
|---|
| 907 | |
|---|
| 908 | -- Jordi Mallach <jordi@debian.org> Sun, 20 Jun 2004 17:24:12 +0200 |
|---|
| 909 | |
|---|
| 910 | vte (1:0.11.11-3) unstable; urgency=low |
|---|
| 911 | |
|---|
| 912 | * Gnome Team Upload. |
|---|
| 913 | * debian/rules: |
|---|
| 914 | + shlibs version = 0.11.11. |
|---|
| 915 | |
|---|
| 916 | -- Sebastien Bacher <seb128@debian.org> Tue, 8 Jun 2004 00:55:25 +0200 |
|---|
| 917 | |
|---|
| 918 | vte (1:0.11.11-2) unstable; urgency=low |
|---|
| 919 | |
|---|
| 920 | * GNOME Team Upload. |
|---|
| 921 | * Upload in unstable. |
|---|
| 922 | |
|---|
| 923 | -- Sebastien Bacher <seb128@debian.org> Thu, 27 May 2004 00:15:35 +0200 |
|---|
| 924 | |
|---|
| 925 | vte (1:0.11.11-1) experimental; urgency=low |
|---|
| 926 | |
|---|
| 927 | * New upstream version |
|---|
| 928 | - Removes all former patches, as they're no more needed |
|---|
| 929 | - Add a patch for correcting init_vte typos. |
|---|
| 930 | - This version add more documentation in python-vte module (Closes: #225296) |
|---|
| 931 | - New build dependency on gtk-doc-tools |
|---|
| 932 | * Added a patch for using AC_PATH_XTRA with Debian's enhancements. |
|---|
| 933 | * Added a patch for supporting some save/restore cursor position console |
|---|
| 934 | sequences (Closes: 248896) |
|---|
| 935 | |
|---|
| 936 | -- Arnaud Patard <arnaud.patard@rtp-net.org> Sun, 2 May 2004 22:37:25 +0200 |
|---|
| 937 | |
|---|
| 938 | vte (1:0.11.10-8) unstable; urgency=low |
|---|
| 939 | |
|---|
| 940 | * debian/patches: |
|---|
| 941 | - Added a patch to support the vte_terminal_fork_pty call coming from |
|---|
| 942 | upstream cvs (Closes: #241485) |
|---|
| 943 | |
|---|
| 944 | -- Arnaud Patard <arnaud.patard@rtp-net.org> Sun, 18 Apr 2004 14:18:56 +0200 |
|---|
| 945 | |
|---|
| 946 | vte (1:0.11.10-7) unstable; urgency=low |
|---|
| 947 | |
|---|
| 948 | * The gnome-pty-helper didn't have the right permissions, so it couldn't |
|---|
| 949 | update the utmp files. (Closes: #240279) |
|---|
| 950 | |
|---|
| 951 | -- Arnaud Patard <arnaud.patard@rtp-net.org> Tue, 30 Mar 2004 01:15:47 +0200 |
|---|
| 952 | |
|---|
| 953 | vte (1:0.11.10-6) unstable; urgency=low |
|---|
| 954 | |
|---|
| 955 | * Fixed build-dependencies (Closes: #238470) |
|---|
| 956 | |
|---|
| 957 | -- Arnaud Patard <arnaud.patard@rtp-net.org> Wed, 17 Mar 2004 19:25:26 +0100 |
|---|
| 958 | |
|---|
| 959 | vte (1:0.11.10-5) unstable; urgency=low |
|---|
| 960 | |
|---|
| 961 | * New maintainer (Closes: #234970) |
|---|
| 962 | * Switched from debhelper to cdbs for the packaging |
|---|
| 963 | |
|---|
| 964 | -- Arnaud Patard <arnaud.patard@rtp-net.org> Sun, 29 Feb 2004 19:41:29 +0100 |
|---|
| 965 | |
|---|
| 966 | vte (1:0.11.10-4) unstable; urgency=low |
|---|
| 967 | |
|---|
| 968 | * This package suck more and more, slow, broken and upstream don't care, |
|---|
| 969 | thus orpahned. |
|---|
| 970 | |
|---|
| 971 | -- Christian Marillat <marillat@debian.org> Thu, 26 Feb 2004 21:48:39 +0100 |
|---|
| 972 | |
|---|
| 973 | vte (1:0.11.10-3) unstable; urgency=low |
|---|
| 974 | |
|---|
| 975 | * New patch 02_link.dpatch to fix broken linkage (Closes: #220108) |
|---|
| 976 | |
|---|
| 977 | -- Christian Marillat <marillat@debian.org> Sun, 30 Nov 2003 17:21:07 +0100 |
|---|
| 978 | |
|---|
| 979 | vte (1:0.11.10-2) unstable; urgency=low |
|---|
| 980 | |
|---|
| 981 | * Add patch for less artifacts (Closes: #218399) |
|---|
| 982 | * NMU aren't walcome when I've tagged this bug pending two days ago. Don't |
|---|
| 983 | touch my packages. |
|---|
| 984 | |
|---|
| 985 | -- Christian Marillat <marillat@debian.org> Mon, 3 Nov 2003 19:13:10 +0100 |
|---|
| 986 | |
|---|
| 987 | vte (1:0.11.10-1) unstable; urgency=low |
|---|
| 988 | |
|---|
| 989 | * New upstream release. |
|---|
| 990 | |
|---|
| 991 | -- Christian Marillat <marillat@debian.org> Sun, 19 Oct 2003 11:32:07 +0200 |
|---|
| 992 | |
|---|
| 993 | vte (1:0.10.29-6) unstable; urgency=low |
|---|
| 994 | |
|---|
| 995 | * Re-apply cursor blinking patch (Closes: #186764, #211818) |
|---|
| 996 | |
|---|
| 997 | -- Christian Marillat <marillat@debian.org> Tue, 30 Sep 2003 22:50:18 +0200 |
|---|
| 998 | |
|---|
| 999 | vte (1:0.10.29-5) unstable; urgency=low |
|---|
| 1000 | |
|---|
| 1001 | * Add libxrender-dev in Builde-Depends and Depends for the -dev package (Closes: #208533) |
|---|
| 1002 | |
|---|
| 1003 | -- Christian Marillat <marillat@debian.org> Wed, 3 Sep 2003 18:19:51 +0200 |
|---|
| 1004 | |
|---|
| 1005 | vte (1:0.10.29-4) unstable; urgency=low |
|---|
| 1006 | |
|---|
| 1007 | * Fix python dependencies in python-vte (Closes: #206285) |
|---|
| 1008 | * New patch to fix a bug with the blinking (Closes: #186764) |
|---|
| 1009 | |
|---|
| 1010 | -- Christian Marillat <marillat@debian.org> Wed, 20 Aug 2003 16:29:34 +0200 |
|---|
| 1011 | |
|---|
| 1012 | vte (1:0.10.29-3) unstable; urgency=low |
|---|
| 1013 | |
|---|
| 1014 | * debian/control Add python-gtk2-dev in build-depends |
|---|
| 1015 | * python package need to depends on a versioned python-gtk2 (>= 1.99.17-2) |
|---|
| 1016 | * Revert bug introduced in 0.10.28 about scrolling page (Closes: #190651, #203049) |
|---|
| 1017 | |
|---|
| 1018 | -- Christian Marillat <marillat@debian.org> Tue, 19 Aug 2003 20:43:43 +0200 |
|---|
| 1019 | |
|---|
| 1020 | vte (1:0.10.29-2) unstable; urgency=low |
|---|
| 1021 | |
|---|
| 1022 | * debian/rules remove an old CC=gcc-3.2 (Closes: #196911) |
|---|
| 1023 | |
|---|
| 1024 | -- Christian Marillat <marillat@debian.org> Tue, 10 Jun 2003 20:33:06 +0200 |
|---|
| 1025 | |
|---|
| 1026 | vte (1:0.10.29-1) unstable; urgency=low |
|---|
| 1027 | |
|---|
| 1028 | * New upstream release. |
|---|
| 1029 | |
|---|
| 1030 | -- Christian Marillat <marillat@debian.org> Mon, 9 Jun 2003 22:26:53 +0200 |
|---|
| 1031 | |
|---|
| 1032 | vte (1:0.10.28-1) unstable; urgency=low |
|---|
| 1033 | |
|---|
| 1034 | * New upstream release. |
|---|
| 1035 | |
|---|
| 1036 | -- Christian Marillat <marillat@debian.org> Tue, 13 May 2003 09:07:26 +0200 |
|---|
| 1037 | |
|---|
| 1038 | vte (1:0.10.27-1) unstable; urgency=low |
|---|
| 1039 | |
|---|
| 1040 | * New upstream release. |
|---|
| 1041 | * Fix fonts size (Closes: #186705) |
|---|
| 1042 | |
|---|
| 1043 | -- Christian Marillat <marillat@debian.org> Mon, 5 May 2003 13:13:52 +0200 |
|---|
| 1044 | |
|---|
| 1045 | vte (0.11.0-2) unstable; urgency=low |
|---|
| 1046 | |
|---|
| 1047 | * Update section |
|---|
| 1048 | * Fix crash on exit (Closes: #186593) |
|---|
| 1049 | |
|---|
| 1050 | -- Christian Marillat <marillat@debian.org> Fri, 4 Apr 2003 12:49:57 +0200 |
|---|
| 1051 | |
|---|
| 1052 | vte (0.11.0-1) unstable; urgency=low |
|---|
| 1053 | |
|---|
| 1054 | * New upstream release. |
|---|
| 1055 | |
|---|
| 1056 | -- Christian Marillat <marillat@debian.org> Wed, 26 Mar 2003 21:26:39 +0100 |
|---|
| 1057 | |
|---|
| 1058 | vte (0.10.26-1) unstable; urgency=low |
|---|
| 1059 | |
|---|
| 1060 | * New upstream release. |
|---|
| 1061 | * Fix text wrapping (Closes: #183337) |
|---|
| 1062 | |
|---|
| 1063 | -- Christian Marillat <marillat@debian.org> Tue, 4 Mar 2003 21:09:31 +0100 |
|---|
| 1064 | |
|---|
| 1065 | vte (0.10.25-1) unstable; urgency=low |
|---|
| 1066 | |
|---|
| 1067 | * new upstream release. |
|---|
| 1068 | |
|---|
| 1069 | -- Christian Marillat <marillat@debian.org> Tue, 25 Feb 2003 01:39:37 +0100 |
|---|
| 1070 | |
|---|
| 1071 | vte (0.10.23-1) unstable; urgency=low |
|---|
| 1072 | |
|---|
| 1073 | * New upstream release. |
|---|
| 1074 | |
|---|
| 1075 | -- Christian Marillat <marillat@debian.org> Fri, 21 Feb 2003 20:56:58 +0100 |
|---|
| 1076 | |
|---|
| 1077 | vte (0.10.22-1) unstable; urgency=low |
|---|
| 1078 | |
|---|
| 1079 | * New upstream release. |
|---|
| 1080 | * Fix tab focus (Closes: #180370) |
|---|
| 1081 | |
|---|
| 1082 | -- Christian Marillat <marillat@debian.org> Thu, 20 Feb 2003 10:17:29 +0100 |
|---|
| 1083 | |
|---|
| 1084 | vte (0.10.20-1) unstable; urgency=low |
|---|
| 1085 | |
|---|
| 1086 | * New upstream release. |
|---|
| 1087 | |
|---|
| 1088 | -- Christian Marillat <marillat@debian.org> Sat, 15 Feb 2003 02:00:29 +0100 |
|---|
| 1089 | |
|---|
| 1090 | vte (0.10.19-1) unstable; urgency=low |
|---|
| 1091 | |
|---|
| 1092 | * New upstream release. |
|---|
| 1093 | |
|---|
| 1094 | -- Christian Marillat <marillat@debian.org> Thu, 13 Feb 2003 10:42:34 +0100 |
|---|
| 1095 | |
|---|
| 1096 | vte (0.10.17-1) unstable; urgency=low |
|---|
| 1097 | |
|---|
| 1098 | * New upstream release. |
|---|
| 1099 | |
|---|
| 1100 | -- Christian Marillat <marillat@debian.org> Mon, 3 Feb 2003 15:56:24 +0100 |
|---|
| 1101 | |
|---|
| 1102 | vte (0.10.16-1) unstable; urgency=low |
|---|
| 1103 | |
|---|
| 1104 | * New upstream release. |
|---|
| 1105 | |
|---|
| 1106 | -- Christian Marillat <marillat@debian.org> Fri, 31 Jan 2003 18:06:35 +0100 |
|---|
| 1107 | |
|---|
| 1108 | vte (0.10.15-1) unstable; urgency=low |
|---|
| 1109 | |
|---|
| 1110 | * New upstream release. |
|---|
| 1111 | * Fix vim and scroll mouse (Closes: #176952) |
|---|
| 1112 | |
|---|
| 1113 | -- Christian Marillat <marillat@debian.org> Tue, 28 Jan 2003 10:47:06 +0100 |
|---|
| 1114 | |
|---|
| 1115 | vte (0.10.14-1) unstable; urgency=low |
|---|
| 1116 | |
|---|
| 1117 | * New upstream release. |
|---|
| 1118 | * Workaround to fix undocumented xttitle escape sequence (Closes: #178066) |
|---|
| 1119 | * Fix shift+arrows keys (Closes: #177745) |
|---|
| 1120 | * Fix DEC graphics characters (Closes: #177977) |
|---|
| 1121 | |
|---|
| 1122 | -- Christian Marillat <marillat@debian.org> Fri, 24 Jan 2003 12:24:18 +0100 |
|---|
| 1123 | |
|---|
| 1124 | vte (0.10.12-1) unstable; urgency=low |
|---|
| 1125 | |
|---|
| 1126 | * New upstream release. |
|---|
| 1127 | |
|---|
| 1128 | -- Christian Marillat <marillat@debian.org> Mon, 20 Jan 2003 22:54:23 +0100 |
|---|
| 1129 | |
|---|
| 1130 | vte (0.10.11-1) unstable; urgency=low |
|---|
| 1131 | |
|---|
| 1132 | * New upstream release. |
|---|
| 1133 | |
|---|
| 1134 | -- Christian Marillat <marillat@debian.org> Sat, 18 Jan 2003 15:57:33 +0100 |
|---|
| 1135 | |
|---|
| 1136 | vte (0.10.10-2) unstable; urgency=low |
|---|
| 1137 | |
|---|
| 1138 | * -dev package should depends on libncurses5-dev (Closes: #176684) |
|---|
| 1139 | |
|---|
| 1140 | -- Christian Marillat <marillat@debian.org> Tue, 14 Jan 2003 16:52:06 +0100 |
|---|
| 1141 | |
|---|
| 1142 | vte (0.10.10-1) unstable; urgency=low |
|---|
| 1143 | |
|---|
| 1144 | * New upstream release. |
|---|
| 1145 | |
|---|
| 1146 | -- Christian Marillat <marillat@debian.org> Tue, 14 Jan 2003 12:13:00 +0100 |
|---|
| 1147 | |
|---|
| 1148 | vte (0.10.8-1) unstable; urgency=low |
|---|
| 1149 | |
|---|
| 1150 | * New upstream release. |
|---|
| 1151 | * Build against libxft2-dev |
|---|
| 1152 | * Remove gcc-3.2 build-dependency |
|---|
| 1153 | * Bump Standards-Version to 3.5.8 |
|---|
| 1154 | |
|---|
| 1155 | -- Christian Marillat <marillat@debian.org> Wed, 8 Jan 2003 16:18:25 +0100 |
|---|
| 1156 | |
|---|
| 1157 | vte (0.10.7-1) unstable; urgency=low |
|---|
| 1158 | |
|---|
| 1159 | * new upstream release. |
|---|
| 1160 | |
|---|
| 1161 | -- Christian Marillat <marillat@debian.org> Thu, 12 Dec 2002 15:43:33 +0100 |
|---|
| 1162 | |
|---|
| 1163 | vte (0.10.5-1) unstable; urgency=low |
|---|
| 1164 | |
|---|
| 1165 | * New upstream release. |
|---|
| 1166 | |
|---|
| 1167 | -- Christian Marillat <marillat@debian.org> Wed, 4 Dec 2002 13:19:25 +0100 |
|---|
| 1168 | |
|---|
| 1169 | vte (0.10.4-1) unstable; urgency=low |
|---|
| 1170 | |
|---|
| 1171 | * New upstream release. |
|---|
| 1172 | |
|---|
| 1173 | -- Christian Marillat <marillat@debian.org> Tue, 12 Nov 2002 17:11:26 +0100 |
|---|
| 1174 | |
|---|
| 1175 | vte (0.10.3-1) unstable; urgency=low |
|---|
| 1176 | |
|---|
| 1177 | * New upstream release. |
|---|
| 1178 | |
|---|
| 1179 | -- Christian Marillat <marillat@debian.org> Mon, 11 Nov 2002 18:48:53 +0100 |
|---|
| 1180 | |
|---|
| 1181 | vte (0.10.2-1) unstable; urgency=low |
|---|
| 1182 | |
|---|
| 1183 | * New upstream release. |
|---|
| 1184 | |
|---|
| 1185 | -- Christian Marillat <marillat@debian.org> Thu, 7 Nov 2002 16:09:09 +0100 |
|---|
| 1186 | |
|---|
| 1187 | vte (0.10.1-1) unstable; urgency=low |
|---|
| 1188 | |
|---|
| 1189 | * New upstream release. |
|---|
| 1190 | |
|---|
| 1191 | -- Christian Marillat <marillat@debian.org> Tue, 5 Nov 2002 16:39:09 +0100 |
|---|
| 1192 | |
|---|
| 1193 | vte (0.10-1) unstable; urgency=low |
|---|
| 1194 | |
|---|
| 1195 | * New upstream release. |
|---|
| 1196 | * Bump the libray package to 4 |
|---|
| 1197 | |
|---|
| 1198 | -- Christian Marillat <marillat@debian.org> Thu, 31 Oct 2002 19:58:18 +0100 |
|---|
| 1199 | |
|---|
| 1200 | vte (0.9.2-1) unstable; urgency=low |
|---|
| 1201 | |
|---|
| 1202 | * New upstream release. |
|---|
| 1203 | * Fix build with the python module (Closes: #164440) |
|---|
| 1204 | |
|---|
| 1205 | -- Christian Marillat <marillat@debian.org> Tue, 22 Oct 2002 16:15:17 +0200 |
|---|
| 1206 | |
|---|
| 1207 | vte (0.9.0-2) unstable; urgency=low |
|---|
| 1208 | |
|---|
| 1209 | * Should build-depends on gettext (Closes: #163611) |
|---|
| 1210 | |
|---|
| 1211 | -- Christian Marillat <marillat@debian.org> Mon, 7 Oct 2002 09:13:35 +0200 |
|---|
| 1212 | |
|---|
| 1213 | vte (0.9.0-1) unstable; urgency=low |
|---|
| 1214 | |
|---|
| 1215 | * New upstream releae. |
|---|
| 1216 | * Add build-dependency to python-gtk2 and python-dev |
|---|
| 1217 | * Add a python-vte package (Closes: #158588) |
|---|
| 1218 | * Bump the libray package to 3 |
|---|
| 1219 | * Move I18N file in the -common package |
|---|
| 1220 | |
|---|
| 1221 | -- Christian Marillat <marillat@debian.org> Sat, 5 Oct 2002 10:38:12 +0200 |
|---|
| 1222 | |
|---|
| 1223 | vte (0.5.1-2) unstable; urgency=low |
|---|
| 1224 | |
|---|
| 1225 | * Build with gcc-3.2 |
|---|
| 1226 | * Update to standards version 3.5.7 |
|---|
| 1227 | |
|---|
| 1228 | -- Christian Marillat <marillat@debian.org> Fri, 13 Sep 2002 21:38:02 +0200 |
|---|
| 1229 | |
|---|
| 1230 | vte (0.5.1-1) unstable; urgency=low |
|---|
| 1231 | |
|---|
| 1232 | * Initial Release (Closes: #153740) |
|---|
| 1233 | |
|---|
| 1234 | -- Christian Marillat <marillat@debian.org> Sun, 21 Jul 2002 16:30:57 +0200 |
|---|
| 1235 | |
|---|