--- xserver-xorg-video-glide-1.2.2.orig/autogen.sh +++ xserver-xorg-video-glide-1.2.2/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-glide-1.2.2.orig/debian/README.source +++ xserver-xorg-video-glide-1.2.2/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-glide-1.2.2.orig/debian/changelog +++ xserver-xorg-video-glide-1.2.2/debian/changelog @@ -0,0 +1,113 @@ +xserver-xorg-video-glide (1.2.2-1) unstable; urgency=low + + * New upstream release. + + [ Maarten Lankhorst ] + * Bump Standards-Version to 3.9.3 + + [ Michele Cane ] + * Bump Standards-Version to 3.9.4, no changes needed. + + [ Julien Cristau ] + * Disable silent build rules. + + -- Julien Cristau Thu, 19 Sep 2013 22:25:31 +0200 + +xserver-xorg-video-glide (1.2.0-1) unstable; urgency=low + + * New upstream release. + * Update debian/copyright. + + -- Cyril Brulebois Fri, 30 Dec 2011 17:00:05 +0100 + +xserver-xorg-video-glide (1.1.0-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. + - Specify usr/share/man in .install, remove .manpages accordingly. + * Stop passing --enable-maintainer-mode. + * Remove xsfbs accordingly. + * Update Uploaders list. Thanks, Brice! + * Wrap Depends/Recommends/Provides. + * Bump Standards-Version to 3.9.1 (no changes needed). + + -- Cyril Brulebois Sat, 05 Feb 2011 14:45:48 +0100 + +xserver-xorg-video-glide (1.1.0-1) experimental; urgency=low + + * New upstream release. + * Symbol lookup errors are gone (Closes: #602373). + * Update debian/copyright. + * Bump xutils-dev build-dep for new macros. + * Switch from glide2x to glide3x: + + Quoting upstream: “glide3x is the newer interface and supports more + hardware than glide2x.” + + Replace libglide2-dev build-dep with libglide3-dev. + + Replace libglide2 dep with libglide3. + + Pass --with-glide-include-dir=/usr/include/glide3 to configure. + + -- Cyril Brulebois Tue, 09 Nov 2010 13:21:42 +0100 + +xserver-xorg-video-glide (1.0.3-3) experimental; urgency=low + + * Build against Xserver 1.9.1 rc1. + * Add myself to Uploaders. + + -- Cyril Brulebois Sat, 16 Oct 2010 17:54:38 +0200 + +xserver-xorg-video-glide (1.0.3-2+squeeze1) unstable; urgency=high + + * Cherry-pick 5e09be624b from upstream: “Drop useless symbol + lists”. Those functions are neither available or useful anymore, and + they cause symbol lookup error (Closes: #602373). + * Set urgency to “high” accordingly. + * Add myself to Uploaders. + + -- Cyril Brulebois Fri, 05 Nov 2010 01:30:06 +0100 + +xserver-xorg-video-glide (1.0.3-2) unstable; urgency=medium + + * Update xsfbs and use new ${xviddriver:Depends} substvar. + + -- Julien Cristau Fri, 21 May 2010 16:32:22 +0200 + +xserver-xorg-video-glide (1.0.3-1) unstable; urgency=low + + [ Timo Aaltonen ] + * New upstrem release. + * Bump Standards-Version to 3.8.3. + * Build against Xserver 1.7. + + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + + [ Brice Goglin ] + * Drop 001_no_ansiheader.diff, applied upstream. + + -- Brice Goglin Mon, 25 Jan 2010 19:50:04 +0100 + +xserver-xorg-video-glide (1.0.2-1) unstable; urgency=low + + [ Julien Cristau ] + * New upstream release. + * Bump build-dep on xutils-dev to >= 1:7.4+4. + * Build against xserver 1.6. + * Allow parallel builds. + + [ David Nusinow ] + * Add 001_no_ansiheader.diff to fix build. Enable quilt to use this. + Also add quilt to build-depends. + + -- David Nusinow Sun, 12 Apr 2009 11:16:04 -0400 + +xserver-xorg-video-glide (1.0.1-1) unstable; urgency=low + + * First xserver-xorg-driver-glide release. + * Do not provide any glide.ids for Xserver autoloading since this driver + does not support any PCI device. + + -- Brice Goglin Wed, 25 Jun 2008 07:56:40 +0200 --- xserver-xorg-video-glide-1.2.2.orig/debian/compat +++ xserver-xorg-video-glide-1.2.2/debian/compat @@ -0,0 +1 @@ +8 --- xserver-xorg-video-glide-1.2.2.orig/debian/control +++ xserver-xorg-video-glide-1.2.2/debian/control @@ -0,0 +1,42 @@ +Source: xserver-xorg-video-glide +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Uploaders: Cyril Brulebois +Build-Depends: + debhelper (>= 8), + dh-autoreconf, + pkg-config, + quilt, + xserver-xorg-dev (>= 2:1.9.4), + x11proto-core-dev, + x11proto-fonts-dev, + x11proto-randr-dev, + x11proto-render-dev, + xutils-dev (>= 1:7.5+4), + libglide3-dev, +Standards-Version: 3.9.4 +Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-glide +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-glide.git + +Package: xserver-xorg-video-glide +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xviddriver:Depends}, + libglide3, +Recommends: + device3dfx-source, +Provides: + ${xviddriver:Provides} +Description: X.Org X server -- Glide display driver + This driver for the X.Org X server (see xserver-xorg for a further description) + provides support for Voodoo 1 and Voodoo 2 boards. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-video-glide driver module. + . + You will need the /dev/3dfx kernel driver to use this video driver. --- xserver-xorg-video-glide-1.2.2.orig/debian/copyright +++ xserver-xorg-video-glide-1.2.2/debian/copyright @@ -0,0 +1,68 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/driver/ + + +Copyright © 1997-2003 by The XFree86 Project, Inc. + +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 names of Orest Zborowski and David Wexelblat +not be used in advertising or publicity pertaining to distribution of +the software without specific, written prior permission. Orest Zborowski +and David Wexelblat make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT 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 © 2005 Adam Jackson. +Copyright © 2007-2011 Guillem Jover. + +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 +on the rights to use, copy, modify, merge, publish, distribute, sub +license, 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 NON-INFRINGEMENT. IN NO EVENT SHALL +ADAM JACKSON 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 (c) 2005, Oracle and/or its affiliates. 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 +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. --- xserver-xorg-video-glide-1.2.2.orig/debian/patches/series +++ xserver-xorg-video-glide-1.2.2/debian/patches/series @@ -0,0 +1 @@ +# placeholder --- xserver-xorg-video-glide-1.2.2.orig/debian/rules +++ xserver-xorg-video-glide-1.2.2/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +# Use glide3 explicitly: +override_dh_auto_configure: + dh_auto_configure -- \ + --with-glide-include-dir=/usr/include/glide3 \ + --disable-silent-rules + +# 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-glide-1.2.2.orig/debian/watch +++ xserver-xorg-video-glide-1.2.2/debian/watch @@ -0,0 +1,3 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-video-glide +version=3 +http://xorg.freedesktop.org/releases/individual/driver/ xf86-video-glide-(.*)\.tar\.gz --- xserver-xorg-video-glide-1.2.2.orig/debian/xserver-xorg-video-glide.install +++ xserver-xorg-video-glide-1.2.2/debian/xserver-xorg-video-glide.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/drivers/*.so +usr/share/man --- xserver-xorg-video-glide-1.2.2.orig/debian/xserver-xorg-video-glide.links +++ xserver-xorg-video-glide-1.2.2/debian/xserver-xorg-video-glide.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-video-glide/script