Tag 'libxmu-2_1.1.0-1' created by Cyril Brulebois <k...@debian.org> at 2010-11-19 07:45 +0000
Tagging upload of libxmu 2:1.1.0-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkzmKyEACgkQeGfVPHR5Nd3f7QCdGK2F14d4trVUVNZpjSJYSDzs kDUAmQELtNs1Wdg0Z5lgQr3aPEcZYLWA =4ANN -----END PGP SIGNATURE----- Changes since libxmu-2_1.0.5-2: Alan Coopersmith (16): Move doc/Xmu.ms from xorg-docs module Convert Xmu.ms to DocBook/xml Correct some minor typos in original document Fix distcheck (forgot to mark Xmu.xml as dist_*) Show X logo as a figure for XmuDrawLogo Add XmuSnprintf to doc/Xmu.xml Update docs to match headers Add XmuNCopyISOLatin1Lowered & XmuNCopyISOLatin1Uppered to doc/Xmu.xml Document which functions are in libXmu vs. libXmuu Use _X_ATTRIBUTE_PRINTF from Xfuncproto.h in Xmu headers Xmu.xml: Compilers that can't handle void are now ancient history Add some cross-reference links and an index to the docs Use shared stylesheets from xorg-sgml-doctools instead of a private copy Add xorg.css to CLEANFILES to pass make distcheck Remove unnecessary calls from configure.ac libXmu 1.1.0 Cyril Brulebois (11): Mention upstream git URL in a comment. Merge branch 'upstream-unstable' into debian-unstable Update changelogs. Bump xutils-dev build-dep for new macros. Add xmlto, xorg-sgml-doctools, and w3m build-dep for the doc. Pass --with-xmlto and --without-fop (we want html and txt only). Pass --docdir=/usr/share/doc/libxmu-headers and add this directory to libxmu-headers.install file. Remove the hardcoded path to the X logo in the Xmu.html file. Kill *.xml in the doc directory, no point in shipping them. Switch from --list-missing to --fail-missing for additional safety. Upload to unstable. Fernando Carrijo (1): Purge macro NEED_EVENTS Gaetan Nadon (13): .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 config: remove execute permission on source C file config: remove the pkgconfig pc.in file from EXTRA_DIST config: update AC_PREREQ statement to 2.60 config: add WhitePoint.h to the include headers config: move docs ignore from toplevel .gitignore to /doc config: use HAVE_STYLESHEET now defined in XORG_CHECK_SGML_DOCTOOLS config: use HAVE_XMLTO_TEXT from XORG_WITH_XMLTO specs: xsl stylesheet requires abs path to images Jeremy Huddleston (1): This is not a GNU project, so declare it foreign. Jesse Adkins (1): Purge cvs tags. --- .gitignore | 73 ChangeLog | 336 ++ Makefile.am | 16 README | 6 configure.ac | 29 debian/changelog | 14 debian/control | 4 debian/libxmu-headers.install | 1 debian/rules | 10 debian/watch | 1 doc/.gitignore | 6 doc/Makefile.am | 62 doc/Xmu.xml | 4727 ++++++++++++++++++++++++++++++++++++++++++ doc/xlogo.svg | 45 include/Makefile.am | 3 include/X11/Xmu/Atoms.h | 3 include/X11/Xmu/CharSet.h | 4 include/X11/Xmu/CloseHook.h | 3 include/X11/Xmu/Converters.h | 4 include/X11/Xmu/CurUtil.h | 3 include/X11/Xmu/CvtCache.h | 3 include/X11/Xmu/DisplayQue.h | 3 include/X11/Xmu/Drawing.h | 3 include/X11/Xmu/Editres.h | 3 include/X11/Xmu/EditresP.h | 3 include/X11/Xmu/Error.h | 3 include/X11/Xmu/ExtAgent.h | 3 include/X11/Xmu/Initer.h | 3 include/X11/Xmu/Lookup.h | 4 include/X11/Xmu/Misc.h | 2 include/X11/Xmu/StdCmap.h | 3 include/X11/Xmu/StdSel.h | 3 include/X11/Xmu/SysUtil.h | 9 include/X11/Xmu/WhitePoint.h | 2 include/X11/Xmu/WidgetNode.h | 3 include/X11/Xmu/WinUtil.h | 3 include/X11/Xmu/Xct.h | 3 include/X11/Xmu/Xmu.h | 10 src/AllCmap.c | 3 src/Atoms.c | 3 src/ClientWin.c | 3 src/Clip.c | 1 src/CloseHook.c | 3 src/CmapAlloc.c | 3 src/CrCmap.c | 3 src/CrPixFBit.c | 3 src/CursorName.c | 3 src/CvtCache.c | 3 src/CvtStdSel.c | 4 src/DefErrMsg.c | 4 src/DelCmap.c | 3 src/DisplayQue.c | 3 src/Distinct.c | 3 src/DrRndRect.c | 3 src/DrawLogo.c | 3 src/EditresCom.c | 3 src/ExtAgent.c | 3 src/FToCback.c | 3 src/GetHost.c | 3 src/GrayPixmap.c | 3 src/Initer.c | 3 src/LocBitmap.c | 3 src/Lookup.c | 3 src/LookupCmap.c | 3 src/Lower.c | 4 src/RdBitF.c | 3 src/ScrOfWin.c | 3 src/ShapeWidg.c | 3 src/StdCmap.c | 3 src/StrToBS.c | 4 src/StrToBmap.c | 3 src/StrToCurs.c | 4 src/StrToGrav.c | 3 src/StrToJust.c | 4 src/StrToLong.c | 3 src/StrToOrnt.c | 4 src/StrToShap.c | 3 src/StrToWidg.c | 3 src/UpdMapHint.c | 3 src/VisCmap.c | 3 src/WidgetNode.c | 4 src/Xct.c | 3 src/sharedlib.c | 3 83 files changed, 5296 insertions(+), 261 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/e1pjlhz-0006qw...@alioth.debian.org