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

libxtst: Changes to 'refs/tags/libxtst-1_1.0.2-1'



Tag 'libxtst-1_1.0.2-1' created by Julien Cristau <jcristau@debian.org> at 2007-06-07 16:07 +0000

Tagging upload of libxtst 1:1.0.2-1 to unstable.

Changes since libxtst-1_1.0.1-5:
Adam Jackson (3):
      more trailing whitespace
      Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
      Stub COPYING files

Alan Coopersmith (10):
      renamed: .cvsignore -> .gitignore
      Add *~ to .gitignore to skip emacs/patch droppings
      Add hooks to check code with sparse/lint
      ANSIfy static function declarations (clears some lint warnings)
      Coverity #578/579: Don't leak memory if one malloc fails but other succeeds
      Fill in COPYING file with real copyright/licenses
      Add man pages for XTest*() functions
      Convert man page to docbook/xml (thanks to doclifter)
      Replace static ChangeLog with dist-hook to generate from git
      Version bump: 1.0.2

Alexander Gottwald (1):
      lib/XScrnSaver/configure.ac

Branden Robinson (5):
      Set svn:keywords property to "Id" (keyword already present).
      Note probable out-of-dateness of maplink() function body.
      Add high-level documentation to XSFBS shell library, intended to reduce
      Use only the major version, minor version, and major patch number
      Test for existence of debian/patches directory before creating a symlink to it.

Daniel Stone (1):
      Set soversion to 6.1.0 with -version-number.

David Nusinow (16):
      Vendor drop of proto and lib for 7.0
      Update libs to 7.0 release with packaging
      Set libs to be uploaded to experimental. Also pull in some libxft fixes from what's in unstable
      Set all libs to upload to unstable. Also update xft for modular.
      Move xsfbs back to its rightful place
      Make us error out if we call patch and don't have quilt installed
      Fix the last commit and fix spelling error. Thanks Brice Goglin for the spelling catch.
      * Reorder makeshlib command in rules file so that ldconfig is run
      Fix for bug #371152. Thanks Joey Hess.
      Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, FIRSTINST, and UPGRADE variables
      Move the files so they'll be put in debian/xsfbs automatically when pulled
      Update serverabi generation to also account for driver Provides
      Fix name of serverminver
      Add support for X server input ABI versioning
      Fix typo that prevented the input abi versioning from working.
      Fix one missed bit from the serverabiver -> serverminver rename

Drew Parsons (1):
      All dbg packages in lib should have priority extra,

Egbert Eich (6):
      Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
      readding XFree86's cvs IDs
      Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
      Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
      Merging XORG-CURRENT into trunk
      Fix build glitches when building modules independently using Imake.

Julien Cristau (12):
      Add new "serverabi" rule to generate drivers dependency on the server.
      Fix copy/paste typo in the input driver provides.
      Merge branch 'svn-7.1' into debian-unstable
      Add XS-Vcs-* headers, and remove outdated CVS info.
      Fix the name of the XS-Vcs-Browser field.
      Merge tag 'XORG-7_1' into debian-unstable
      Merge tag 'libXtst-1.0.2' into debian-unstable
      Merge branch 'debian-unstable' of ssh://git.debian.org/git/pkg-xorg/xsfbs into debian-unstable
      New upstream release.
      Build and install manpages.
      Use ${binary:Version} instead of ${Source-Version} in debian/control.
      Update debian/copyright from COPYING.

Kaleb Keithley (3):
      R6.6 is the Xorg base-line
      XFree86 4.3.0.1
      XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Keith Packard (1):
      Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory

Kevin E Martin (9):
      Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
      Various changes preparing packages for RC0:
      Update package version number for RC1 release.
      Update pkgcheck dependencies to work with separate build roots.
      Update package version number for X11R7 RC2 release.
      Update pkgconfig files to separate library build-time dependencies from
      Update package version number for X11R7 RC3 release.
      Update package version number for final X11R7 release candidate.
      Update package version for X11R7 release.

Steve Langasek (1):
      change names of all lib package directories to $sourcepackage, for a

Søren Sandmann Pedersen (1):
      - Add Xtst to symlink.sh

Thierry Reding (1):
      Add watch files.

---
 .gitignore                            |   22 
 COPYING                               |   66 
 INSTALL                               |  236 +
 Makefile.am                           |   38 
 Makefile.in                           |   41 
 aclocal.m4                            |  445 ++
 autogen.sh                            |   12 
 config.guess                          | 1516 +++++++
 config.h.in                           |   64 
 config.sub                            | 1622 ++++++++
 configure                             | 1517 +++----
 configure.ac                          |   59 
 debian/changelog                      |   15 
 debian/control                        |   20 
 debian/copyright                      |   21 
 debian/libxtst-dev.install            |    1 
 debian/libxtst6.install               |    1 
 debian/patches/01_build_manpages.diff |   24 
 debian/patches/series                 |    1 
 debian/rules                          |    5 
 debian/watch                          |    2 
 debian/xsfbs/xsfbs-autoreconf.mk      |  150 
 debian/xsfbs/xsfbs.mk                 |  379 +
 debian/xsfbs/xsfbs.sh                 |  907 ++++
 depcomp                               |  530 ++
 install-sh                            |  323 +
 ltmain.sh                             | 6871 ++++++++++++++++++++++++++++++++++
 man/.gitignore                        |    7 
 man/Makefile.am                       |   86 
 man/Makefile.in                       |  453 ++
 man/XTest.xml                         |  414 ++
 missing                               |  360 +
 mkinstalldirs                         |  158 
 src/.gitignore                        |    6 
 src/Makefile.am                       |   18 
 src/Makefile.in                       |   28 
 src/XRecord.c                         | 1107 +++++
 src/XTest.c                           |  497 ++
 xtst.pc.in                            |   12 
 39 files changed, 17143 insertions(+), 891 deletions(-)
---



Reply to: