Skip to content

Debian Changelog libxt (1:1.0.5-3)

2007

libxt (1:1.0.5-3) unstable; urgency=low

   * Add patch to libXt's headers to add _XFUNCPROTO{BEGIN,END} around a bunch
     of declarations.  This should fix the build of C++ apps using lesstif2
     (closes: #422353).

 -- Julien Cristau <jcristau@debian.org>  Sat, 19 May 2007 00:12:24 +0200

libxt (1:1.0.5-2) unstable; urgency=low

   * Fix sections of binary packages in debian/control.
   * Add XS-Vcs-Browser.
   * Upload to unstable.
   * Remove Fabio from Uploaders, with his permission.

 -- Julien Cristau <jcristau@debian.org>  Wed, 11 Apr 2007 17:04:48 +0200

libxt (1:1.0.5-1) experimental; urgency=low

   * New upstream release.
     + Drop manpage sections patch, applied upstream.
   * Drop obsolete CVS information from the package descriptions, and add
     XS-Vcs-Git header.
   * Install the upstream changelog.
   * Use dh_installman for manpages.

 -- Julien Cristau <jcristau@debian.org>  Fri, 16 Feb 2007 16:34:05 +0100

2006

libxt (1:1.0.2-2) unstable; urgency=low

   [ Andres Salomon ]
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
 
   [ Drew Parsons ]
   * dbg package has priority extra.
 
   [ David Nusinow ]
   * Re-create manpage sections patch. Now it dynamically generates the
     internal section from __libmansuffix__. Pushed upstream too.

 -- David Nusinow <dnusinow@debian.org>  Wed, 30 Aug 2006 16:25:44 -0400

libxt (1:1.0.2-1) experimental; urgency=low

   * New upstream release
   * Run dh_install with --list-missing
   * Simplify  manpage location fix
   * Install the manpages to -dev. Thanks Nicolas George (closes: #376297)
   * Add makestrs and its manpage to the -dev package

 -- David Nusinow <dnusinow@debian.org>  Mon, 3 Jul 2006 18:15:53 -0400

libxt (1:1.0.0-5) unstable; urgency=low

   * Include customization expansion in the default XFILESEARCHPATH. Thanks to
     several people for the report, and to Brendan O'Dea and Ian Wienand for
     the diagnosis and fix respectively. (closes: #365612)
   * Bump standards version to 3.7.2.0
   * Bump debhelper compat to version 5
   * Clean up x11-common pre-depends

 -- David Nusinow <dnusinow@debian.org>  Sun, 21 May 2006 17:30:11 -0400

libxt (1:1.0.0-4) unstable; urgency=low

   * Reorder makeshlib command in rules file so that ldconfig is run
     properly. Thanks Drew Parsons and Steve Langasek.
   * Add quilt to build depends

 -- David Nusinow <dnusinow@debian.org>  Wed, 19 Apr 2006 02:10:01 -0400

libxt (1:1.0.0-3) unstable; urgency=low

   * Upload to unstable

 -- David Nusinow <dnusinow@debian.org>  Thu, 23 Mar 2006 22:45:22 -0500

libxt (1:1.0.0-2) experimental; urgency=low

   * Backport manpage location fix

 -- David Nusinow <dnusinow@debian.org>  Thu, 9 Mar 2006 23:31:44 -0500

libxt (1:1.0.0-1) UNRLEASED; urgency=low

   * First upload to Debian
   * Add --with-appdefaultdir=/etc/X11/app-defaults to configuration. Thanks
     Eugene Konev.

 -- David Nusinow <dnusinow@debian.org>  Thu, 5 Jan 2006 00:54:46 -0500

2005

libxt (1:0.99.0+cvs.20050803-3) breezy; urgency=low

   * Another horrible hack, this time to (mostly?) fix threading support
     (closes: Ubuntu#14943, maybe).

 -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 12 Sep 2005 17:29:07 +1000

libxt (1:0.99.0+cvs.20050803-2) breezy; urgency=low

   * Add /etc/X11 to the default search path.  Don't look at how it's done,
     just accept that it works and move on with your life (closes:
     Ubuntu#14952).

 -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 12 Sep 2005 13:03:25 +1000

libxt (1:0.99.0+cvs.20050803-1) breezy; urgency=low

   * Take CVS snapshot from today, with patch #012 from the hulking monolith
     integrated upstream (fix drawing of StripCharts when scaled down).
   * Also fix building with XTHREADS (closes: Ubuntu#14824), by including
     XlibConf.h everywhere.  It's a hack, but I haven't the motivation to fix
     it.

 -- Daniel Stone <daniels@repress.fooishbar.org>  Wed, 3 Aug 2005 15:27:51 +1000

libxt (1:0.1.5-6) breezy; urgency=low

   * Bump the libsm-dev build-dep as well, to really kill _XOPEN_SOURCE.

 -- Adam Conrad <adconrad@ubuntu.com>  Sun, 24 Jul 2005 10:47:07 +0000

libxt (1:0.1.5-5) breezy; urgency=low

   * Bump Build-Depends on libx11-dev to one that doesn't have the dread
     _XOPEN_SOURCE.
   * Fix libice-dev Build-Depends to be 1:6.3.5-1, not 6.3.5-1.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Sat, 23 Jul 2005 00:18:18 +1000

libxt (1:0.1.5-4) breezy; urgency=low

   * Add dependency on libsm-dev from libxt-dev, which comes from the generated
     Shell.h.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Thu, 21 Jul 2005 16:39:53 +1000

libxt (1:0.1.5-3) breezy; urgency=low

   * Fix copyright file, as Xrender's (?) had accidentally wandered into the
     CVS tree instead of a real licence file.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Wed, 20 Jul 2005 18:43:12 +1000

libxt (1:0.1.5-2) breezy; urgency=low

   * Fix short descriptions: we're doing toolkit intrinsics, not Xinerama.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Wed, 20 Jul 2005 14:48:39 +1000

libxt (1:0.1.5-1) breezy; urgency=low

   * First libxt release.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 16 May 2005 22:10:17 +1000