[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxt: Changes to 'refs/tags/libxt-1_1.0.6-1'



Tag 'libxt-1_1.0.6-1' created by Julien Cristau <jcristau@debian.org> at 2009-08-25 17:23 +0000

Tagging upload of libxt 1:1.0.6-1 to unstable.

Changes since libxt-1_1.0.5-3:
Adam Jackson (1):
      libXt 1.0.6

Alan Coopersmith (3):
      Solaris builds need to pass -intelabi to makestrs, even on SPARC
      Update ac_define_dir.m4 to 2008-04-12 version
      Add README with pointers to mailing list, bugzilla & git repos

Alan Hourihane (4):
      Link with winsock for WIN32 platforms
      fix logic inverted problem
      less speed, more haste
      Set a blank default search path for WIN32

Andreas Luik (1):
      Recalculate fd_set more aggressively (bug #808)

Ben Byer (1):
      added -flat_namespace to CFLAGS for Darwin

Branden Robinson (1):
      Test for existence of debian/patches directory before creating a symlink to it.

Brice Goglin (11):
      Fix displaying of patches applied by quilt.
      Minor fixes in the patching system.
      Fix "display the output of quilt push/pop".
      Do not call laptop-detect, let the only user call it directly
      Update xsfbs/quilt patching rules to be compatible with the
      Misc fixes to debian/control and debian/copyright
      Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs into debian-unstable
      Merge branch 'debian-unstable' of git://git.debian.org/pkg-xorg/xsfbs into debian-unstable
      Bump Standards-Version to 3.8.2 now that we have README.source
      Move -dbg packages to section debug
      Update changelog

Colin Harrison (4):
      Add __MINGW32__
      Fix some build issues for Win32 platforms
      Xming specific configuration file settings
      Reduce the path searches on mingw

Daniel Stone (1):
      configure.ac: Minor thinko

David Nusinow (3):
      Remove make-orig-tar-gz target
      Kill the manifest code.
      Add README.source

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Jeremy Huddleston (1):
      darwin: Don't use poll() on versions of darwin before darwin10

John McKernan (2):
      Sun bug #1237023:  Dtterm crashes in XtDisplayAccelerators()
      Sun bug 4010369: Too slow to process Keycode 0 events in Xt Translation Mgr.

John Tapsell (1):
      configure.ac: Use native compiler for build tools

Jon TURNEY (1):
      Cygwin/X: Build fix

Julien Cristau (32):
      Allow C++ apps to build using libXt
      Fix xt.pc.in to not export useless dependencies.
      Update debian/control
      Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
      xsfbs.mk: make 'serverabi' depend on 'install'
      Remove xsfbs-autoreconf.mk
      Remove the .pc directory properly
      xsfbs.sh: add remove_conffile_lookup
      xsfbs.sh: use 'local' now that policy allows it
      xsfbs.mk: fix the prepare target for parallel make
      xsfbs.mk: more parallel make fixing
      xsfbs.mk: update the list of releases, and drop some unused code
      xsfbs.mk: make 'log' a separate target
      xsfbs: add a repack script for uscan
      xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
      xsfbs: repack.sh needs to be executable
      xsfbs: don't run dpkg --print-installation-architecture
      Kill custom readlink function
      Remove pre-dependency on x11-common from libxt-dev, bump Standards-Version
      Parse space-separated DEB_BUILD_OPTIONS, and allow parallel builds.
      Merge tag 'libXt-1.0.6' into debian-unstable
      Update changelogs
      debian/control: wrap the Build-Depends field
      Run autoreconf on build.
      Delete generated files
      Remove patch 01_use_extern_C_in_headers.diff, applied upstream.
      One more autofoo-generated file
      Use --with-xfile-search-path
      Stop passing "-include X11/XlibConf.h" in CFLAGS
      Link against libICE
      Update changelog for cherry-pick
      Prepare changelog for upload

Loïc Minier (1):
      Drop -Wl,-Bsymbolic-functions from LDFLAGS; LP: #343574

Matthieu Herrb (2):
      Sync XtGetErrorDatabaseText() prototype with reality.
      nuke RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Janitor: ansification, make distcheck, compiler warnings, .gitignore.

Peter Breitenlohner (1):
      X.Org Bug 17942: libXt manpage formatting

---
 .gitignore                                      |   11 
 COPYING                                         |    1 
 ChangeLog                                       |  206 
 INSTALL                                         |  236 
 Makefile.am                                     |    9 
 Makefile.in                                     |  712 
 README                                          |   58 
 acinclude.m4                                    |   42 
 aclocal.m4                                      | 7885 --------
 compile                                         |  142 
 config.guess                                    | 1500 -
 config.h.in                                     |   70 
 config.sub                                      | 1608 -
 configure                                       |21523 ------------------------
 configure.ac                                    |   53 
 debian/README.source                            |   73 
 debian/changelog                                |   41 
 debian/control                                  |   39 
 debian/copyright                                |    3 
 debian/patches/01_use_extern_C_in_headers.diff  |  523 
 debian/patches/02_dont_export_private_deps.diff |   13 
 debian/patches/series                           |    2 
 debian/rules                                    |   30 
 debian/xsfbs/repack.sh                          |   32 
 debian/xsfbs/xsfbs-autoreconf.mk                |  150 
 debian/xsfbs/xsfbs.mk                           |  151 
 debian/xsfbs/xsfbs.sh                           |  424 
 depcomp                                         |  530 
 include/.gitignore                              |    2 
 include/Makefile.in                             |  487 
 include/X11/.gitignore                          |    2 
 include/X11/CallbackI.h                         |    4 
 include/X11/Composite.h                         |    2 
 include/X11/CompositeP.h                        |    4 
 include/X11/ConstrainP.h                        |    4 
 include/X11/Constraint.h                        |    6 
 include/X11/ConvertI.h                          |    3 
 include/X11/Core.h                              |    6 
 include/X11/CoreP.h                             |    4 
 include/X11/CreateI.h                           |    7 
 include/X11/EventI.h                            |    4 
 include/X11/HookObjI.h                          |    4 
 include/X11/InitialI.h                          |    4 
 include/X11/IntrinsicI.h                        |    4 
 include/X11/Object.h                            |    7 
 include/X11/ObjectP.h                           |    4 
 include/X11/PassivGraI.h                        |    4 
 include/X11/RectObj.h                           |    7 
 include/X11/RectObjP.h                          |    4 
 include/X11/ResourceI.h                         |    3 
 include/X11/ShellP.h                            |    8 
 include/X11/ThreadsI.h                          |    6 
 include/X11/TranslateI.h                        |    3 
 include/X11/VarargsI.h                          |    4 
 include/X11/Vendor.h                            |    4 
 include/X11/VendorP.h                           |    4 
 install-sh                                      |  323 
 ltmain.sh                                       | 6871 -------
 man/.gitignore                                  |    3 
 man/Makefile.in                                 | 1124 -
 man/XtGetErrorDatabase.man                      |    5 
 man/XtResolvePathname.man                       |    2 
 missing                                         |  360 
 mkinstalldirs                                   |  158 
 src/.gitignore                                  |    7 
 src/Composite.c                                 |    3 
 src/Constraint.c                                |    1 
 src/Converters.c                                |    6 
 src/Core.c                                      |    2 
 src/Create.c                                    |    3 
 src/Display.c                                   |    4 
 src/Initialize.c                                |   14 
 src/Intrinsic.c                                 |   21 
 src/Keyboard.c                                  |    2 
 src/Makefile.am                                 |    2 
 src/Makefile.in                                 |  648 
 src/NextEvent.c                                 |    5 
 src/Object.c                                    |    1 
 src/RectObj.c                                   |    1 
 src/ResConfig.c                                 |    1 
 src/Selection.c                                 |   18 
 src/SetValues.c                                 |    2 
 src/Shell.c                                     |    4 
 src/TMkey.c                                     |    5 
 src/TMparse.c                                   |    3 
 src/TMprint.c                                   |   12 
 src/Vendor.c                                    |    4 
 util/.gitignore                                 |    8 
 util/Makefile.am                                |    2 
 util/Makefile.in                                |  549 
 util/makestrs.man                               |   12 
 91 files changed, 967 insertions(+), 45891 deletions(-)
---


Reply to: