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 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673
|
vinagre (3.22.0-8.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/patches:
+ Add 0003-fix-hangs-with-recent-FreeRDP-version.patch and
0004-fix-FreeRDP-API-usage.patch. This resolves vinagre hanging endlessly
with a black screen when connecting to a remote RDP server (Closes:
#983533).
-- Mike Gabriel <sunweaver@debian.org> Sun, 16 May 2021 23:11:19 +0200
vinagre (3.22.0-8) unstable; urgency=medium
* Team upload.
[ Kentaro Hayashi ]
* Drop needless dependency on libdbus-glib-1-dev.
dbus-glib is used with telepathy-glib, but Telepathy support is
explicitly disabled in debian/rules by --without-telepathy, so
dbus-glib is not necessary to build the vinagre package.
(Closes: #955963)
[ Andreas Henriksson ]
* Add upstream !8 as d/p/gcc-10.patch (Closes: #957912)
-- Andreas Henriksson <andreas@fatal.se> Fri, 01 Jan 2021 01:09:52 +0100
vinagre (3.22.0-7) unstable; urgency=medium
* Team upload
* Add debian/patches/131d151cb02245f84918f9ba5b3ef055758bcf61.patch
- add releases and content_rating tags in appdata (Closes: #949303)
-- Andreas Henriksson <andreas@fatal.se> Thu, 13 Feb 2020 12:44:47 +0100
vinagre (3.22.0-6) unstable; urgency=medium
* Restore -Wl,-O1 to our LDFLAGS
* Bump Standards-Version to 4.3.0
* Build-Depend on debhelper-compat 12 and drop debian/compat
-- Jeremy Bicha <jbicha@debian.org> Thu, 27 Dec 2018 17:58:36 -0500
vinagre (3.22.0-5) unstable; urgency=medium
[ Simon McVittie ]
* Update Vcs-Git, Vcs-Browser for move from Alioth svn to Salsa git
* debian/gbp.conf: Add
[ Jeremy Bicha ]
* Bump debhelper compat to 11
* Drop debian/NEWS. Last entry is 10 years ago.
* Bump Standards-Version to 4.1.3
-- Jeremy Bicha <jbicha@debian.org> Sat, 17 Mar 2018 23:04:38 -0400
vinagre (3.22.0-4) unstable; urgency=medium
* Build without Telepathy support
-- Jeremy Bicha <jbicha@debian.org> Tue, 27 Feb 2018 13:31:29 -0500
vinagre (3.22.0-3) unstable; urgency=low
* debian/control.in: Build-Depend on freerdp2-dev instead of libfreedp-dev
* Add freerdp2017.patch from Arch Linux to build with freerdp2
* Really bump debhelper compat level to 10 (Closes: #558536)
-- Jeremy Bicha <jbicha@debian.org> Fri, 27 Oct 2017 21:08:56 -0400
vinagre (3.22.0-2) unstable; urgency=medium
* debian/control.in: Build with spice support on all linux architectures
* debian/control.in: Bump Standards-Version to 4.1.0 (no further changes)
-- Laurent Bigonville <bigon@debian.org> Wed, 13 Sep 2017 17:40:36 +0200
vinagre (3.22.0-1) unstable; urgency=medium
[ Andreas Henriksson ]
* Drop obsolete freerdp-x11 recommends. (Closes: #805768)
- see commit "Use FreeRDP API in RDP plugin" (7ac600bf3014d)
[ Michael Biebl ]
* New upstream release.
* Bump Build-Depends on libglib2.0-dev to (>= 2.32.0) as per configure.ac.
* Bump Standards-Version to 3.9.8.
* Revert upstream commits which require a newer freerdp. The version
currently shipped in Debian is too old and doesn't provide
freerdp_get_last_error(), see #821125.
* Convert from cdbs to dh.
* Bump debhelper compat level to 10.
-- Michael Biebl <biebl@debian.org> Tue, 27 Sep 2016 22:01:39 +0200
vinagre (3.18.2-1) unstable; urgency=medium
* New upstream release.
-- Michael Biebl <biebl@debian.org> Thu, 12 Nov 2015 16:16:15 +0100
vinagre (3.18.1-1) unstable; urgency=medium
* New upstream release.
-- Michael Biebl <biebl@debian.org> Tue, 13 Oct 2015 21:37:47 +0200
vinagre (3.18.0-1) unstable; urgency=medium
[ Michael Biebl ]
* Remove Debian menu entry.
[ Andreas Henriksson ]
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Wed, 23 Sep 2015 10:12:02 +0200
vinagre (3.16.1-1) unstable; urgency=medium
* New upstream release.
* Bump debhelper compatibility level to 9.
-- Michael Biebl <biebl@debian.org> Thu, 21 May 2015 00:23:10 +0200
vinagre (3.14.1-1) unstable; urgency=medium
* New upstream release.
* Drop debian/patches/revert-appstream-usage.patch and build-depend against
appstream-util
* debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)
-- Laurent Bigonville <bigon@debian.org> Mon, 20 Oct 2014 01:10:17 +0200
vinagre (3.14.0-1) unstable; urgency=medium
* New upstream release.
* Update build-dependencies according to configure.ac changes:
- Switch from libvte-2.90-dev to libvte-2.91-dev
- Bump libfreerdp-dev to >= 1.1
* Drop gnome-icon-theme recommends
- it's now called adwaita-icon-theme and we'll just rely on
gtk+ pulling in a decent icon theme for us from now on.
* Drop debian/patches (all of them included in new upstream release)
- 01_Use-FreeRDP-API-in-RDP.patch
- 02_Request-RDP-certificate-verification.patch
- 03_Avoid-yes-no-buttons-in-certificate-dialogs.patch
* Add debian/patches/revert-appstream-usage.patch
- reverts upstream switch to appstream-glib which is not yet
in Debian, see #752900
-- Andreas Henriksson <andreas@fatal.se> Thu, 25 Sep 2014 19:20:09 +0200
vinagre (3.12.2-2) unstable; urgency=medium
* d/p/01_Use-FreeRDP-API-in-RDP.patch,
d/p/02_Request-RDP-certificate-verification.patch,
d/p/03_Avoid-yes-no-buttons-in-certificate-dialogs.patch:
Use FreeRDP API to manage user interractions (authentication and
certificate fingerprint verification (Closes: #757911))
* debian/control.in: Add libfreerdp-dev to the build-dependencies
* debian/rules, debian/control.in: Call autoreconf and enable hardening
flags
-- Laurent Bigonville <bigon@debian.org> Tue, 26 Aug 2014 15:09:21 +0200
vinagre (3.12.2-1) unstable; urgency=medium
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Fri, 16 May 2014 20:01:46 +0200
vinagre (3.12.1-1) unstable; urgency=medium
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Fri, 09 May 2014 21:07:52 +0200
vinagre (3.12.0-1) unstable; urgency=medium
[ Laurent Bigonville ]
* New upstream release (3.10.2).
* debian/control.in:
- Update Homepage URL
- Bump Standards-Version to 3.9.5 (no further changes)
- Add libspice-client-gtk-3.0-dev to build-dependency for
linux-{amd64,i386} architectures (Closes: #726631)
[ Andreas Henriksson ]
* New upstream release (3.12.0)
-- Andreas Henriksson <andreas@fatal.se> Mon, 24 Mar 2014 22:52:23 +0100
vinagre (3.10.1-1) experimental; urgency=low
* New upstream release.
* Bump build-dependency on libgtk-3-dev to >= 3.9.6.
* Update vinagre Recommends on rdesktop to freerdp-x11
- upstream switched to use xfreerdp instead of rdesktop
-- Andreas Henriksson <andreas@fatal.se> Thu, 17 Oct 2013 11:42:06 +0200
vinagre (3.8.3-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Thu, 22 Aug 2013 16:15:57 +0200
vinagre (3.8.2-1) unstable; urgency=low
* New upstream release.
* debian/control.in:
+ Remove obsolete libx11-dev build dependency.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 25 May 2013 16:17:29 +0200
vinagre (3.8.0-1) experimental; urgency=low
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Thu, 04 Apr 2013 14:27:06 +0200
vinagre (3.7.91-1) experimental; urgency=low
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Wed, 13 Mar 2013 13:51:46 +0100
vinagre (3.6.0-1) experimental; urgency=low
[ Andreas Henriksson ]
* New upstream release
* Update build-dependencies according to configure.ac changes:
+ Bump intltool (>= 0.40.0) to (>= 0.50.0).
+ Drop libgnome-keyring-dev in favor of libsecret-1-dev.
-- Andreas Henriksson <andreas@fatal.se> Mon, 12 Nov 2012 18:20:14 +0000
vinagre (3.4.2-1) unstable; urgency=low
* New upstream translation release.
-- Michael Biebl <biebl@debian.org> Tue, 15 May 2012 19:01:05 +0200
vinagre (3.4.1-1) unstable; urgency=low
* New upstream translation release.
* Update Vcs-* URLs.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
-- Michael Biebl <biebl@debian.org> Wed, 18 Apr 2012 17:20:01 +0200
vinagre (3.4.0-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Wed, 28 Mar 2012 15:06:23 +0200
vinagre (3.3.92-1) experimental; urgency=low
* New upstream development release.
-- Michael Biebl <biebl@debian.org> Tue, 20 Mar 2012 07:27:52 +0100
vinagre (3.3.4-1) experimental; urgency=low
[ Jeremy Bicha ]
* New upstream release.
* debian/control.in:
- Standards-Version 3.9.3
- Build-depend on yelp-tools instead of gnome-doc-utils
* debian/rules:
- Re-enable -Wl,--as-needed
[ Michael Biebl ]
* Remove obsolete --disable-scrollkeeper configure flag.
-- Michael Biebl <biebl@debian.org> Fri, 16 Mar 2012 15:12:37 +0100
vinagre (3.2.2-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Tue, 15 Nov 2011 22:29:54 +0100
vinagre (3.2.1-1) unstable; urgency=low
* New upstream release.
* debian/watch:
- Track .xz tarballs.
-- Michael Biebl <biebl@debian.org> Tue, 18 Oct 2011 02:47:39 +0200
vinagre (3.2.0-1) unstable; urgency=low
* New upstream release.
* Update build dependencies:
- Drop gobject-introspection, gir1.2-telepathyglib-0.12 and libpeas-dev.
- Bump libglib2.0-dev to (>= 2.28.0).
- Bump libtelepathy-glib-dev to (>= 0.11.6).
- Add valac (>= 0.12.0).
* Drop vinagre-dev package. Upstream no longer installs any header or
pkg-config files and there are no more rdeps.
* debian/rules:
- Remove .la files manually as we have a single binary package now and no
more .install files.
- Drop DEB_DH_GIREPOSITORY_ARGS_ALL, no longer needed.
- Disable -Wl,--as-needed as this breaks loading the SSH and RDP plugin.
* Add Recommends on rdesktop for RDP support and update list of supported
protocols accordingly.
-- Michael Biebl <biebl@debian.org> Wed, 28 Sep 2011 21:49:04 +0200
vinagre (3.0.2-1) unstable; urgency=low
* New upstream release.
* debian/watch: Swich to .bz2 tarballs.
* Remove patches merged upstream:
- debian/patches/00_check_for_dbus_glib.patch
- debian/patches/01_gettext_configure_ac_fixes.patch
* Stop using dh-autoreconf, no longer necessary:
- Remove autoreconf.mk include from debian/rules.
- Remove Build-Depends on dh-autoreconf and gnome-common.
* debian/vinagre.install:
- Install .js plugin files.
* debian/control:
- Add gir:Depends to vinagre.
- Add Build-Depends on gir1.2-telepathyglib-0.12. Can be removed again as
soon as #633952 has been fixed.
* debian/rules:
- Set DEB_DH_GIREPOSITORY_ARGS_ALL so dh_girepository can find the
dependencies in the private /usr/lib/vinagre-3.0/girepository-1.0/
directory.
* Upload to unstable.
-- Michael Biebl <biebl@debian.org> Fri, 15 Jul 2011 12:56:58 +0200
vinagre (3.0.1-1) experimental; urgency=low
[ Andreas Henriksson ]
* New upstream release.
* Update build-dependencies:
- bump versions according to configure.ac
- switch to gtk3 abi versions of some libraries
- drop gconf (now uses gsettings), add libpeas
* Make vinagre Recommend gnome-icon-theme as per configure warning.
* debian/rules:
- The configure arguments --enable-{avahi,telepathy} are now --with-...
- Don't try to remove COPYING and INSTALL, not installed upstream anymore.
* Temporarily disable telepathy support as it fails to build (link),
fix will be part of next upstream release...
* debian/vinagre.install:
- Install plugins by their new path and extension.
- Don't try to install bonobo etc. which no longer exists.
[ Michael Biebl ]
* debian/control.in
- Bump Standards-Version to 3.9.2. No further changes.
* Bump debhelper compatibility to 8.
- Update Build-Depends on debhelper.
- Strip leading debian/tmp/ from .install files.
[ Sjoerd Simons ]
* debian/vinagre.install: Install the typelib, otherwise the protocol plugins
won't work
* debian/patches/01_gettext_configure_ac_fixes.patch:
+ Added. Don't mix intltool and gettext macros, this breaks things for
autoreconf (from upstream git)
* debian/patches/debian/patches/00_check_for_dbus_glib.patch:
+ Addd. Check for dbus-glib for telepathy (from upstream git)
* debian/rules: Use autoreconf
* debian/rules: Explictely enable telepathy integration
* debian/rules: add list-missing rule
* debian/control.in: Add dh-autoreconf, gnome-common and
gobject-introspection to the build-depends
* debian/control.in: Version b-d on libgtk-vnc-2.0-0 to the version with
corrected dependencies
-- Sjoerd Simons <sjoerd@debian.org> Sun, 05 Jun 2011 17:23:45 -0700
vinagre (2.30.3-1) unstable; urgency=low
* New upstream stable release (updated translations only).
* Bump Standards-Version to 3.9.1. No further changes.
-- Michael Biebl <biebl@debian.org> Fri, 29 Oct 2010 01:04:15 +0200
vinagre (2.30.2-1) unstable; urgency=low
* New upstream stable release.
- Remove password limit for SSH connections. Closes: #580323.
* Bump-Standards-Version to 3.9.0. No further changes.
-- Michael Biebl <biebl@debian.org> Sat, 17 Jul 2010 05:04:37 +0200
vinagre (2.30.1-1) unstable; urgency=low
[ Josselin Mouette ]
* Switch to dpkg-source v3.
* 01_missing_symbol.patch: stolen upstream. Fix a crash in the SSH
plugin. Closes: #579693.
[ Sebastian Dröge ]
* New upstream bugfix release:
+ debian/patches/01_missing_symbol.patch:
- Dropped, merged upstream.
+ debian/control.in:
- Update telepathy-glib build dependency to >= 0.9.0.
-- Sebastian Dröge <slomo@debian.org> Tue, 04 May 2010 15:35:42 +0200
vinagre (2.30.0-1) unstable; urgency=low
[ Emilio Pozuelo Monfort ]
* debian/control.in:
- vinagre-dev is section devel.
- Remove Andrea from Uploaders, he's in pkg-gnome.team so will be
added as appropriate.
[ Sebastian Dröge ]
* New upstream stable release:
+ debian/control.in:
- Update build dependencies.
* debian/control.in:
+ Updated Standards-Version to 3.8.4.
-- Sebastian Dröge <slomo@debian.org> Wed, 14 Apr 2010 07:18:11 +0200
vinagre (2.28.1-1) unstable; urgency=low
* New upstream release.
-- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 22 Oct 2009 20:43:41 +0200
vinagre (2.28.0.1-1) unstable; urgency=low
[ Emilio Pozuelo Monfort ]
* Point Vcs-* to the unstable branch.
* Update my email address.
[ Andrea Veri ]
* New upstream release.
* debian/control.in:
- Bumped Standards-version to latest 3.8.3. No changes
needed.
- added myself into uploaders field.
- added vinagre-dev new binary file, it will contain all development
files for producing Vinagre plugins.
- bumped libgtk-vnc-1.0-dev to >= 0.3.9 as per configure.ac
requirements.
- added libxml2-dev >= 2.6.31 as per configure.ac requirements.
- added libtelepathy-glib-dev >= 0.7.31, as per configure.ac
requirements.
- added libvte-dev >= 0.20 as per configure.ac requirements.
- removed libglade2-dev B-D, it's no more needed.
- added a depends on vinagre for the vinagre-dev package.
- updated both short and long descriptions to let users know that
vinagre now supports multiple protocols. (not just VNC)
* debian/copyright:
- added missing copyright holders that were missing.
* debian/vinagre-dev.install:
- added to have vinagre-dev binary files installed correctly.
* debian/vinagre.install:
- added to have vinagre binary files installed correctly.
[ Emilio Pozuelo Monfort ]
* Unduplicate vinagre and vinagre-dev synopses.
* Improve long descriptions to mention all the supported protocols.
* Switch vinagre-dev to arch:any to avoid instalability issues.
* Tighten vinagre-dev dependency on vinagre.
* Let vinagre-dev depend on libgtk2.0-dev and libxml2-dev as required by
the pkg-config file.
* Build with --enable-ssh and --enable-telepathy to make sure they're not
accidentally disabled.
-- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 23 Sep 2009 17:37:55 +0200
vinagre (2.26.2-1) unstable; urgency=low
[ Josselin Mouette ]
* Build-depend on docbook-xml. Closes: #518461.
[ Emilio Pozuelo Monfort ]
* New upstream release.
* Require libgtk-vnc-1.0-dev 0.3.8.
* debian/copyright: updated.
* Standards-Version is 3.8.1, no changes needed.
* debian/menu: added.
[ Josselin Mouette ]
* New upstream release.
-- Josselin Mouette <joss@debian.org> Mon, 01 Jun 2009 11:12:43 +0200
vinagre (2.24.2-2) unstable; urgency=low
* debian/watch: only track stable releases.
* debian/rules: Restore accidentally removed code that removes useless
files.
* Upload to unstable
- debian/rules: remove check-dist include.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Wed, 04 Mar 2009 23:37:34 +0100
vinagre (2.24.2-1) experimental; urgency=high
* New upstream release with a security fix.
- Update build dependencies.
* Update Vcs-* headers.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Fri, 05 Dec 2008 23:39:31 +0100
vinagre (2.23.4-1) experimental; urgency=low
* New upstream releases:
- Fixes scrolling. Closes: #482564.
- Added a gconf option to disable all menu shortcuts.
Closes: #465606, LP: #223060.
- Persist changes in menu shortcuts. LP: #233918.
- Rework 'connect' and 'edit bookmark' dialogs so it's possible to
specify options like scaling, fullscreen... LP: #205253.
- debian/copyright: updated
- debian/control: b-d on libpanel-applet2-dev, required for the
new applet.
- debian/NEWS: document the bookmark migration from
~/.gnome2/vinagre.bookmarks to ~/.local/share/vinagre.
* Update Standards-Version. No changes needed.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Tue, 08 Jul 2008 21:56:06 +0200
vinagre (2.23.2-1) experimental; urgency=low
* New upstream release:
- Update gtk-vnc requirement to 0.3.6.
- Update debian/copyright.
* debian/watch:
- Don't run 'debian uupdate', as packaging is handled by svn-bp.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Mon, 12 May 2008 20:11:34 +0200
vinagre (2.23.1-1) experimental; urgency=low
* New upstream unstable release.
* debian/rules: add check-dist include.
* debian/control{.in,}:
- Bump libgtk-vnc-1.0-dev build-dependency to 0.3.5
- Bump libavahi-ui-dev and add libavahi-gobject-dev, >= 0.6.22
* debian/copyright: Updated.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Mon, 05 May 2008 19:55:51 +0200
vinagre (0.5.1-1) unstable; urgency=low
[ Josselin Mouette ]
* Drop dh_icons calls; build-depend on cdbs 0.4.52.
[ Emilio Pozuelo Monfort ]
* New upstream release.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Mon, 07 Apr 2008 16:39:06 +0200
vinagre (0.5.0-1) unstable; urgency=low
* New upstream stable release with only updated translations.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Mon, 10 Mar 2008 19:47:07 +0100
vinagre (0.4.92-1) experimental; urgency=low
* New upstream release; bug fixes and translations.
-- Loic Minier <lool@dooz.org> Mon, 25 Feb 2008 15:55:55 +0100
vinagre (0.4.91-1) experimental; urgency=low
[ Emilio Pozuelo Monfort ]
* New upstream releases.
* debian/control:
- Bump libgtk2.0-dev build dependency to >= 2.12.0.
- Bump libglib2.0-dev build dependency to >= 2.15.3.
- Bump libgtk-vnc-1.0-dev build dependency to >= 0.3.3.
- Remove libgnome-vfs2.0 build dependency, not needed anymore.
- Build depend on gnome-doc-utils (>= 0.3.2).
- Build depend on gconf2. Vinagre now registers itself as
a handler for the vnc:// protocol.
* debian/rules:
- Disable scrollkeeper on build.
* debian/vinagre.1,
debian/vinagre.manpages:
- Removed, as they are now included upstream.
[ Loic Minier ]
* Pass -p$(cdbs_curpkg) to dh_icons and bump debhelper build-dep to >=
5.0.51~ thanks to lintian as this is the first version where this binary
was added.
* Cleanups.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Mon, 18 Feb 2008 11:54:31 +0100
vinagre (0.4-1) unstable; urgency=low
[ Emilio Pozuelo Monfort ]
* Initial upload to Debian, stolen from Ubuntu. Closes: #442403.
* New upstream release.
* Set myself as Maintainer and the Debian GNOME Team as Uploader.
* debian/control:
- Bump libgtk-vnc-1.0-dev build dependency to 0.3.
- Added libgnome-keyring-dev and libgnomevfs2-dev to Build-Depends.
- Bump Standards-Version to 3.7.3.
- Wrap Build-Depends.
- Add Homepage, Vcs-Browser and Vcs-Svn fields.
- Reworked long description.
* debian/rules:
- Don't manually gzip upstream's ChangeLog. Let CDBS/debhelper do
the work.
- Call dh_icons in binary-install rule, as gnome.mk doesn't call it yet.
This is reported as #432851.
* debian/vinagre.1:
- Rewritten.
[ Josselin Mouette ]
* Fix the build-dependencies according to configure.ac's contents.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Sun, 13 Jan 2008 13:20:06 +0100
vinagre (0.3-0ubuntu2) hardy; urgency=low
* Sponsor the package from Fernando Ribeiro (LP: #134560)
* debian/control.in:
- updated libgtk-vnc-1.0-dev Build-Depends
- use correct XSBC-Original-Maintainer
* debian/copyright:
- use the correct GPL versions
-- Sebastien Bacher <seb128@canonical.com> Wed, 14 Nov 2007 14:56:52 +0100
vinagre (0.3-0ubuntu1) gutsy; urgency=low
* New upstream release
* debian/watch:
- Updated
* debian/control.in:
- Updated libgtk-vnc-dev to (>= 0.2) instead (>= 0.1)
-- Fernando Ribeiro <fernando@staff.nerdgroup.org> Fri, 14 Sep 2007 10:14:46 -0300
vinagre (0.2-0ubuntu3) gutsy; urgency=low
* debian/control.in:
- Droped python-central (unecessary)
- Fixed description
- Fixed Maintainer to MOTU
* debian/copyright:
- Fixed copyright year
* debian/vinagre.1:
- Added
* debian/vinagre.manpages:
- Added
* debian/docs:
- Droped (unecessary)
-- Fernando Ribeiro <fernando@staff.nerdgroup.org> Thu, 13 Sep 2007 10:21:38 -0300
vinagre (0.2-0ubuntu2) gutsy; urgency=low
* Fixed description
-- Fernando Ribeiro <fernando@staff.nerdgroup.org> Tue, 11 Sep 2007 15:57:21 -0300
vinagre (0.2-0ubuntu1) gutsy; urgency=low
* Initial Release.
-- Fernando Ribeiro <fernando@staff.nerdgroup.org> Wed, 29 Aug 2007 14:02:57 -0300
|