.cvsignore | 21 -- .gitignore | 31 +++ AUTHORS | 1 COPYING | 78 +++++-- ChangeLog | 438 +++++++++++++++++++++++++++++++++++++------ INSTALL | 8 Makefile.am | 12 - README | 25 ++ configure.ac | 37 +-- debian/changelog | 21 ++ debian/control | 37 ++- debian/copyright | 76 +++++-- debian/patches/series | 1 debian/rules | 14 - man/.cvsignore | 3 man/Makefile.am | 55 ++--- man/XpCancelDoc.man | 3 man/XpCancelJob.man | 3 man/XpCancelPage.man | 3 man/XpCreateContext.man | 3 man/XpDestroyContext.man | 3 man/XpEndDoc.man | 3 man/XpEndJob.man | 3 man/XpEndPage.man | 3 man/XpFreePrinterList.man | 3 man/XpGetAttributes.man | 3 man/XpGetContext.man | 3 man/XpGetDocumentData.man | 3 man/XpGetImageResolution.man | 3 man/XpGetLocaleHinter.man | 3 man/XpGetOneAttribute.man | 3 man/XpGetPageDimensions.man | 3 man/XpGetPdmStartParams.man | 3 man/XpGetPrinterList.man | 3 man/XpGetScreenOfContext.man | 3 man/XpInputSelected.man | 3 man/XpPutDocumentData.man | 3 man/XpQueryExtension.man | 3 man/XpQueryScreens.man | 3 man/XpQueryVersion.man | 3 man/XpRehashPrinterList.man | 3 man/XpSelectInput.man | 3 man/XpSetAttributes.man | 3 man/XpSetContext.man | 3 man/XpSetImageResolution.man | 3 man/XpSetLocaleHinter.man | 3 man/XpStartDoc.man | 3 man/XpStartJob.man | 3 man/XpStartPage.man | 3 man/libXp.man | 3 src/.cvsignore | 6 src/Makefile.am | 2 src/XpAttr.c | 4 src/XpContext.c | 6 src/XpDoc.c | 4 src/XpExtUtil.c | 39 +-- src/XpExtUtil.h | 14 + src/XpExtVer.c | 4 src/XpGetData.c | 12 - src/XpImageRes.c | 4 src/XpInput.c | 4 src/XpJob.c | 7 src/XpLocale.c | 10 src/XpNotifyPdm.c | 6 src/XpPage.c | 4 src/XpPageDim.c | 4 src/XpPrinter.c | 8 src/XpPutData.c | 4 src/XpScreens.c | 4 69 files changed, 752 insertions(+), 354 deletions(-)
New commits: commit b274d2b9f8999ef0b309b9e60ed6f87a3ecfb36e Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:39:41 2011 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 865d5ef..230338a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libxp (1:1.0.1-1) UNRELEASED; urgency=low +libxp (1:1.0.1-1) unstable; urgency=low * New upstream release. * Update debian/copyright from upstream COPYING. @@ -17,7 +17,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low - Add a placeholder series file. * Bump Standards-Version to 3.9.1 (no changes needed). - -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 + -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:39:37 +0100 libxp (1:1.0.0.xsf1-2) unstable; urgency=low commit 78bc9accfe7adb4254757dec818383f5d6662bdf Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:39:29 2011 +0100 Bump Standards-Version to 3.9.1 (no changes needed). diff --git a/debian/changelog b/debian/changelog index 9877790..865d5ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low - Add ${misc:Depends} to all Depends. - Remove Debian revision from the libx11-dev build-dep. - Add a placeholder series file. + * Bump Standards-Version to 3.9.1 (no changes needed). -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/control b/debian/control index 9aa0b74..a5cda3a 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: libxext-dev, libxau-dev, xutils-dev (>= 1:7.5+4), -Standards-Version: 3.7.3 +Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxp Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxp.git commit feb257673075576630e85e6f840c8c7b58e56d4c Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:35:44 2011 +0100 Add a placeholder series file. diff --git a/debian/changelog b/debian/changelog index 63872b5..9877790 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low * Fix a bunch of lintian warnings: - Add ${misc:Depends} to all Depends. - Remove Debian revision from the libx11-dev build-dep. + - Add a placeholder series file. -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..fdffa2a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +# placeholder commit 2e390b4ea44fd7872d662f703be3702112f497e8 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:34:53 2011 +0100 Remove Debian revision from the libx11-dev build-dep. diff --git a/debian/changelog b/debian/changelog index 2af3cc9..63872b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low * Add myself to Uploaders. * Fix a bunch of lintian warnings: - Add ${misc:Depends} to all Depends. + - Remove Debian revision from the libx11-dev build-dep. -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/control b/debian/control index dc1a2dd..9aa0b74 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5), quilt, pkg-config, - libx11-dev (>= 1:0.99.2-1), + libx11-dev (>= 1:0.99.2), x11proto-print-dev, x11proto-xext-dev, libxext-dev, commit 54b7fb4fb352402cb95c3cf62f5715a5786edff7 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:34:37 2011 +0100 Add ${misc:Depends} to all Depends. diff --git a/debian/changelog b/debian/changelog index b177fe5..2af3cc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low additional safety. * Build in build/ instead of obj-$(DEB_BUILD_GNU_TYPE)/. * Add myself to Uploaders. + * Fix a bunch of lintian warnings: + - Add ${misc:Depends} to all Depends. -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/control b/debian/control index 8fa195b..dc1a2dd 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, + ${misc:Depends}, Description: X Printing Extension (Xprint) client library libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. @@ -39,6 +40,7 @@ Architecture: any Depends: libxp6 (= ${binary:Version}), ${shlibs:Depends}, + ${misc:Depends}, Description: X Printing Extension (Xprint) client library (unstripped) libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. @@ -61,6 +63,7 @@ Package: libxp-dev Section: libdevel Architecture: any Depends: + ${misc:Depends}, libxp6 (= ${binary:Version}), libx11-dev (>= 2:1.0.0), x11proto-print-dev, commit 918c8f12ea634ae630ccb1362f2107e9c1051a10 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:29:21 2011 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index 59be2ff..b177fe5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low * Use --fail-missing instead of --list-missing in dh_install for additional safety. * Build in build/ instead of obj-$(DEB_BUILD_GNU_TYPE)/. + * Add myself to Uploaders. -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/control b/debian/control index fb9f9ea..8fa195b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libxp Section: x11 Priority: optional Maintainer: Debian X Strike Force <[email protected]> -Uploaders: Drew Parsons <[email protected]> +Uploaders: Drew Parsons <[email protected]>, Cyril Brulebois <[email protected]> Build-Depends: debhelper (>= 5), quilt, commit dbf8df152504f864006d46cf21c963a03ff06ca3 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:28:13 2011 +0100 Build in build/ instead of obj-$(DEB_BUILD_GNU_TYPE)/. diff --git a/debian/changelog b/debian/changelog index 7b64022..59be2ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low * Update libxp6-dbg's section: libdevel → debug. * Use --fail-missing instead of --list-missing in dh_install for additional safety. + * Build in build/ instead of obj-$(DEB_BUILD_GNU_TYPE)/. -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/rules b/debian/rules index 81ce06f..317b73e 100755 --- a/debian/rules +++ b/debian/rules @@ -37,12 +37,12 @@ build: patch build-stamp build-stamp: dh_testdir - test -d obj-$(DEB_BUILD_GNU_TYPE) || mkdir obj-$(DEB_BUILD_GNU_TYPE) - cd obj-$(DEB_BUILD_GNU_TYPE) && \ + mkdir -p build + cd build && \ ../configure --prefix=/usr --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info $(confflags) \ - CFLAGS="$(CFLAGS)" - cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) + CFLAGS="$(CFLAGS)" + $(MAKE) -C build touch build-stamp @@ -55,7 +55,7 @@ clean: xsfclean rm -f */config.cache */config.log */config.status rm -f conftest* */conftest* rm -rf autom4te.cache */autom4te.cache - rm -rf obj-* + rm -rf build dh_clean @@ -65,7 +65,7 @@ install: build dh_clean -k dh_installdirs - cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + $(MAKE) -C build DESTDIR=$(CURDIR)/debian/tmp install # Build architecture-dependent files here. binary-arch: build install commit ccdddbc88aced3e0ac1c13f88b43799a9d0ce1f1 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:25:39 2011 +0100 Use --fail-missing instead of --list-missing in dh_install for additional safety. diff --git a/debian/changelog b/debian/changelog index 9243053..7b64022 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low autoreconf — yet?). * Wrap Depends. * Update libxp6-dbg's section: libdevel → debug. + * Use --fail-missing instead of --list-missing in dh_install for + additional safety. -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/rules b/debian/rules index 4fe3f4d..81ce06f 100755 --- a/debian/rules +++ b/debian/rules @@ -73,7 +73,7 @@ binary-arch: build install dh_testroot dh_installdocs - dh_install --sourcedir=debian/tmp --list-missing --exclude=usr/share/man/man3 --exclude=libXp.la + dh_install --sourcedir=debian/tmp --fail-missing --exclude=usr/share/man/man3 --exclude=libXp.la dh_installman dh_installchangelogs ChangeLog dh_link commit dee08530c284f481f66f737109f6d78aa4a6fb3d Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:23:05 2011 +0100 Update libxp6-dbg's section: libdevel → debug. diff --git a/debian/changelog b/debian/changelog index 62419ba..9243053 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low * Add xutils-dev build-dep for xorg-macros (although we don't run autoreconf — yet?). * Wrap Depends. + * Update libxp6-dbg's section: libdevel → debug. -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/control b/debian/control index dd9a593..fb9f9ea 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Description: X Printing Extension (Xprint) client library git://anongit.freedesktop.org/git/xorg/lib/libXp Package: libxp6-dbg -Section: libdevel +Section: debug Priority: extra Architecture: any Depends: commit 647e45fff16b2067823687e77f0dc8ac387f91c7 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:20:44 2011 +0100 Wrap Depends. diff --git a/debian/changelog b/debian/changelog index e9f244e..62419ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low * Wrap Build-Depends. * Add xutils-dev build-dep for xorg-macros (although we don't run autoreconf — yet?). + * Wrap Depends. -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/control b/debian/control index 285017b..dd9a593 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxp.git Package: libxp6 Section: libs Architecture: any -Depends: ${shlibs:Depends} +Depends: + ${shlibs:Depends}, Description: X Printing Extension (Xprint) client library libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. @@ -35,7 +36,9 @@ Package: libxp6-dbg Section: libdevel Priority: extra Architecture: any -Depends: libxp6 (= ${binary:Version}), ${shlibs:Depends} +Depends: + libxp6 (= ${binary:Version}), + ${shlibs:Depends}, Description: X Printing Extension (Xprint) client library (unstripped) libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. @@ -57,8 +60,14 @@ Description: X Printing Extension (Xprint) client library (unstripped) Package: libxp-dev Section: libdevel Architecture: any -Depends: libxp6 (= ${binary:Version}), libx11-dev (>= 2:1.0.0), x11proto-print-dev, libxext-dev, libxau-dev -Pre-Depends: x11-common (>= 1:7.0.0) +Depends: + libxp6 (= ${binary:Version}), + libx11-dev (>= 2:1.0.0), + x11proto-print-dev, + libxext-dev, + libxau-dev, +Pre-Depends: + x11-common (>= 1:7.0.0), Description: X Printing Extension (Xprint) client library (development files) libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. commit 9eda25d76817e763b4b493a6528c93f2f098cdc9 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:18:18 2011 +0100 Add xutils-dev build-dep for xorg-macros (although we don't run autoreconf — yet?). diff --git a/debian/changelog b/debian/changelog index cef827a..e9f244e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low * New upstream release. * Update debian/copyright from upstream COPYING. * Wrap Build-Depends. + * Add xutils-dev build-dep for xorg-macros (although we don't run + autoreconf — yet?). -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/control b/debian/control index 224b92c..285017b 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: x11proto-xext-dev, libxext-dev, libxau-dev, + xutils-dev (>= 1:7.5+4), Standards-Version: 3.7.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxp Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxp.git commit bcb5ee4226cf48bd6f626d1a2c75fff6287f04b6 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:15:19 2011 +0100 Wrap Build-Depends. diff --git a/debian/changelog b/debian/changelog index 5cf109a..cef827a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low * New upstream release. * Update debian/copyright from upstream COPYING. + * Wrap Build-Depends. -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/control b/debian/control index 3c72175..224b92c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,15 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: Drew Parsons <[email protected]> -Build-Depends: debhelper (>= 5), quilt, pkg-config, libx11-dev (>= 1:0.99.2-1), x11proto-print-dev, x11proto-xext-dev, libxext-dev, libxau-dev +Build-Depends: + debhelper (>= 5), + quilt, + pkg-config, + libx11-dev (>= 1:0.99.2-1), + x11proto-print-dev, + x11proto-xext-dev, + libxext-dev, + libxau-dev, Standards-Version: 3.7.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxp Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxp.git commit fcb2b92e5f540a122af601ecf8f90c65c0720a64 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:15:03 2011 +0100 Update debian/copyright from upstream COPYING. diff --git a/debian/changelog b/debian/changelog index bf7c547..5cf109a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low * New upstream release. + * Update debian/copyright from upstream COPYING. -- Cyril Brulebois <[email protected]> Tue, 08 Mar 2011 00:11:40 +0100 diff --git a/debian/copyright b/debian/copyright index 283c515..84b029b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,23 +4,61 @@ http://xorg.freedesktop.org/releases/individual/lib/ It was debianized by Drew Parsons <[email protected]> on Sunday, April 16 2006 15:34:09. -Copyright © 2001,2003 Keith Packard - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation, and that the name of Keith Packard not be used in -advertising or publicity pertaining to distribution of the software without -specific, written prior permission. Keith Packard makes no -representations about the suitability of this software for any purpose. It -is provided "as is" without express or implied warranty. - -KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. +Copyright 1996 Hewlett-Packard Company +Copyright 1996 International Business Machines Corp. +Copyright 1996, 1999, 2004, Oracle and/or its affiliates. All rights reserved. +Copyright 1996 Novell, Inc. +Copyright 1996 Digital Equipment Corp. +Copyright 1996 Fujitsu Limited +Copyright 1996 Hitachi, Ltd. +Copyright 1996 X Consortium, Inc. +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, +sublicense, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the copyright holders +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +from said copyright holders. + + ---------------------------------------- + +Copyright (C) 2000 The XFree86 Project, Inc. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of the XFree86 Project shall +not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization from the +XFree86 Project. commit 7c3f52f2b66e697ae213d6872ebbff2728709988 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 00:11:54 2011 +0100 Bump changelogs. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..ec85495 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,410 @@ +commit 78773073a0b5801a72be7a5309a40ddc90d9916e +Author: Alan Coopersmith <[email protected]> +Date: Thu Jan 13 22:09:29 2011 -0800 + + libXp 1.0.1 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit a3ec6397c598ebb9eb61c138efb48be18fc3191c +Author: Alan Coopersmith <[email protected]> +Date: Wed Jan 12 00:06:53 2011 -0800 + + Remove old INSTALL file stub so we use the one from xorg-macros + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 17fcf8be65ae6a300782f6a0758a4cb1061856bf +Author: Alan Coopersmith <[email protected]> +Date: Wed Jan 12 00:03:04 2011 -0800 + + This is not a GNU project, so declare it foreign + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 7937866efbf022a37da40ab92eabb6ebc5a36554 +Author: Alan Coopersmith <[email protected]> +Date: Tue Jan 11 23:16:54 2011 -0800 + + config: Remove unnecessary calls from configure.ac + + AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now + PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 5240bd2ec1bef2592de75dc6aabdfcc0d3402ec0 +Author: Alan Coopersmith <[email protected]> +Date: Tue Jan 11 23:14:33 2011 -0800 + + config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + + Regroup AC statements under the Autoconf initialization section. + Regroup AM statements under the Automake initialization section. + Add missing AC_CONFIG_SRCDIR + Replace deprecated arguments to AC_OUTPUT with AC_CONFIG_FILES + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 5d0f927ae0c580a6c4c3f119576753dc7b547966 +Author: Alan Coopersmith <[email protected]> +Date: Tue Jan 11 23:11:57 2011 -0800 + + config: upgrade to util-macros 1.8 for additional man page support + + Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS + The value of MAN_SUBST is the same for all X.Org packages. + + Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS + The existing statement can now be removed from the configuration file. + + Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) + Enables silent rule and use platform appropriate version of sed. + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit b14dc70f4d7d538071b725e3fd453dbfe2b9e0d4 +Author: Alan Coopersmith <[email protected]> +Date: Tue Jan 11 23:09:14 2011 -0800 + + config: Update to XORG_DEFAULT_OPTIONS from xorg-macros 1.3 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit c6db604b4cb0f3a5f596d78826ac8a95fb0bcc3f +Author: Gaetan Nadon <[email protected]> +Date: Tue Jan 11 23:05:27 2011 -0800 + + config: update AC_PREREQ statement to 2.60 + + Unrelated to the previous patches, the new value simply reflects + the reality that the minimum level for autoconf to configure + all x.org modules is 2.60 dated June 2006. + + ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz + + Signed-off-by: Gaetan Nadon <[email protected]> + Signed-off-by: Alan Coopersmith <[email protected]> + +commit b2c7de468c83a2f2856fa67de2d63b2c08075c91 +Author: Alan Coopersmith <[email protected]> +Date: Sun Nov 21 11:32:33 2010 -0800 + + Sun's copyrights belong to Oracle now + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit aefe40923fd5a4a64121e5761eaf773d392f8d86 +Author: Alan Coopersmith <[email protected]> +Date: Thu Jan 14 21:21:07 2010 -0800 + + Fill in COPYING with licenses from source files + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 786705b6dafe023057e402a0cec6a7a3d332a57e +Author: Alan Coopersmith <[email protected]> +Date: Thu Jan 14 21:18:43 2010 -0800 + + Purge CVS/RCS id tags + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit d0bb263f209decab67044946f5544b59095f85a7 +Author: Alan Coopersmith <[email protected]> +Date: Thu Jan 14 21:15:24 2010 -0800 + + Update Sun license notices to current X.Org standard form + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit fddcc51c123d1b91660fcb942578a90849b7c0dd +Author: Alan Coopersmith <[email protected]> +Date: Mon Feb 2 20:34:34 2009 -0800 + + Add README with pointers to mailing list, bugzilla & git repos + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit d61a81c97b91627620297487815d53a482098875 +Author: Paulo Cesar Pereira de Andrade <[email protected]> +Date: Fri Jan 30 15:22:57 2009 -0200 + + Janitor: make distcheck, compiler warnings, .gitignore. + +commit 5af30b0b5e957978eb52fb7354465c0bef35ace5 +Author: Matthieu Herrb <[email protected]> +Date: Sat Jun 21 17:45:46 2008 +0200 + + build fix on systems with getpwuid_r() + +commit efebe613aefdba963f2dfb4b22a35c1636955c2c +Author: Matthieu Herrb <[email protected]> +Date: Sun Mar 9 08:34:39 2008 +0100 + + nuke RCS Ids + +commit a8b081b412ddeffbd4d003870b082372038d20bc +Author: James Cloos <[email protected]> +Date: Thu Dec 6 16:38:33 2007 -0500 + + Replace static ChangeLog with dist-hook to generate from git log + +commit f999d9b0061d6c064c5c619a9faf097fce37598e +Author: James Cloos <[email protected]> +Date: Mon Sep 3 05:53:44 2007 -0400 + + Add *~ to .gitignore to skip patch/emacs droppings + +commit 240418a1fd49459e6bc130c5a889db943fad23de +Author: Alan Coopersmith <[email protected]> +Date: Thu Jul 13 14:59:02 2006 -0700 + + renamed: .cvsignore -> .gitignore + +commit bfcdf6dcc47610be8c9b7b66fe56538d5287fb98 +Author: Kevin E Martin <[email protected]> +Date: Thu Dec 15 00:24:30 2005 +0000 + + Update package version number for final X11R7 release candidate. + +commit 022837371c39edbae81c9beae4fecc87ca8e81eb +Author: Kevin E Martin <[email protected]> +Date: Tue Dec 6 22:48:44 2005 +0000 + + Change *man_SOURCES ==> *man_PRE to fix autotools warnings. + +commit 7ebd3eb4d34fc972c5deef69db569c4f45e98bd6 +Author: Kevin E Martin <[email protected]> +Date: Sat Dec 3 05:49:44 2005 +0000 + + Update package version number for X11R7 RC3 release. + +commit 3ca1fc530a6156fbd421ede76be0bb9202c599a8 +Author: Kevin E Martin <[email protected]> +Date: Sat Dec 3 04:41:50 2005 +0000 + + Add check and cflags for malloc(0) returning NULL. + +commit 6cd8c542575b54532ee70c0c30537126deb8b1da +Author: Alan Coopersmith <[email protected]> +Date: Mon Nov 28 22:03:06 2005 +0000 + + Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 + update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) + +commit 56319a8a7358f18d600b864a795b4061a5e8715b +Author: Kevin E Martin <[email protected]> +Date: Sat Nov 19 07:15:42 2005 +0000 + + Update pkgconfig files to separate library build-time dependencies from + application build-time dependencies, and update package deps to work + with separate build roots. + +commit 12efac6010ee0e7e261061cc247bfcb578be5cad +Author: Kevin E Martin <[email protected]> +Date: Wed Oct 19 02:48:11 2005 +0000 + + Update package version number for RC1 release. + +commit 961e25e55e539cc1bb31095e685501453c15666b +Author: Alan Coopersmith <[email protected]> +Date: Tue Oct 18 02:12:17 2005 +0000 + + Change XCOMM to \&# to allow both cpp & sed to translate correctly. + Use XDMPIDDIR instead of XDMDIR when showing location of xdm-pid file in + man page. + +commit 05bb2db1ebccc9cbc55501cde550fb26b6bda239 +Author: Alan Coopersmith <[email protected]> +Date: Tue Oct 18 00:00:09 2005 +0000 + + Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to + work better with BSD make + +commit 6ac5f6fb857dc9d499bff74d6038c222e35da72d +Author: Alan Coopersmith <[email protected]> +Date: Thu Oct 13 04:25:46 2005 +0000 + + Add generated man pages to .cvsignores + +commit 07c1b8dcfae9b85918d957357a61ff5ebe3d21de +Author: Alan Coopersmith <[email protected]> +Date: Thu Oct 13 03:07:57 2005 +0000 + + Fix filenames in Makefile.am + +commit 5f4f9ea6a1541dc36e767bbc7755ed226b6798e3 +Author: Alan Coopersmith <[email protected]> +Date: Thu Oct 13 02:59:40 2005 +0000 + + Use sed to fill in variables in man pages + +commit 56a6cff97f15a01f0ed8a58e26bcdca815c65d6e +Author: Alan Coopersmith <[email protected]> +Date: Thu Oct 13 02:46:00 2005 +0000 + + Use troff macros to prevent cpp eating C comments & #defines that are + supposed to appear in man page output. + +commit 7443d46d1ae750b9f23fd264e7876dc809b5b8a0 +Author: Alan Coopersmith <[email protected]> +Date: Wed Oct 12 23:45:05 2005 +0000 + + Use troff macros to prevent cpp eating C comments & #defines that are + supposed to appear in man page output. + +commit 66663ac337b1a6e104cc30e17efe3d09d85302e0 +Author: Kevin E Martin <[email protected]> +Date: Fri Jul 29 21:22:52 2005 +0000 + + Various changes preparing packages for RC0: + - Verify and update package version numbers as needed + - Implement versioning scheme + - Change bug address to point to bugzilla bug entry form + - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to + reenable it) + - Fix makedepend to use pkgconfig and pass distcheck + - Update build script to build macros first + - Update modular Xorg version + +commit 3e8baba58663e2ab5e4c75e6b8b08d20e690d514 +Author: Keith Packard <[email protected]> +Date: Thu Jul 14 22:54:24 2005 +0000 + + Fix .so version number. Change to -version-number form for libtool to + ensure version numbers are consistent with monolithic tree on all + platforms. + +commit ac1f2c8596cf65d509b4512f2ab36953aef65420 +Author: Keith Packard <[email protected]> +Date: Sat Jul 9 06:44:50 2005 +0000 + + Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory + +commit 2c1921f748bd92be6ef57e255775c6f5f677874d +Author: Keith Packard <[email protected]> +Date: Fri Jul 1 21:42:49 2005 +0000 + + Use XPointer instead of caddr_t as info->data is declared as XPointer + +commit 34b8dba0730571a601fd909569d46812d20471e0 +Author: Søren Sandmann Pedersen <[email protected]> +Date: Mon Jun 27 16:09:13 2005 +0000 + + - Remove fontenc from Xfont + - Add a dependency from Xfont on libfontenc + - Add build system for lib/fontenc + - xc/lib/font: Change #include "fontenc.h" to #include + <X11/fonts/fontenc.h> in some places. + - Remove dpsinfo and dpsexec from the app section of symlink.sh + - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS + +commit ef6aaa622cb593b7ec8dcadd9b5cc406b392670e +Author: Alexander Gottwald <[email protected]> +Date: Thu May 26 12:12:28 2005 +0000 + + fix typo + +commit e783221dabcbf5e696029a172a90e8dadc582ff3 +Author: Alexander Gottwald <[email protected]> +Date: Tue May 24 14:43:04 2005 +0000 + + Add libXau to required modules + +commit bfb386c158238c20a38980fafb24a6b70c621e1f +Author: Alan Coopersmith <[email protected]> +Date: Sun May 22 03:36:42 2005 +0000 + + Add libXext to required modules Fix CFLAGS & LIBS to pass through correctly + +commit d9810889c88704bee3b512f229bebc1325f2a308 +Author: Adam Jackson <[email protected]> +Date: Thu May 19 00:22:33 2005 +0000 + + revert last change, didn't do right thing at all, sorry for the noise + +commit d780e8cdd3999cfb1a69bf45c890d4ec33898724 +Author: Adam Jackson <[email protected]> +Date: Thu May 19 00:10:08 2005 +0000 + + Require automake 1.7 in AM_INIT_AUTOMAKE + +commit 198d5780c3e319ae14bfdb6fc1b846de36ae5785 +Author: Søren Sandmann Pedersen <[email protected]> +Date: Wed May 18 20:33:36 2005 +0000 + + Add Xp build system + +commit 742d1149a10b083ef83cd8c01a20e4352d88fd4f +Author: Søren Sandmann Pedersen <[email protected]> +Date: Wed May 18 20:27:59 2005 +0000 + + - Conditionally include config.h in xc/lib/Xp + +commit 11c15dc3c057cd3ec90867d2b7a494e6d4523fbb +Author: Alan Coopersmith <[email protected]> +Date: Sat May 22 06:27:25 2004 +0000 + + xc/doc/man/Imakefile + Contribute Solaris man pages for libXp + +commit a0fe754ecf0f9672e947160950a0ae7c1c038c13 +Author: Egbert Eich <[email protected]> +Date: Fri Apr 23 18:43:46 2004 +0000 + + Merging XORG-CURRENT into trunk + +commit 1d94c705b1d66d5e8652819011b51b53d9263800 +Author: Egbert Eich <[email protected]> +Date: Sun Mar 14 08:32:24 2004 +0000 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

