Tag 'libxmu-2_1.1.1-1' created by Julien Cristau <jcris...@debian.org> at 2012-04-21 08:57 +0000
Tagging upload of libxmu 2:1.1.1-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAABCAAGBQJPknZsAAoJEDEBgAUJBeQMmKoP/0XStgO+ZmvWjKFfOUJoQXpc +qAUKazM7NqTR++4/SLyNWz9r3Qdd12lNosE8rE9jZPoY2jMUq7eO5NUqka9tox6 upxSnvyE6+ZXnPCOglS903VkwXncMmp8U1ifsjb7UUaRgPkgUAEtc4NVITBxnXoK Q+/+Mg4UFRPlIqn9w98+9z5AjoPPRTXhPFm4uEdmZonHtGg0za7WcSeD3PRNNpvQ iv/v7I+r1uF4HHKOFp+3A/UI/fKX//SWQSPH0qT6h8N/1OJk/2Rn+u+Xjr74k/g5 EZc/41ClpNaa9SD+wmsAhhg4roOSr0wvZBLvrWo0DqpBPvUeTLf48HeFjIfTt1As y2Oh/mW2iRzOK6IfJilhpOjtFACf66z4lwvnAWU3ENxATHIFqoxilfKz9Dk6aJW3 zpOMN1nwXRNBpnPkQB5bfWa5GAdX/Tq2t/Vqx308EW14c5Anww3Gtzr7VOZ3ngrN bHbXQqklcxcmsQZxEfwAd/5PU5bnYeGF/6SGpLYbtw1rrOQB77ZDpIlq8MjXLAFU mK5WaaKiDl86gkME3zNJwB2TaVsM5VPg/cNM0KptdQ2fRpZQxlcC7THcXSsXD8+y eDYuMJYUn0QUmOEW0GPSyPvDTjeQ3pm6qnQiMtxjy/fQza3isL6BDxATcjClSRUO sxy5rFjIYWIDDWwNcAO1 =tfiw -----END PGP SIGNATURE----- Changes since libxmu-2_1.1.0-3: Alan Coopersmith (6): XmuCvtStringToCursor: sprintf -> snprintf & check for XtMalloc failure Make EditresCom.c identation a lot less random Strip trailing whitespace Drop support for pre-ANSI-C89 preprocessors Fix gcc -Wwrite-strings warnings (some, not all) libXmu 1.1.1 Gaetan Nadon (14): config: HTML file generation: use the installed copy of xorg.css config: remove unrequired AC_CONFIG_AUX_DIR config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: comment, minor upgrade, quote and layout configure.ac config: remove config test for snprintf Documentation: add Docbook external references support Install target dbs alongside generated documents Install xml versions of specs even if HAVE_XMLTO is false Xmu.xml: Change layout of the X Logo figure docbook pdf: add xsl parameter to locate images docbook.am: global maintenance update - entities, images and olinking docbook.am: embed css styles inside the HTML HEAD element docs: use the &fullrelvers; entity to set X11 release information docs: use appropriate markup for copyright statement Jeremy Huddleston (1): Fix build with -DDEBUG Julien Cristau (8): Don't require (fake)root for debian/rules clean. Merge tag 'libXmu-1.1.1' into debian-unstable Bump changelogs Bump build-deps on xutils-dev, xmlto and xorg-sgml-doctools per configure.ac. Stop calling sed on Xmu.html to change the xlogo.svg path Remove David Nusinow from Uploaders. Bump debhelper build-dep for ${misc:Pre-Depends} usage. Upload to unstable Matt Dew (2): Add id attributes to funcsynopsis to allow other docs to olink to them. Cleanup IDs and links in doc --- COPYING | 8 ChangeLog | 285 ++++++++++ configure.ac | 71 -- debian/changelog | 13 debian/control | 10 debian/rules | 9 doc/.gitignore | 3 doc/Makefile.am | 62 -- doc/Xmu.xml | 189 +++--- docbook.am | 105 +++ include/X11/Xmu/Atoms.h | 2 include/X11/Xmu/CharSet.h | 2 include/X11/Xmu/CloseHook.h | 2 include/X11/Xmu/Converters.h | 2 include/X11/Xmu/CurUtil.h | 2 include/X11/Xmu/CvtCache.h | 4 include/X11/Xmu/DisplayQue.h | 22 include/X11/Xmu/Drawing.h | 2 include/X11/Xmu/EditresP.h | 54 - include/X11/Xmu/Error.h | 2 include/X11/Xmu/Initer.h | 2 include/X11/Xmu/Misc.h | 8 include/X11/Xmu/StdCmap.h | 2 include/X11/Xmu/StdSel.h | 2 include/X11/Xmu/WinUtil.h | 2 include/X11/Xmu/Xmu.h | 8 src/AllCmap.c | 20 src/Atoms.c | 14 src/ClientWin.c | 4 src/Clip.c | 2 src/CloseHook.c | 18 src/CmapAlloc.c | 26 src/CrCmap.c | 42 - src/CursorName.c | 4 src/CvtCache.c | 6 src/CvtStdSel.c | 4 src/DefErrMsg.c | 14 src/DelCmap.c | 4 src/DisplayQue.c | 4 src/DrawLogo.c | 16 src/EditresCom.c | 1176 +++++++++++++++++++++---------------------- src/ExtAgent.c | 2 src/FToCback.c | 4 src/GrayPixmap.c | 10 src/Initer.c | 14 src/LocBitmap.c | 18 src/Lookup.c | 4 src/LookupCmap.c | 32 - src/Lower.c | 11 src/Makefile.am | 4 src/RdBitF.c | 18 src/ShapeWidg.c | 6 src/StdCmap.c | 14 src/StrToBS.c | 4 src/StrToBmap.c | 10 src/StrToCurs.c | 46 - src/StrToGrav.c | 6 src/StrToJust.c | 4 src/StrToLong.c | 2 src/StrToOrnt.c | 4 src/StrToShap.c | 4 src/UpdMapHint.c | 2 src/VisCmap.c | 6 src/WidgetNode.c | 6 src/Xct.c | 4 src/sharedlib.c | 6 66 files changed, 1392 insertions(+), 1076 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/e1slw9l-0000fx...@vasks.debian.org