Skip to content

Debian Changelog libxt (1:1.0.7-1)

2009

libxt (1:1.0.7-1) unstable; urgency=low

   [ Timo Aaltonen ]
   * New upstream release.
   * Bump the build-dep on xutils-dev (>= 1:7.5~1).

 -- Julien Cristau <jcristau@debian.org>  Wed, 25 Nov 2009 19:55:18 +0100

libxt (1:1.0.6-1) unstable; urgency=low

   [ Julien Cristau ]
   * New upstream release.
   * Don't export dependencies on libSM and libX11 in the Requires field of
     xt.pc.  They're already in Requires.private, and do more harm than good in
     Requires.  Thanks to Stephen Gran and Margarita Manterola for noticing.
   * Remove Branden from Uploaders with his permission.
   * Don't build-depend on packages with a -1 debian revision.
   * Bump Standards-Version to 3.7.3.
   * Drop the XS- prefix from Vcs-* control fields.
   * Drop (pre-)dependencies on x11-common from libxt6 and libxt6-dbg, that's
     not needed.
   * Use ${binary:Version} instead of ${Source-Version}.
   * Remove pre-dependency on x11-common from libxt-dev, that was needed for
     upgrades from sarge.
   * Parse space-separated DEB_BUILD_OPTIONS.
   * Allow parallel builds.
   * Run autoreconf on build.
   * Remove patch 01_use_extern_C_in_headers.diff, applied upstream.
   * Use --with-xfile-search-path rather than setting XFILESEARCHPATHDEFAULT
     through CFLAGS directly.
   * Stop passing "-include X11/XlibConf.h" in CFLAGS; this was a hack
     introduced in 1:0.99.0+cvs.20050803-1, and unneeded since the upstream fix
     on Sep 24, 2005.
   * Cherry-pick patch from upstream git to link against libICE.
 
   [ Brice Goglin ]
   * Add a link to www.X.org and a reference to the upstream module
     in the long description.
   * Add upstream URL to debian/copyright.
   * Add README.source, bump Standards-Version to 3.8.3.
   * Use updated xsfbs, closes: #538592.
   * Move -dbg package to section debug.
 
   [ Loic Minier ]
   * Drop -Wl,-Bsymbolic-functions from LDFLAGS as it conflicts with the Xt
     inheritance mechanism; LP: #343574.

 -- Julien Cristau <jcristau@debian.org>  Tue, 25 Aug 2009 19:19:46 +0200

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