tsclient (0.150-4) unstable; urgency=medium

  [ Luca Falavigna]
  * debian/control.in:
    - Build-depend on libgnomeui-dev (Closes: #584362).

 -- Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>  Wed, 14 Jul 2010 17:34:41 +0200

tsclient (0.150-3) unstable; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/patches/01_configure_check_libgnomeui.patch:
    + Fix typo (yes instead of xyes) that caused libpanelapplet and libgnomeui
      to not be checked, missing -l flags. This caused tsclient-applet to not
      link against those libs, failing to load in the panel. Closes: #538035.
    + Add header.
  * debian/patches/99_autoconf.patch: updated.

 -- Josselin Mouette <joss@debian.org>  Sat, 15 Aug 2009 10:57:15 +0200

tsclient (0.150-2) unstable; urgency=low

  [ Josselin Mouette ]
  * 11_sort_rdp_files.patch: patch from Assen Tchorbadjiev to show saved
    rdp files in alphabetic order. Closes: #472052.

  [ Loic Minier ]
  * Replace homepage pseudo-field in description with a real source field in
    control and update homepage to http://sourceforge.net/projects/tsclient;
    update URL in copyright as well.

  [ Emilio Pozuelo Monfort ]
  * debian/watch: Don't uupdate.
  * debian/patches/01_configure_check_libgnomeui.patch:
    - Check for libgnomeui so that we have the necessary CFLAGS in the
      build. Closes: #532726.
  * debian/patches/99_autoconf.patch:
    - Regenerate the configure script.
  * debian/compat: bump compat to 5.
  * debian/copyright: make lintian happy with copyright notices.

  [ Josselin Mouette ]
  * Increase debhelper build-dep according to the compat level.

 -- Josselin Mouette <joss@debian.org>  Sun, 12 Jul 2009 15:12:23 +0200

tsclient (0.150-1) unstable; urgency=low

  [ Clément Hermann ]
  * New upstream release (Closes: #411465, #393976, #415583, #312506).
  * Remove obsoletes patches. Included upstream.
    [debian/patches/15_missing-include.patch]
    [debian/patches/14_spanish-translation-encoding.patch]
    [debian/patches/99_autogen.patch]
  * Add remote disk mapping support.
    [debian/patches/10_remote_disk_mapping.patch] (Closes: #449144)
  * Fix lintian warning : manpage-has-bad-whatis-entry.
    [debian/patches/14_manpage_whatis.patch]
  * Fix lintian warning : desktop-entry-contains-unknown-key.
    desktop entry specification 1.0.0 doesn't support [Actions]
    [debian/patches/15_fix-outdated-desktop-entry.patch]

  [ Loic Minier ]
  * Add a get-orig-source target to retrieve the upstream tarball.
  * Set maintainer to Debian GNOME Maintainers.
  * Wrap build-deps and deps.

  [ Josselin Mouette ]
  * Remove generated files in the clean target. Closes: #442751.

  [ Kilian Krause ]
  * Add Clément Hermann to Uploaders.
  * Fix debian/watch (Closes: #449629)

 -- Kilian Krause <kilian@debian.org>  Wed,  7 Nov 2007 23:24:42 +0100

tsclient (0.148-3) unstable; urgency=low

  [ Oystein Gisnas ]
  * Fix character encoding in spanish translation.
    [debian/patches/14_spanish-translation-encoding.patch] (closes:
    #379076)
  * Run autogen.sh to fix applet and gnome support. (closes: #400684)
    [debian/patches/99_autogen.patch]

  [ Loic Minier ]
  * Build-depend on libxml-parser-perl.

 -- Loic Minier <lool@dooz.org>  Wed,  6 Dec 2006 22:17:44 +0100

tsclient (0.148-2) unstable; urgency=low

  * New patch, 15_missing-include, to fix a missing #include which caused a
    dangerous implicit pointer conversion, thanks Dann Frazier.
    (Closes: #377726)

 -- Loic Minier <lool@dooz.org>  Sun, 16 Jul 2006 18:12:28 +0200

tsclient (0.148-1) unstable; urgency=low

  [ Oystein Gisnas ]
  * New upstream release
    -Remove patches included in release
     [debian/patches/{00_i10n_fixes.patch,10_connect-button-crash.patch,
      11_underscore-in-configuration-profile.patch,
      15_vncviewer-geometry-flag.patch]

 -- Loic Minier <lool@dooz.org>  Wed,  5 Jul 2006 20:32:16 +0200

tsclient (0.140-3) unstable; urgency=low

  * New patch to call g_build_path() correctly and hence fixes a crash when
    pushing the connect button, thanks Andreas Henriksson.
    (Closes: #325107, #354010)
    [debian/patches/10_connect-button-crash.patch]
  * New patch to call gtk_menu_item_new_with_label() instead of
    gtk_menu_item_new_with_mnemonic() and hence permit the underscore
    character in configuration profile filename, thanks Andreas Henriksson.
    (Closes: #362823)
    [debian/patches/11_underscore-in-configuration-profile.patch]
  * New patch for German PO file corrections, thanks Jens Seidel.
    (Closes: #313893)
    [debian/patches/13_german-translation.patch]
  * New patch to use a "-geometry" flag instead of "-g" when calling
    vncviewer, suggestion of Stewart Midwinter.
    (Closes: #360689)
  * Fix formatting of version 0.132-6 and Make lintian happy.
    [debian/changelog]
  * Bump up Standards-Version to 3.7.2.
    [debian/control, debian/control.in]

 -- Loic Minier <lool@dooz.org>  Tue,  9 May 2006 16:44:03 +0200

tsclient (0.140-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely.

  [ Loic Minier ]
  * Fix debian/patches/00_i10n_fixes.patch to not change the encoding of
    ru.po. (Closes: #338291)
  * Bump up Standards-Version to 3.6.2.
  * Clarify Copyright versus License and update upstream URL.

 -- Loic Minier <lool@dooz.org>  Wed,  9 Nov 2005 18:26:22 +0100

tsclient (0.140-1) unstable; urgency=low

  * New upstream release.
    - Patches merged:
      01_README_vncpasswd.patch, 02_XDMCP_freedpy.patch,
      03_password_handling.patch & 04_vnc_ignore-depth.patch
    - Updated banner images merged.
  * Patches updated: 00_i10n_fixes.patch
    - el.po, es.po and ru.po
  * [debian/rules]:
    - Deflate dependencies via ld's --as-needed option.

 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sun, 29 May 2005 17:08:11 +1000

tsclient (0.132-7) unstable; urgency=medium

  * Correct charset field in es.po and ru.po to fix bad conversions.
    + [debian/patches/00_i10n_fixes.patch]:
      (closes: #288544)

 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sat, 21 May 2005 03:01:53 +1000

tsclient (0.132-6) unstable; urgency=low

    * The "Np237 is a lamer" release.
    * Rebuild against unstable libraries (closes: #308889). 

 -- Josselin Mouette <joss@debian.org>  Fri, 13 May 2005 09:06:50 +0200

tsclient (0.132-5) unstable; urgency=medium

  * Clean-up patches for "Sarge" at Release Manager's request.
    [debian/patches/00_i10n_fixes.patch]:
    - Corrected ISO Language Codes for Greek to "el".
    [debian/patches/04_vnc_ignore-depth.patch]:
    - Make patch readable.
  * Backport updated and more legible banner translations.
    + [debian/banners.tgz.uue]
      Thanks: Wei-Lun Chao <chaoweilun@pcmail.com.tw>
              for new zh_CN/TW banners.
  * [debian/rules]:
    - Revert to original linking options.
      
 -- Andrew Lau <netsnipe@users.sourceforge.net>  Thu, 12 May 2005 15:40:30 +1000

tsclient (0.132-4) unstable; urgency=medium

  * Merged patches from Ubuntu package.
    [debian/patches/00_i10n_fixes.patch]:
    - Added Xhosa translation.
      Thanks: Adi Attar <adi@cs.wits.ac.za>
    - Backported fixed translations from 0.140
      (closes: #303023)
    [debian/patches/03_password_handling.patch]:
    - Fixed password handling for all protocols.
      Thanks: Sebastien Bacher <seb128@canonical.com>
  * Disable depth selection for VNC due to incompatible arguments between the
    variants.
    + [debian/patches/04_vnc_ignore-depth.patch]
  * [debian/rules]:
    - Deflate dependencies via ld's --as-needed option.

 -- Andrew Lau <netsnipe@users.sourceforge.net>  Tue, 10 May 2005 17:14:53 +1000

tsclient (0.132-3) unstable; urgency=low
  
  * Correct mistake in README concerning vncpasswd file.
    (closes: #277513)
    - Patch: 01_README_vncpasswd.patch
    - Thanks: Javier Kohen <jkohen@users.sourceforge.net>
  * New short package description.
    (closes: #286102)
  * XDMCP code now uses first available free display instead of :1
    (closes: #291081)
    - Patch: 02_xdmcp_freedpy.patch
    - Thanks: Joachim Nilsson <joachim.nilsson@member.fsf.org>

 -- Andrew Lau <netsnipe@users.sourceforge.net>  Thu, 20 Jan 2005 00:27:10 +1100

tsclient (0.132-2) unstable; urgency=medium

  * Translation fixes
    - Correct language code for Danish translation.
      (closes: #237591)
    - Correct charset of Español gettext file to UTF-8.
      (closes: #268137)
    Patch: 00_i10n_fixes.patch
  * Lintian cleanups
    - unquoted-string-in-menu-item
  
 -- Andrew Lau <netsnipe@users.sourceforge.net>  Tue, 31 Aug 2004 03:10:16 +1000

tsclient (0.132-1) unstable; urgency=low

  * New upstream release.
    - Corrected encoding of Name[zh_TW] field in .desktop file.
      (closes: #211821)
    - Support for rdeskop-1.3
      (closes: #219411)

 -- Andrew Lau <netsnipe@users.sourceforge.net>  Sun,  9 Nov 2003 18:45:30 +1100

tsclient (0.124-1) unstable; urgency=low

  * New upstream release.
  * Debian Standards-Version: 3.6.1

 -- Andrew Lau <netsnipe@users.sourceforge.net>  Thu, 18 Sep 2003 05:09:53 +1000

tsclient (0.120-1) unstable; urgency=low

  * New upstream release.
  * Debian Standards-Version: 3.6.0

 -- Andrew Lau <netsnipe@debianplanet.org>  Sat, 12 Jul 2003 02:03:12 +1000

tsclient (0.116-1) unstable; urgency=medium

  * New upstream release.
    - Fix segfault on close
    - Further HIG compliance.
      (closes: #180797)
  * Debian Standards-Version: 3.5.10
  * Switch from Debhelper to Common Build System.

 -- Andrew Lau <netsnipe@debianplanet.org>  Sat,  5 Jul 2003 00:19:52 +1000

tsclient (0.108-1) unstable; urgency=low

  * New upstream release.
  * Debian Standards-Version: 3.5.9
  * Fixed $CFLAGS handling.
  * Updated manpage.
    (closes: #190962)

 -- Andrew Lau <netsnipe@debianplanet.org>  Tue, 29 Apr 2003 00:20:54 +1000

tsclient (0.104-1) unstable; urgency=low

  * New upstream release.

 -- Andrew Lau <netsnipe@debianplanet.org>  Mon,  3 Feb 2003 21:18:45 +1100

tsclient (0.86-1) unstable; urgency=low

  * New upstream release.

 -- Andrew Lau <netsnipe@debianplanet.org>  Sat, 21 Dec 2002 00:08:04 +1100

tsclient (0.84-1) unstable; urgency=low

  * New upstream release.

 -- Andrew Lau <netsnipe@debianplanet.org>  Wed, 18 Dec 2002 20:10:57 +1100

tsclient (0.74-1) unstable; urgency=low

  * New upstream release.

 -- Andrew Lau <netsnipe@debianplanet.org>  Sun, 15 Dec 2002 17:37:32 +1100

tsclient (0.56-1) unstable; urgency=low

  * Initial release of the Debian GNU/Linux package.
    (closes: #170400, #171116)

 -- Andrew Lau <netsnipe@debianplanet.org>  Sun,  1 Dec 2002 18:50:31 +1100
