Tag 'libxi-2_1.4.1-1' created by Julien Cristau <jcris...@debian.org> at 2011-02-07 23:12 +0000
Tagging upload of libxi 2:1.4.1-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAABCAAGBQJNUHxTAAoJEDEBgAUJBeQM8QYP+wdPmi79q7Wk79vPgiW02drT dX+YpU6UZnGv9QVW6/287xZiYn1Ac6ehErI7+6O6eLoxiJNU7CWiaOKp5zS/BY6g /H8B9YGsTUaj/KFFGz9l09eu1OTLkL8s28na9KR6AegRs0sovgWSLxMPqSzeslXA KXmctAHD0Xqy/Igotz00DuDPjK0UVMg2JuTZkcDqthv4oZSpy4t7IZUowO980iC3 zOPw0/GuxgMRl27NNBoP69FGE57Y/986Ju+tcGCuOTP6qPxLZPHajgBnKaWrTy1X gxVlszW3k8fRnMpgA789wv5jtzlKGQRvpx/4EEJg9/G4QqoW/27s+3rJ4svMW30H 4gTMj6sE9pMCugc3f16TXSpUNtx69RObH9DIz56w9V8YVrgY8Vgg3VMCy+tTl/f7 Y44ivshYzX6CVZZrn0Jb8Wx/7iKEpJnrYIzZE22Z1My9JTg0IuJxYW0bSXnQAurM 4zCuZI0ScTy8rEMsTh08twIUOsSWEpIRNalgrvUkCblqI74bFgmbkC9zZds+gxqc ntjg0z48CLGn6B1mtFvddQ+AkMV3up/FHUKwipELfTTUe5ygYtNDvXWPtB/l2QFG NCjhUCTX6G3GT07Ldu8quss5pgve1dlpPYYPOe3T+xCHjZxJzCUdDvSA451KO/H6 tF7KALsqX8qR7zK/oK0p =HWv3 -----END PGP SIGNATURE----- Changes since libxi-2_1.3-6: Alan Coopersmith (1): Update Sun license notices to current X.Org standard form Carlos Garnacho (2): Fix typo when converting raw events from the wire. Fill in mods/group->effective in XIQueryPointer() Cyril Brulebois (10): Merge branch 'upstream-experimental' into debian-experimental Bump changelogs. Update debian/copyright from upstream COPYING. Bump xutils-dev build-dep for new macros. Pass --with-xmlto and --without-fop to configure. Add xmlto, xorg-sgml-doctools, and w3m build-dep accordingly. Switch dh_install from --list-missing to --fail-missing for added safety. Get rid of *.xml files before running dh_install. Ship *.html, *.txt, *.css in libxi-dev. Upload to experimental, fixing version number. Dan Nicholson (1): Need both xmlto and asciidoc to install man pages from a checkout Daniel Stone (1): WireToEvent: Set display member of all events as well Fernando Carrijo (1): Purge macros NEED_EVENTS and NEED_REPLIES Gaetan Nadon (22): .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 Deploy the new XORG_DEFAULT_OPTIONS #24242 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES man: ignore generated .man from .txt files in this directory COPYING: add missing copyright notice config: replace custom code with reusable macro XORG_WITH_XMLTO man: allow installing prebuilt man pages from tarball man: remove redundant nodist prefix to libman_DATA config: move CWARNFLAGS from configure.ac to Makefile.am doc: specify minimum version for xmlto and ascidoc config: remove the pkgconfig pc.in file from EXTRA_DIST config: update AC_PREREQ statement to 2.60 man: remove used LIB_MAN_DIR_SUFFIX (part of an unrequired broken fix) man: use "shadows" terminology in variable names. man: rename libman_pre to libman_PRE man: add/change comments regarding the 3 step conversion from text source man: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS man: whitespace management man: add $(AM_V_GEN) for silent rules where missing config: HTML file generation: use the installed copy of xorg.css Jamey Sharp (1): Don't unlock the Display twice. Jesse Adkins (1): Purge cvs tags. Julien Cristau (5): man: fix typo in XIQueryDevice doc Merge tag 'libXi-1.4.1' into debian-unstable Bump changelogs Use xorg-sgml-doctool's copy of xorg.css. Upload to unstable. Matt Dew (1): specs: convert input .ms specs from xorg-docs module to DocBook XML Matthieu Herrb (1): Fix build with gcc 2.95 Pauli Nieminen (6): Fix usage of uninitialized value Fix memory leak in XIGetSelectedEvents Use single error path in XQueryDeviceState Use single error path in XGetFeedbackControl Use single error path in XGetDeviceControl Always unlock display correctly Paulo Zanoni (1): Use docbookx.dtd version 4.3 for all docs Peter Hutterer (6): man: fix types for XGetSelectedExtensionEvents. Initialize extension with the right number of events. man: improve readability of XAllowDeviceEvents. man: XGetDeviceProperty(3) has no parameter 'pending'. libXi 1.4 libXi 1.4.1 Philipp Reh (1): Fix passive grabs. --- .gitignore | 77 COPYING | 21 ChangeLog | 530 ++ Makefile.am | 11 configure.ac | 48 debian/changelog | 22 debian/control | 17 debian/copyright | 43 debian/libxi-dev.install | 4 debian/rules | 5 doc/.gitignore | 4 doc/Makefile.am | 63 doc/porting.xml | 1209 ++++++ man/.gitignore | 2 man/Makefile.am | 246 - specs/.gitignore | 4 specs/Makefile.am | 65 specs/encoding.xml | 2312 ++++++++++++ specs/inputlib.xml | 70 specs/library.xml | 8559 +++++++++++++++++++++++++++++++++++++++++++++++ src/Makefile.am | 3 src/XExtInt.c | 2 src/XExtToWire.c | 3 src/XGetDCtl.c | 23 src/XGetFCtl.c | 23 src/XIPassiveGrab.c | 2 src/XIQueryPointer.c | 3 src/XISelEv.c | 2 src/XIint.h | 2 src/XListDev.c | 2 src/XQueryDv.c | 24 src/XSetBMap.c | 1 32 files changed, 13176 insertions(+), 226 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pmahe-0004i6...@alioth.debian.org