--- xorg-docs-1.7.1.orig/autogen.sh +++ xorg-docs-1.7.1/autogen.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi --- xorg-docs-1.7.1.orig/debian/README.source +++ xorg-docs-1.7.1/debian/README.source @@ -0,0 +1,49 @@ +------------------------------------------------------ +Quick Guide To Patching This Package For The Impatient +------------------------------------------------------ + +1. Make sure you have quilt installed +2. Unpack the package as usual with "dpkg-source -x" +3. Run the "patch" target in debian/rules +4. Create a new patch with "quilt new" (see quilt(1)) +5. Edit all the files you want to include in the patch with "quilt edit" + (see quilt(1)). +6. Write the patch with "quilt refresh" (see quilt(1)) +7. Run the "clean" target in debian/rules + +Alternatively, instead of using quilt directly, you can drop the patch in to +debian/patches and add the name of the patch to debian/patches/series. + +------------------------------------ +Guide To The X Strike Force Packages +------------------------------------ + +The X Strike Force team maintains X packages in git repositories on +git.debian.org in the pkg-xorg subdirectory. Most upstream packages +are actually maintained in git repositories as well, so they often +just need to be pulled into git.debian.org in a "upstream-*" branch. +Otherwise, the upstream sources are manually installed in the Debian +git repository. + +The .orig.tar.gz upstream source file could be generated using this +"upstream-*" branch in the Debian git repository but it is actually +copied from upstream tarballs directly. + +Due to X.org being highly modular, packaging all X.org applications +as their own independent packages would have created too many Debian +packages. For this reason, some X.org applications have been grouped +into larger packages: xutils, xutils-dev, x11-apps, x11-session-utils, +x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils. +Most packages, including the X.org server itself and all libraries +and drivers are, however maintained independently. + +The Debian packaging is added by creating the "debian-*" git branch +which contains the aforementioned "upstream-*" branch plus the debian/ +repository files. +When a patch has to be applied to the Debian package, two solutions +are involved: +* If the patch is available in one of the upstream branches, it + may be git'cherry-picked into the Debian repository. In this + case, it appears directly in the .diff.gz. +* Otherwise, the patch is added to debian/patches/ which is managed + with quilt as documented in /usr/share/doc/quilt/README.source. --- xorg-docs-1.7.1.orig/debian/changelog +++ xorg-docs-1.7.1/debian/changelog @@ -0,0 +1,222 @@ +xorg-docs (1:1.7.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Manuel A. Fernandez Montecelo ] + * Remove d/xorg-docs.links (Closes: #858469) + - /usr/share/X11/doc was broken for years (the file was last modified + in 2010) without anybody complaining, so rather than fixing the + destination it's probably better to just remove this legacy bit + + [ Julien Cristau ] + * Switch xorg.freedesktop.org URLs in packaging to https. + + [ Helmut Grohne ] + * Mark all packages Multi-Arch: foreign. (Closes: #840813) + + -- Manuel A. Fernandez Montecelo Fri, 29 Sep 2017 00:05:13 +0200 + +xorg-docs (1:1.7.1-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Let uscan verify tarball signatures. + * Remove Cyril from Uploaders. + * Bump Standards-Version to 3.9.6, update Vcs-* control fields. + * Switch to dh with the autoreconf and quilt addons. + * Get rid of debian/xsfbs/. + + -- Julien Cristau Wed, 28 Oct 2015 16:07:28 +0000 + +xorg-docs (1:1.7-1) unstable; urgency=low + + * New upstream release (X11R7.7). + * Bump debhelper compat to 7. + * Remove David from Uploaders. + * Stop setting CFLAGS in debian/rules (we don't build anything), and don't + use dh_testroot in clean. + * Bump xorg-sgml-doctools, xutils-dev and xmlto build-deps per configure.ac. + * Rebase all patches. + * Disable silent build rules. + * Update xsfbs to avoid re-running the build process in the binary target. + * Adjust xorg-docs.install due to moved specs (?) + + -- Julien Cristau Tue, 17 Sep 2013 00:48:01 +0200 + +xorg-docs (1:1.6-1) unstable; urgency=low + + * New upstream release (for X11R7.6). + * Update xorg-docs.install for new files. + * Bump xorg-sgml-doctools build-dep. While not strictly necessary, the + new release brings a bunch of small nice improvements and fixes. + + -- Cyril Brulebois Wed, 05 Jan 2011 02:33:51 +0100 + +xorg-docs (1:1.5.99.901-1) unstable; urgency=low + + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + + [ Cyril Brulebois ] + * New upstream release candidate. + * Bump xutils-dev build-dep for new macros. + * Bump xorg-sgml-doctools build-dep. + * Use generated build/general/License.txt to update debian/copyright + since license/copying info is now in XML upstream. + * Update build system: + + Pass --enable-docs and --enable-specs to configure (the default, but + let's make sure). + + Pass --with-xmlto and --with-fop, building html+txt+pdf. + + Add xmlto, fop, and w3m build-dep accordingly. + + Add 01-disable-ps-generation.diff, no point in shipping pdf and ps. + + Add 02-disable-automatic-size-detection.diff to pass --noautosize to + xmlto. + + Add 03-tell-xmlto-to-be-quiet.diff since pdf generation tends to be + waaay too chatty. + + Accordingly, make build-stamp depend on $(STAMP_DIR)/patch rather + than on $(STAMP_DIR)/prepare + + Add quilt build-dep again. + + Kill *.xml, no need to install them. + + Switch from --list-missing to --fail-missing for additional safety. + + Rework xorg-docs.install from scratch, installing html+txt+pdf + files, MAINTAINERS, and discarding platforms (the only ones + available aren't of interest for Debian systems). + + Remove docbook* build-dep, no longer needed. + + No longer pass --disable-shared, this option is gone. + * Update the symlink: Upstream used to ship in /usr/share/X11/doc, + symlinked from /usr/share/doc/xorg-docs/docs. Upstream now ships in + /usr/share/doc/xorg-doc, so keep /usr/share/X11/doc as a symlink + pointing there. + * Add myself to Uploaders. + + -- Cyril Brulebois Fri, 12 Nov 2010 16:48:34 +0100 + +xorg-docs (1:1.5-1) unstable; urgency=low + + [ Brice Goglin ] + * Add README.source, bump Standards-Version to 3.8.2. + * Use updated xsfbs, closes: #538596. + + [ David Nusinow ] + * Update xsfbs to 5693792171d885769e58dcccc053c08b11acd12a + + [ Julien Cristau ] + * Make debian/rules parallel safe. Don't enable parallel builds because + docbook is made of hate. + * Parse space-separated DEB_BUILD_OPTIONS. + * New upstream release (X11R7.5). + * Build in a build directory, and autoreconf on package build. + * Drop the xspecs package. The docs were moved to the individual modules. + * Change package section to doc. + * Remove Branden from Uploaders. + * Bump Standards-Version to 3.8.3. + * Drop build-dep on quilt, we don't have any patches. + + -- Julien Cristau Sat, 02 Jan 2010 16:23:58 +0000 + +xorg-docs (1:1.4-5) unstable; urgency=low + + * Create a new xorg-docs-core package. This package contains only the + standard documents one would expect in an X installation. Currently + this is just a few manpages. This allows for a slimmer install by + default, while still maintaining the basic documentation every user + should expect. + * Minor cleanup of the xorg-docs package description + + -- David Nusinow Mon, 11 May 2009 22:39:29 -0400 + +xorg-docs (1:1.4-4) unstable; urgency=low + + * Add upstream URL to the copyright file (closes: #512132). + * Upload with the upstream tarball. For some reason this package had gone + native. + + -- Julien Cristau Mon, 19 Jan 2009 19:53:29 +0000 + +xorg-docs (1:1.4-3) unstable; urgency=low + + * Add /usr/share/doc/xorg-docs/docs pointing to /usr/share/X11/doc, + closes: #498721. + + -- Brice Goglin Sat, 13 Sep 2008 09:57:41 +0200 + +xorg-docs (1:1.4-2) unstable; urgency=low + + * Fix the name of the XS-Vcs-Browser field. + * xorg-docs Conflicts/Replaces xprt-xprintorg from sarge (closes: #425461). + * Add debian/watch. + * Update to git HEAD, drop patch 01_specs_docs_fixes.diff applied upstream. + * Install the upstream changelog. + * Upload to unstable. + + -- Julien Cristau Thu, 31 May 2007 22:18:53 +0200 + +xorg-docs (1:1.4-1) experimental; urgency=low + + [ Julien Cristau ] + * Add XS-Vcs-Git and XS-Vcs-Browse fields to the control file. + + [ David Nusinow ] + * New upstream version for the Xorg 7.2 release + * Exclude anything in the "platforms" directory in dh_install + * Require xorg-sgml-doctools 1.2 or greater to build the release notes + with the proper dates and version numbers + + -- David Nusinow Sun, 4 Mar 2007 15:25:48 -0500 + +xorg-docs (1:1.2+git20061105-3) unstable; urgency=low + + [ Julien Cristau ] + * Move manpages from xspecs to xorg-docs, and rename some manpages to their + previous names. + * Added Build-Dependency on docbook-xml to fix FTBFS if no network is + available. Thanks to Lucas Nussbaum and + the Grid'5000 project for the report, and Frank Küster for the fix + (closes: #403061). + + -- David Nusinow Sat, 16 Dec 2006 17:23:17 -0500 + +xorg-docs (1:1.2+git20061105-2) unstable; urgency=low + + [ Julien Cristau ] + * Call $(MAKE) distclean in debian/rules clean, ignore if it fails, and + don't ship files generated by configure (closes: #399732). + + [ David Nusinow ] + * Add quilt as a build-depend + + -- David Nusinow Tue, 21 Nov 2006 21:52:30 -0500 + +xorg-docs (1:1.2+git20061105-1) unstable; urgency=low + + * New source package name to match upstream. This will build the xspecs + package as well as an xorg-docs package. + * New upstream version. This is the 7.1 docs with updates to allow it to + build on Debian. + * Add the xorg-docs package which will hold the stuff in the sgml subdir + * Remove Fabio from uploaders with his permission. He's always welcome back. + * Bump debhelper compat to 5 + * Add build-depends on docbook >= 4.4 and docbook-utils so we can build all + the sgml stuff + * Bump policy to 3.7.2.2. No changes needed. + * Enable building of postscript, pdf, html, and text docs. + Closes: #383642, #369461 + * Don't bother with building in a separate obj- dir, since this breaks the + sgml docs + + -- David Nusinow Thu, 9 Nov 2006 21:32:30 -0500 + +xspecs (1:1.0.1-2) unstable; urgency=low + + * Upload to unstable + + -- David Nusinow Tue, 4 Apr 2006 19:30:22 -0400 + +xspecs (1:1.0.1-1) experimental; urgency=low + + * First modular upload to Debian + * Port patches from trunk + + general/023_specs_doc_fixes.diff + + -- David Nusinow Tue, 28 Feb 2006 22:39:28 -0500 --- xorg-docs-1.7.1.orig/debian/compat +++ xorg-docs-1.7.1/debian/compat @@ -0,0 +1 @@ +9 --- xorg-docs-1.7.1.orig/debian/control +++ xorg-docs-1.7.1/debian/control @@ -0,0 +1,43 @@ +Source: xorg-docs +Section: doc +Priority: optional +Maintainer: Debian X Strike Force +Build-Depends: + debhelper (>= 9), + dh-autoreconf, + quilt, + pkg-config, + xorg-sgml-doctools (>= 1:1.8), + docbook-xml, + automake, + autoconf, + xutils-dev (>= 1:7.6+2), + xmlto (>= 0.0.22), + fop, + w3m, +Standards-Version: 3.9.6 +Vcs-Git: git://anonscm.debian.org/git/pkg-xorg/doc/xorg-docs +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/doc/xorg-docs.git + +Package: xorg-docs-core +Architecture: all +Depends: ${misc:Depends} +Suggests: xorg-docs +Replaces: xorg-docs ( << 1:1.4-5 ) +Multi-Arch: foreign +Description: Core documentation for the X.org X Window System + This package contains core documentation for the X.org X Window + System. This currently includes only a set of manpages which are + standard for the system. + +Package: xorg-docs +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: xprt-xprintorg (<= 1:0.1.0.alpha1-10) +Replaces: xspecs (<= 1:1.2+git20061105-2), xprt-xprintorg (<= 1:0.1.0.alpha1-10) +Multi-Arch: foreign +Description: Miscellaneous documentation for the X.org X Window System + This package contains various documents on the X.org X Window System + including the release notes for the current version and instructions on + the font and xkb subsystems. The documents are in html, pdf, ps, and plain + text format. --- xorg-docs-1.7.1.orig/debian/copyright +++ xorg-docs-1.7.1/debian/copyright @@ -0,0 +1,428 @@ +This package was downloaded from +https://xorg.freedesktop.org/releases/individual/doc/. + +Packager's note: Taken from the generated general/License.txt + + +Licenses + +The X.Org Foundation + +November 2010 + +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + +Table of Contents + +Introduction +X.Org Preferred License +XFree86 License 1.0 +Other Licenses + + X/MIT Copyrights + Berkeley-based copyrights: + SGI Free Software License B + Bigelow & Holmes Inc and URW++ GmbH Luxi font license + +Introduction + +The X.Org Foundation X Window System distribution is a compilation of code and +documentation from many sources. This document is intended primarily as a guide +to the licenses used in the distribution: you must check each file and/or +package for precise redistribution terms. None-the-less, this summary may be +useful to many users. + +This document is based on the compilation from XFree86. If you find any errors +or significant omissions in this document, please contact us with details at < +xorg@lists.freedesktop.org>. + +Most of these licenses are based on the MIT, X Consortium, or BSD (original and +revised) licenses. All of them are consistent with the Open Source Definition, +and most are consistent with the Free Software Foundation's Free Software +Definition. + +While the current licenses are all open source licenses, the X.Org Foundation +is attempting, over time, to bring as much as possible of the code's licenses +in the distribution into compliance with the Debian Free Software Guidelines. + +X.Org Preferred License + +The X.Org Foundation has chosen the following format of the MIT License as the +preferred format for code included in the X Window System distribution. This is +a slight variant of the common MIT license form published by the Open Source +Initiative at http://www.opensource.org/licenses/mit-license.php. + + Copyright ©[year] [copyright holder] + + 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 (including the next + paragraph) 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 + AUTHORS OR 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. + +When listing multiple copyright holders with the license statement, please sort +by surname for people, and by the full name for other entities (e.g. Juliusz +Chroboczek sorts before Intel Corporation sorts before Daniel Stone). + +XFree86 License 1.0 + +XFree86 code without an explicit copyright is covered by the following +copyright/license: + + Copyright (C) 1994-2003 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. + +No software incorporating the XFree86 1.1 license has been incorporated. + +Other Licenses + +Portions of code are covered by the following licenses/copyrights. See +individual files for the copyright dates. + +X/MIT Copyrights + +X Consortium + +Copyright (C) X Consortium + +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 X +CONSORTIUM 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 X Consortium 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 X Consortium. + +X Window System is a trademark of X Consortium, Inc. + +The Open Group + +Copyright The Open Group + +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. + +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 +OPEN GROUP 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 Open Group 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 Open Group. + +Berkeley-based copyrights: + +General + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT +OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY +OF SUCH DAMAGE. + +UCB/LBL + +Copyright (c) 1993 The Regents of the University of California. All rights +reserved. + +This software was developed by the Computer Systems Engineering group at +Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and contributed to +Berkeley. + +All advertising materials mentioning features or use of this software must +display the following acknowledgement: This product includes software developed +by the University of California, Lawrence Berkeley Laboratory. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. All advertising materials mentioning features or use of this software must + display the following acknowledgement: This product includes software + developed by the University of California, Berkeley and its contributors. + + 4. Neither the name of the University nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The NetBSD Foundation, Inc. + +Copyright (c) 2003 The NetBSD Foundation, Inc. All rights reserved. + +This code is derived from software contributed to The NetBSD Foundation by Ben +Collver + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS +IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Theodore Ts'o. + +Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All rights +reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, and + the entire permission notice in its entirety, including the disclaimer of + warranties. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE, ALL OF WHICH ARE HEREBY DISCLAIMED. IN NO +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT +OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +Theo de Raadt and Damien Miller + +Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. Copyright (c) +2001-2002 Damien Miller. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT +OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY +OF SUCH DAMAGE. + +Todd C. Miller + +Copyright (c) 1998 Todd C. Miller + +Permission to use, copy, modify, and distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE FOR ANY +SPECIAL, DIRECT, 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. + +Thomas Winischhofer + +Copyright (C) 2001-2004 Thomas Winischhofer + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESSED OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT +OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY +OF SUCH DAMAGE. + +SGI Free Software License B + +SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) + +Copyright (C) 1991-2000 Silicon Graphics, 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 including the dates of first publication and either +this permission notice or a reference to http://oss.sgi.com/projects/FreeB/ +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 SILICON +GRAPHICS, INC. 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. + +Bigelow & Holmes Inc and URW++ GmbH Luxi font license + +Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font instruction +code copyright (c) 2001 by URW++ GmbH. All Rights Reserved. Luxi is a +registered trademark of Bigelow & Holmes Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +these Fonts and associated documentation files (the "Font Software"), to deal +in the Font Software, including without limitation the rights to use, copy, +merge, publish, distribute, sublicense, and/or sell copies of the Font +Software, and to permit persons to whom the Font Software is furnished to do +so, subject to the following conditions: + +The above copyright and trademark notices and this permission notice shall be +included in all copies of one or more of the Font Software. + +The Font Software may not be modified, altered, or added to, and in particular +the designs of glyphs or characters in the Fonts may not be modified nor may +additional glyphs or characters be added to the Fonts. This License becomes +null and void when the Fonts or Font Software have been modified. + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, +TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BIGELOW & HOLMES INC. OR URW++ +GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY +GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR +INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. + +Except as contained in this notice, the names of Bigelow & Holmes Inc. and +URW++ GmbH. shall not be used in advertising or otherwise to promote the sale, +use or other dealings in this Font Software without prior written authorization +from Bigelow & Holmes Inc. and URW++ GmbH. + +For further information, contact: + +info@urwpp.de or design@bigelowandholmes.com --- xorg-docs-1.7.1.orig/debian/patches/01-disable-ps-generation.diff +++ xorg-docs-1.7.1/debian/patches/01-disable-ps-generation.diff @@ -0,0 +1,17 @@ +Don't build *.ps, we're not shipping them. + +diff --git a/docbook.am b/docbook.am +index bba4d54..776c465 100644 +--- a/docbook.am ++++ b/docbook.am +@@ -62,10 +62,6 @@ XMLTO_FO_FLAGS = \ + shelf_DATA += $(docbook:.xml=.pdf) + %.pdf: %.xml $(chapters) + $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $< +- +-shelf_DATA += $(docbook:.xml=.ps) +-%.ps: %.xml $(chapters) +- $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $< + endif HAVE_FOP + + # Generate documents cross-reference target databases --- xorg-docs-1.7.1.orig/debian/patches/02-disable-automatic-size-detection.diff +++ xorg-docs-1.7.1/debian/patches/02-disable-automatic-size-detection.diff @@ -0,0 +1,16 @@ +Don't use local settings (LC_PAPER), disable paper size autodetection. + +diff --git a/docbook.am b/docbook.am +index bba4d54..7425a1c 100644 +--- a/docbook.am ++++ b/docbook.am +@@ -47,7 +47,8 @@ shelf_DATA += $(docbook:.xml=.txt) + endif HAVE_XMLTO_TEXT + + if HAVE_FOP +-XMLTO_FO_IMAGEPATH_FLAGS = --stringparam img.src.path=$(abs_builddir)/ ++XMLTO_FO_IMAGEPATH_FLAGS = --stringparam img.src.path=$(abs_builddir)/ \ ++ --noautosize + XMLTO_PDF_OLINK_FLAGS = \ + --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.pdf.xml \ + --stringparam current.docid="$(<:.xml=)" --- xorg-docs-1.7.1.orig/debian/patches/03-tell-xmlto-to-be-quiet.diff +++ xorg-docs-1.7.1/debian/patches/03-tell-xmlto-to-be-quiet.diff @@ -0,0 +1,13 @@ +Index: xorg-docs/docbook.am +=================================================================== +--- xorg-docs.orig/docbook.am ++++ xorg-docs/docbook.am +@@ -62,7 +62,7 @@ XMLTO_FO_FLAGS = \ + + shelf_DATA += $(docbook:.xml=.pdf) + %.pdf: %.xml $(chapters) +- $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $< ++ $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $< >/dev/null + endif HAVE_FOP + + # Generate documents cross-reference target databases --- xorg-docs-1.7.1.orig/debian/patches/series +++ xorg-docs-1.7.1/debian/patches/series @@ -0,0 +1,3 @@ +01-disable-ps-generation.diff +02-disable-automatic-size-detection.diff +03-tell-xmlto-to-be-quiet.diff --- xorg-docs-1.7.1.orig/debian/rules +++ xorg-docs-1.7.1/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f +# debian/rules for the Debian xorg-docs package. + +PACKAGE = xorg-docs + +%: + dh $@ --with quilt,autoreconf --parallel --builddirectory=build/ + +override_dh_auto_configure: + dh_auto_configure -- \ + --disable-silent-rules \ + --enable-docs \ + --enable-specs \ + --with-xmlto \ + --with-fop + +override_dh_auto_install: + dh_auto_install + mv debian/tmp/usr/share/man/man7/Standards.7 \ + debian/tmp/usr/share/man/man7/XStandards.7 + mv debian/tmp/usr/share/man/man7/Consortium.7 \ + debian/tmp/usr/share/man/man7/XConsortium.7 + +override_dh_install: + find debian/tmp -name '*.xml' -delete + find debian/tmp -name '*.db' -delete + dh_install --fail-missing \ + -Xplatforms/Darwin \ + -Xplatforms/Solaris --- xorg-docs-1.7.1.orig/debian/upstream/signing-key.asc +++ xorg-docs-1.7.1/debian/upstream/signing-key.asc @@ -0,0 +1,60 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +mQGiBEab+moRBACDH5yKqS3wcc5bdxY7PBNuwKvF5TKMfagmSvuRDtZjjIIWaA/n +Z1KboV9Gq5g7kP7+Kfu+Qgd8u65eVsWwmPW10fXvj3aCU53glx2EdGdrHcgiyH2g +EQfPiyBw+trIppWFRV0IDXSLMA1FNC92t2nSG/VFHaPTVwcgkIRSfcXDvwCglGdE +a6f4uLqoNHP+m4yYnzapFuMD/R4+2AJDAvEWKDdYCGZzlawjAmmWyXrmT7/C/mx9 +8qUR473l4buXjHgDkkXXlHqdzil1vK85PhrKzNJDCCmlHUJNz+QwiAMOLwpD+kwV +Pb57RG7y+a5JQ5+jtVw4RlUxZIk/wj2An9YBO3A5vR7PdjM32ZJCN2+aM4dYfNzQ +xQKTA/47icvBaBVTl9rztjg2pd2Aqpc1P/GsIYLGj7XjnnJvGAENBHSH1QjpZMJG +CTS9oJ+B0/wrIr+pA+MdFgYAb6ojMQJOO6UChjWWSGjMFcs/CeXhxlLBido3DtAE +TbNTwO6OEfAvdosvTdhJFnwvZlJ+zZGGy5CrF2Fd9PUe9tmASbQoQWxhbiBDb29w +ZXJzbWl0aCA8YWxhbmNAZnJlZWRlc2t0b3Aub3JnPohoBBMRAgAoAhsDBgsJCAcD +AgYVCAIJCgsEFgIDAQIeAQIXgAUCUXnRYgUJFEPYeAAKCRCi+54IHy0TDonxAKCP +cAgXNojuujUg5Wqi6v0RBFVSUgCggq1SsVEdq9NDWvXvkeGyNaBivSK0K0FsYW4g +Q29vcGVyc21pdGggPGFsYW4uY29vcGVyc21pdGhAc3VuLmNvbT6IZgQTEQIAJgIb +AwYLCQgHAwIEFQIIAwQWAgMBAh4BAheABQJRedFiBQkUQ9h4AAoJEKL7nggfLRMO +6sUAn0jl3h9rY4OJ13Lu7nsKclyhDpOqAKCFgTmaDGRuDRxloLg9jftrn7a7vrQu +QWxhbiBDb29wZXJzbWl0aCA8YWxhbi5jb29wZXJzbWl0aEBvcmFjbGUuY29tPohr +BBMRAgArAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAIZAQUCUXnRYgUJFEPY +eAAKCRCi+54IHy0TDtBZAJ9IgVVNoFIPRjTsNjcSFaLznuDRJgCcC/WgV312IrxS +Q8PRAyEgozSB9Ke5Ag0ERpv6bxAIAJp5aUlho5rUhpS6ik7spsAQFPRuycPKMNu0 +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 +=tc6G +-----END PGP PUBLIC KEY BLOCK----- --- xorg-docs-1.7.1.orig/debian/watch +++ xorg-docs-1.7.1/debian/watch @@ -0,0 +1,4 @@ +#git=git://anongit.freedesktop.org/xorg/doc/xorg-docs +version=3 +opts="pgpsigurlmangle=s/$/.sig/" \ +https://xorg.freedesktop.orgreleases/individual/doc/ xorg-docs-(.*)\.tar\.gz --- xorg-docs-1.7.1.orig/debian/xorg-docs-core.install +++ xorg-docs-1.7.1/debian/xorg-docs-core.install @@ -0,0 +1,6 @@ +usr/share/man/man7/Xsecurity.7 +usr/share/man/man7/X.7 +usr/share/man/man7/XOrgFoundation.7 +usr/share/man/man7/XProjectTeam.7 +usr/share/man/man7/XStandards.7 +usr/share/man/man7/XConsortium.7 --- xorg-docs-1.7.1.orig/debian/xorg-docs.install +++ xorg-docs-1.7.1/debian/xorg-docs.install @@ -0,0 +1,28 @@ +usr/share/doc/xorg-docs/MAINTAINERS +usr/share/doc/xorg-docs/*.html +usr/share/doc/xorg-docs/*.txt +usr/share/doc/xorg-docs/*.pdf +usr/share/doc/xorg-docs/graphics/*.html +usr/share/doc/xorg-docs/graphics/*.txt +usr/share/doc/xorg-docs/graphics/*.pdf +usr/share/doc/xorg-docs/fonts/*.html +usr/share/doc/xorg-docs/fonts/*.txt +usr/share/doc/xorg-docs/fonts/*.pdf +usr/share/doc/xorg-docs/input/*.html +usr/share/doc/xorg-docs/input/*.txt +usr/share/doc/xorg-docs/input/*.pdf +usr/share/doc/xorg-docs/ctext/*.html +usr/share/doc/xorg-docs/ctext/*.txt +usr/share/doc/xorg-docs/ctext/*.pdf +usr/share/doc/xorg-docs/icccm/*.html +usr/share/doc/xorg-docs/icccm/*.txt +usr/share/doc/xorg-docs/icccm/*.pdf +usr/share/doc/xorg-docs/xext/lbxalg.html +usr/share/doc/xorg-docs/xext/lbxalg.txt +usr/share/doc/xorg-docs/xext/lbxalg.pdf +usr/share/doc/xorg-docs/xlfd/*.html +usr/share/doc/xorg-docs/xlfd/*.txt +usr/share/doc/xorg-docs/xlfd/*.pdf +usr/share/doc/xorg-docs/Xserver/*.html +usr/share/doc/xorg-docs/Xserver/*.txt +usr/share/doc/xorg-docs/Xserver/*.pdf