--- xserver-xorg-video-glint-1.2.6.orig/autogen.sh +++ xserver-xorg-video-glint-1.2.6/autogen.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" --- xserver-xorg-video-glint-1.2.6.orig/debian/compat +++ xserver-xorg-video-glint-1.2.6/debian/compat @@ -0,0 +1 @@ +8 --- xserver-xorg-video-glint-1.2.6.orig/debian/xserver-xorg-video-glint.install +++ xserver-xorg-video-glint-1.2.6/debian/xserver-xorg-video-glint.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/drivers/*.so +usr/share/man/man4/* --- xserver-xorg-video-glint-1.2.6.orig/debian/copyright +++ xserver-xorg-video-glint-1.2.6/debian/copyright @@ -0,0 +1,106 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/driver/ + +Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas. +Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. +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 (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 +PRECISION INSIGHT AND/OR ITS SUPPLIERS 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. + +Copyright 2000-2001 by Alan Hourihane, Sychdyn, North Wales, UK. + +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 Alan Hourihane not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Alan Hourihane makes no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL ALAN HOURIHANE 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 1997-2001 by Alan Hourihane, Wigan, England. + +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 Alan Hourihane not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Alan Hourihane makes no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL ALAN HOURIHANE 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 2007 George Sapountzis + +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. + +Copyright 2000,2001 by Sven Luther . + +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 Sven Luther not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Sven Luther makes no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +SVEN LUTHER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL SVEN LUTHER 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. --- xserver-xorg-video-glint-1.2.6.orig/debian/README.source +++ xserver-xorg-video-glint-1.2.6/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. --- xserver-xorg-video-glint-1.2.6.orig/debian/control +++ xserver-xorg-video-glint-1.2.6/debian/control @@ -0,0 +1,39 @@ +Source: xserver-xorg-video-glint +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Uploaders: Cyril Brulebois +Build-Depends: + debhelper (>= 8), + dh-autoreconf, + quilt, + pkg-config, + xserver-xorg-dev (>= 2:1.11.2.902), + x11proto-gl-dev, + x11proto-video-dev, + x11proto-xf86dga-dev, + x11proto-xext-dev, + libgl1-mesa-dev | libgl-dev, + libdrm-dev (>> 2.0) [!hurd-i386], + x11proto-xf86dri-dev, + xutils-dev (>= 1:7.5+4) +Standards-Version: 3.9.1 +Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-glint +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-glint.git + +Package: xserver-xorg-video-glint +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xviddriver:Depends}, +Provides: + ${xviddriver:Provides} +Description: X.Org X server -- Glint display driver + This package provides the driver for the Texas Instruments/3DLabs Glint and + Permedia series of video cards. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-video-glint driver module. --- xserver-xorg-video-glint-1.2.6.orig/debian/watch +++ xserver-xorg-video-glint-1.2.6/debian/watch @@ -0,0 +1,3 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-video-glint +version=3 +http://xorg.freedesktop.org/releases/individual/driver/ xf86-video-glint-(.*)\.tar\.gz debian debian/xsfbs/repack.sh --- xserver-xorg-video-glint-1.2.6.orig/debian/rules +++ xserver-xorg-video-glint-1.2.6/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +# Install in debian/tmp to retain control through dh_install: +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp + +# Kill *.la files, and forget no-one: +override_dh_install: + find debian/tmp -name '*.la' -delete + dh_install --fail-missing + +# That's a plugin, use appropriate warning level: +override_dh_shlibdeps: + dh_shlibdeps -- --warnings=6 + +%: + dh $@ --with quilt,autoreconf,xsf --builddirectory=build/ --- xserver-xorg-video-glint-1.2.6.orig/debian/changelog +++ xserver-xorg-video-glint-1.2.6/debian/changelog @@ -0,0 +1,284 @@ +xserver-xorg-video-glint (1:1.2.6-1build2) precise; urgency=low + + * Rebuild again to fix upload snafu + + -- Christopher James Halse Rogers Fri, 16 Dec 2011 09:56:51 +1100 + +xserver-xorg-video-glint (1:1.2.6-1build1) precise; urgency=low + + * Rebuild to pick up new Xserver dependencies + + -- Christopher James Halse Rogers Fri, 16 Dec 2011 08:54:51 +1100 + +xserver-xorg-video-glint (1:1.2.6-1) unstable; urgency=low + + * New upstream release. Noteworthy bug fix: + - Fix uploading YV12 data to texture buffer on BE machines + * Remove some build-deps, no longer checked for. + + -- Cyril Brulebois Wed, 07 Sep 2011 10:09:36 +0200 + +xserver-xorg-video-glint (1:1.2.5-2) unstable; urgency=low + + * Switch to dh: + - Use debhelper 8. + - Use dh-autoreconf. + - Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf + debhelper sequence. + * Remove xsfbs (except repack.sh) accordingly. + * Update Uploaders list. Thanks, David & Brice! + * Remove long obsolete Replaces/Conflicts. + * Wrap Depends/Provides. + * Bump Standards-Version to 3.9.1 (no changes needed). + + -- Cyril Brulebois Sat, 05 Feb 2011 14:46:07 +0100 + +xserver-xorg-video-glint (1:1.2.5-1) experimental; urgency=low + + [ Robert Hooker ] + * New upstream release. + * Bump xutils-dev requirement for new util-macros. + + [ Cyril Brulebois ] + * Update debian/copyright from upstream COPYING. + + -- Cyril Brulebois Sat, 20 Nov 2010 15:01:06 +0100 + +xserver-xorg-video-glint (1:1.2.4-3) experimental; urgency=low + + * Build against Xserver 1.9.1 rc1. + * Add myself to Uploaders. + + -- Cyril Brulebois Sat, 16 Oct 2010 18:07:38 +0200 + +xserver-xorg-video-glint (1:1.2.4-2) unstable; urgency=medium + + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + * Update xsfbs, use new ${xviddriver:Depends} substvar. + + -- Julien Cristau Fri, 14 May 2010 17:29:19 +0200 + +xserver-xorg-video-glint (1:1.2.4-1) experimental; urgency=low + + [ Timo Aaltonen ] + * New upstream release. + * Bump Standards-Version to 3.8.3. + * Build against Xserver 1.7. + + [ Cyril Brulebois ] + * Upload to experimental. + + -- Cyril Brulebois Sun, 06 Dec 2009 03:05:17 +0100 + +xserver-xorg-video-glint (1:1.2.3-1) unstable; urgency=low + + [ David Nusinow ] + * Remove 03_gen_pci_ids.diff. The X server now uses an internal table to + choose a driver during autoconfiguration. + + [ Brice Goglin ] + * Add README.source, bump Standards-Version to 3.8.2. + * New upstream release. + + Fix crash at startup, closes: #531918. + + Fix endianness problem causing wrong memory size detection, + closes: #420738. + + -- Brice Goglin Mon, 20 Jul 2009 18:34:52 +0200 + +xserver-xorg-video-glint (1:1.2.2-2) unstable; urgency=low + + * Upload to unstable. + + -- Julien Cristau Sun, 12 Apr 2009 16:57:34 +0100 + +xserver-xorg-video-glint (1:1.2.2-1) experimental; urgency=low + + * New upstream release + + fixes FTBFS on alpha (closes: #498654) + * Run autoreconf on build; build-depend on automake, libtool, xutils-dev. + * Handle parallel builds. + * Build against xserver 1.6 rc. + + -- Julien Cristau Sun, 01 Feb 2009 02:03:30 +0100 + +xserver-xorg-video-glint (1:1.2.1.dfsg-1) experimental; urgency=low + + * Build against xserver 1.5. + * Repack the tarball to remove DRI.txt (again). + + -- Julien Cristau Thu, 04 Sep 2008 19:43:12 +0200 + +xserver-xorg-video-glint (1:1.2.1-1) unstable; urgency=low + + * New upstream release. + + Fix regression from pciaccess conversion, closes: #486786. + * Add myself to Uploaders. + + -- Brice Goglin Tue, 01 Jul 2008 20:12:04 +0200 + +xserver-xorg-video-glint (1:1.2.0-1) unstable; urgency=low + + [ Brice Goglin ] + * Add upstream URL to debian/copyright. + + [ Julien Cristau ] + * New upstream release. + * Drop patch 02_implicit_declarations.diff, applied upstream. + * Refresh 03_gen_pci_ids.diff. + * Bump Standards-Version to 3.7.3. + * Drop the XS- prefix from Vcs-* control fields. + * Bump debhelper compat level to 5. + * Remove non-free DRI.txt file (only verbatim copies are allowed). + * Run dpkg-shlibdeps with --warnings=6. Drivers reference symbols from + /usr/bin/Xorg and other modules, and that's not a bug, so we want + dpkg-shlibdeps to shut up about symbols it can't find. Build-depend on + dpkg-dev >= 1.14.17. + + -- Julien Cristau Thu, 05 Jun 2008 20:50:12 +0200 + +xserver-xorg-video-glint (1:1.1.1-8) unstable; urgency=low + + * Upload to unstable + + -- David Nusinow Sun, 16 Sep 2007 15:43:44 -0400 + +xserver-xorg-video-glint (1:1.1.1-7) experimental; urgency=low + + * Build against and build-dep on xserver 1.4 + * Add 03_gen_pci_ids.diff + This patch provides a set of PCI ID's that are supported by this driver so + that it can be autoloaded by the X server + + -- David Nusinow Thu, 13 Sep 2007 23:45:37 -0400 + +xserver-xorg-video-glint (1:1.1.1-6) unstable; urgency=low + + [ Julien Cristau ] + * Add 01_glint_man.diff to replace non-ascii character in glint(4) with the + equivalent groff escape sequence. + * Add 02_implicit_declarations.diff to fix gcc warnings caused by missing + #includes. + * Add myself to Uploaders and remove Branden with his permission. + * Update Standards-Version to 3.7.2 (no changes). + * Upload to unstable. + + [ Timo Aaltonen ] + * Replaces/Conflicts: xserver-xorg-driver-glint. + + [ Brice Goglin ] + * Don't build-dep on libdrm-dev on hurd-i386, thanks Michael Banck + (closes: #392877). + * Install the upstream changelog. + * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902 + (needed to let xsfbs get access to serverminver). + * Add XS-Vcs-*. + * Add a link to www.X.org and a reference to the xf86-video-glint + module in the long description. + * Remove Fabio from uploaders with his permission. He's always welcome back. + + -- Julien Cristau Tue, 17 Jul 2007 23:09:03 +0200 + +xserver-xorg-video-glint (1:1.1.1-5) experimental; urgency=low + + * Pull some minor upstream changes + * Generate server dependencies automatically from the ABI + + -- David Nusinow Wed, 21 Feb 2007 22:54:23 -0500 + +xserver-xorg-video-glint (1:1.1.1-4) UNRELEASED; urgency=low + + * Add link to xserver-xorg-core bug script, so that bugreports contain + the user's config and log files. + * Bump dependency on xserver-xorg-core to >= 2:1.1.1-11, as previous + versions don't have the bug script. + + -- Julien Cristau Tue, 7 Nov 2006 07:30:40 +0100 + +xserver-xorg-video-glint (1:1.1.1-3) unstable; urgency=low + + [ Steve Langasek ] + * Upload to unstable + + -- David Nusinow Mon, 18 Sep 2006 19:57:35 -0400 + +xserver-xorg-video-glint (1:1.1.1-2) experimental; urgency=low + + [ Drew Parsons ] + * Provides: xserver-xorg-video-1.0 not xserver-xorg-video. + + [ David Nusinow ] + * Bump xserver (build-)depends epochs to 2: to deal with botched + server upload + + -- David Nusinow Tue, 22 Aug 2006 23:46:30 +0000 + +xserver-xorg-video-glint (1:1.1.1-1) experimental; urgency=low + + [ Andres Salomon ] + * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build; + idempotency fix. + * Run dh_install w/ --list-missing. + + [ David Nusinow ] + * New upstream release + * Bump dependency on xserver-xorg-core to >= 1:1.1.1. Do the same thing for + the build-dep on xserver-xorg-dev. + + -- David Nusinow Mon, 7 Aug 2006 22:48:31 +0000 + +xserver-xorg-video-glint (1:1.0.1.3-3) unstable; urgency=high + + * High-urgency upload for RC bugfix. + * Add x11proto-fonts-dev to Build-Depends; thanks to Daniel Schepler + for noting this. (closes: #362143) + + -- Steve Langasek Tue, 18 Apr 2006 00:46:47 -0700 + +xserver-xorg-video-glint (1:1.0.1.3-2) unstable; urgency=low + + * Upload to modular + + -- David Nusinow Sun, 26 Mar 2006 20:25:35 -0500 + +xserver-xorg-video-glint (1:1.0.1.3-1) experimental; urgency=low + + * First upload to Debian + * Change source package, package, and provides names to denote the + type of driver and that they are for xserver-xorg + + -- David Nusinow Fri, 13 Jan 2006 00:37:04 -0500 + +xserver-xorg-driver-glint (1:1.0.1.3-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Add provides on xserver-xorg-driver. + + -- Daniel Stone Wed, 4 Jan 2006 19:55:44 +1100 + +xserver-xorg-driver-glint (1:1.0.1.2-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 19 Dec 2005 09:04:27 +1100 + +xserver-xorg-driver-glint (1:1.0.1.1-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Bump Build-Depends on libdrm-dev to >> 2.0; add several other missing + B-Ds. + + -- Daniel Stone Mon, 12 Dec 2005 13:21:37 +1100 + +xserver-xorg-driver-glint (1:1.0.0.1-1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 25 Oct 2005 17:00:47 +1000 + +xserver-xorg-driver-glint (1:1.0.0-1) breezy; urgency=low + + * First xserver-xorg-driver-glint release. + + -- Daniel Stone Wed, 6 Jul 2005 15:48:17 +1000 --- xserver-xorg-video-glint-1.2.6.orig/debian/xserver-xorg-video-glint.links +++ xserver-xorg-video-glint-1.2.6/debian/xserver-xorg-video-glint.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-video-glint/script --- xserver-xorg-video-glint-1.2.6.orig/debian/xsfbs/repack.sh +++ xserver-xorg-video-glint-1.2.6/debian/xsfbs/repack.sh @@ -0,0 +1,32 @@ +#!/bin/sh + +set -e + +if ! [ -d debian/prune ]; then + exit 0 +fi + +if [ "x$1" != x--upstream-version ]; then + exit 1 +fi + +version="$2" +filename="$3" + +if [ -z "$version" ] || ! [ -f "$filename" ]; then + exit 1 +fi + +dir="$(pwd)" +tempdir="$(mktemp -d)" + +cd "$tempdir" +tar xf "$dir/$filename" +cat "$dir"/debian/prune/* | while read file; do rm -f */$file; done + +tar czf "$dir/$filename" * +cd "$dir" +rm -rf "$tempdir" +echo "Done pruning upstream tarball" + +exit 0 --- xserver-xorg-video-glint-1.2.6.orig/debian/prune/non-free +++ xserver-xorg-video-glint-1.2.6/debian/prune/non-free @@ -0,0 +1 @@ +DRI.txt --- xserver-xorg-video-glint-1.2.6.orig/debian/patches/series +++ xserver-xorg-video-glint-1.2.6/debian/patches/series @@ -0,0 +1 @@ +01_glint_man.diff --- xserver-xorg-video-glint-1.2.6.orig/debian/patches/01_glint_man.diff +++ xserver-xorg-video-glint-1.2.6/debian/patches/01_glint_man.diff @@ -0,0 +1,11 @@ +Index: xserver-xorg-video-glint/man/glint.man +=================================================================== +--- xserver-xorg-video-glint.orig/man/glint.man 2007-04-22 05:18:54.000000000 +0200 ++++ xserver-xorg-video-glint/man/glint.man 2007-04-22 05:19:09.000000000 +0200 +@@ -106,5 +106,5 @@ + .SH "SEE ALSO" + __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__) + .SH AUTHORS +-Authors include: Alan Hourihane, Dirk Hohndel, Stefan Dirsch, Michel Dänzer, ++Authors include: Alan Hourihane, Dirk Hohndel, Stefan Dirsch, Michel D\(:anzer, + Sven Luther