--- xserver-xorg-video-mga-2.0.0.orig/autogen.sh +++ xserver-xorg-video-mga-2.0.0/autogen.sh @@ -0,0 +1,17 @@ +#! /bin/sh + +srcdir=`dirname "$0"` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd "$srcdir" + +autoreconf -v --install || exit 1 +cd "$ORIGDIR" || exit $? + +git config --local --get format.subjectPrefix >/dev/null 2>&1 || + git config --local format.subjectPrefix "PATCH xf86-video-mga" + +if test -z "$NOCONFIGURE"; then + exec "$srcdir"/configure "$@" +fi --- xserver-xorg-video-mga-2.0.0.orig/debian/README.source +++ xserver-xorg-video-mga-2.0.0/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-mga-2.0.0.orig/debian/changelog +++ xserver-xorg-video-mga-2.0.0/debian/changelog @@ -0,0 +1,457 @@ +xserver-xorg-video-mga (1:2.0.0-1) unstable; urgency=medium + + * New upstream release. + * signing-key.asc: Add PGP key from Kevin Brace. + * Update debian/watch to support >= 2.0.0 releases. + * Update Vcs-* URLs to point to salsa.debian.org. + * Build-depend on x11proto-dev. + * Drop obsolete recommends on xserver-xorg-video-modesetting. + * Bump debhelper compat to 11. + * Set source format to 1.0. + * Bump standards version to 4.2.1. + + -- Andreas Boll Fri, 14 Dec 2018 12:29:04 +0100 + +xserver-xorg-video-mga (1:1.6.5-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Move URL from description to Homepage field. + * Switch URLs to https. + * Bump Standards-Version to 3.9.8. + + -- Andreas Boll Wed, 18 Jan 2017 15:25:36 +0100 + +xserver-xorg-video-mga (1:1.6.4-2) unstable; urgency=medium + + [ Andreas Boll ] + * Cherry-pick commit df094bf (Adapt Block/WakeupHandler signature for + ABI 23) from upstream master branch. + + -- Timo Aaltonen Fri, 18 Nov 2016 13:08:11 +0200 + +xserver-xorg-video-mga (1:1.6.4-1) unstable; urgency=medium + + * Let uscan verify tarball signatures. + * New upstream release. + * Bump debhelper compat level to 9. + + -- Julien Cristau Sat, 02 May 2015 23:25:08 +0200 + +xserver-xorg-video-mga (1:1.6.3-2) unstable; urgency=medium + + * Recommend xserver-xorg-video-modesetting, for kms on G200 server chips. + + -- Julien Cristau Sun, 11 May 2014 01:24:24 +0200 + +xserver-xorg-video-mga (1:1.6.3-1) unstable; urgency=medium + + * New upstream release. + + Fixes dual head crash without XAA (closes: #726002) + * Drop patches 02_tentatively_unbreak_dual_head.diff and 03_kms-g200.diff, + included upstream. + * Remove Cyril Brulebois from Uploaders. + + -- Julien Cristau Mon, 20 Jan 2014 13:32:08 +0100 + +xserver-xorg-video-mga (1:1.6.2-1) unstable; urgency=low + + [ Maarten Lankhorst ] + * New upstream release + * Bump Standards-Version to 3.9.3 (no changes needed). + + [ Julien Cristau ] + * Disable silent build rules. + + -- Julien Cristau Mon, 16 Sep 2013 23:15:39 +0200 + +xserver-xorg-video-mga (1:1.5.0-3) unstable; urgency=medium + + * Restrict the kernel driver matching to G200 server chips. They're the + ones using the mgag200 kms driver, other chips could be using matroxfb + which is compatible with xf86-video-mga (closes: 697532). + + -- Julien Cristau Sat, 12 Jan 2013 16:03:52 +0100 + +xserver-xorg-video-mga (1:1.5.0-2) unstable; urgency=low + + * mga: don't bind to device if there is a kernel driver, to avoid conflicts + with the mga g200se KMS driver in Linux 3.5. + + -- Julien Cristau Mon, 16 Jul 2012 22:57:15 +0200 + +xserver-xorg-video-mga (1:1.5.0-1) unstable; urgency=low + + * New upstream release, compatible with xserver 1.12. + + -- Julien Cristau Sun, 13 May 2012 11:33:27 +0200 + +xserver-xorg-video-mga (1:1.4.13.dfsg-4) unstable; urgency=low + + [ Tormod Volden ] + * Merge from upstream up to 01ca2186ea028b2549de509b51726aa08519fce0 + - 01ca218... Reset tagfifo for renesas. + - c083bf0... Added support for G200SE Pilot3 + - 43280e6... Don't include xf86Priv.h + * Bump Standards-Version to 3.9.2 (no changes needed) + + -- Julien Cristau Sun, 23 Oct 2011 17:31:21 +0200 + +xserver-xorg-video-mga (1:1.4.13.dfsg-3) unstable; urgency=low + + * Merge from upstream up to 5f1b04e86e79938c8158055a777280a649f95510 + - 5f1b04e... added support for G200ER. + - f7a2ef6... Sun's copyrights now belong to Oracle + - 636c3c8... Don't allow the config file to override BIOS location + - 0bd44fa... Purge cvs tags. + - 951474c... modified G200SE conditionnal statement about revision + register for products compatibility. + * Add myself as uploader + + -- Tormod Volden Mon, 21 Feb 2011 23:54:24 +0100 + +xserver-xorg-video-mga (1:1.4.13.dfsg-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/Suggests. + * Bump Standards-Version to 3.9.1 (no changes needed). + + -- Cyril Brulebois Sat, 05 Feb 2011 14:51:41 +0100 + +xserver-xorg-video-mga (1:1.4.13.dfsg-1) experimental; urgency=low + + [ Robert Hooker ] + * New upstream release. + * Bump xutils-dev requirement for new util-macros. + + [ Cyril Brulebois ] + * Tweak watch file to match 1.* but not 1.9* so that 1.9* versions from + 2007 are ignored. + + -- Cyril Brulebois Sat, 20 Nov 2010 17:03:31 +0100 + +xserver-xorg-video-mga (1:1.4.11.dfsg-5) experimental; urgency=low + + * Build against Xserver 1.9.1 rc1. + + -- Cyril Brulebois Sat, 16 Oct 2010 18:59:45 +0200 + +xserver-xorg-video-mga (1:1.4.11.dfsg-4+squeeze1) unstable; urgency=low + + * Add patch: 02_tentatively_unbreak_dual_head.diff, tested by Ferenc + Wágner (thanks!). Patch by Andy MacLean, stolen from LP's #292214 + (hopefully closes: #562209). + + -- Cyril Brulebois Mon, 22 Nov 2010 18:05:24 +0100 + +xserver-xorg-video-mga (1:1.4.11.dfsg-4) unstable; urgency=low + + * Add support for G200EH, cherry-picked from upstream git (closes: #575271). + + -- Julien Cristau Tue, 11 May 2010 16:03:33 +0200 + +xserver-xorg-video-mga (1:1.4.11.dfsg-3) unstable; urgency=low + + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + + [ Cyril Brulebois ] + * Update to new xsfbs, replace deprecated ${xserver:Depends} with + ${xviddriver:Depends} in Depends, and bump B-D on xserver-xorg-dev + accordingly. + * Add myself to Uploaders. + * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). + + -- Cyril Brulebois Mon, 03 May 2010 23:27:47 +0200 + +xserver-xorg-video-mga (1:1.4.11.dfsg-2) experimental; urgency=low + + [ Timo Aaltonen ] + * Bump Standards-Version to 3.8.3. + * Build against Xserver 1.7. + + [ Cyril Brulebois ] + * Upload to experimental. + + -- Cyril Brulebois Sun, 06 Dec 2009 02:47:06 +0100 + +xserver-xorg-video-mga (1:1.4.11.dfsg-1) unstable; urgency=low + + [ David Nusinow ] + * Remove 01_gen_pci_ids.diff. The X server now uses an internal table to + choose a driver during autoconfiguration. + * Renumber 03_no_nonfree.diff to 01. + + [ Brice Goglin ] + * New upstream release. + * Add README.source, bump Standards-Version to 3.8.2. + * Update debian/copyright from upstream's COPYING. + + -- Brice Goglin Thu, 30 Jul 2009 12:33:04 +0200 + +xserver-xorg-video-mga (1:1.4.10.dfsg-1) unstable; urgency=low + + * New upstream release. + * xserver-xorg-video-mga now suggests firmware-linux since + a firmware may be needed during driver initialization. + + -- Brice Goglin Mon, 27 Apr 2009 21:12:29 +0200 + +xserver-xorg-video-mga (1:1.4.9.dfsg-4) unstable; urgency=low + + * Upload to unstable. + + -- Julien Cristau Thu, 09 Apr 2009 10:33:47 +0100 + +xserver-xorg-video-mga (1:1.4.9.dfsg-3) experimental; urgency=low + + * Run autoreconf on build; add build-deps on automake, libtool, xutils-dev. + * Handle parallel builds. + * debian/watch, debian/xsfbs/repack.sh: repack the upstream tarball to + remove the non-free stuff. + * Build against xserver 1.6 rc. + + -- Julien Cristau Mon, 09 Feb 2009 19:45:45 +0100 + +xserver-xorg-video-mga (1:1.4.9.dfsg-2) experimental; urgency=low + + * Build against xserver 1.5. + + -- Julien Cristau Tue, 09 Sep 2008 23:50:05 +0100 + +xserver-xorg-video-mga (1:1.4.9.dfsg-1) unstable; urgency=low + + * New upstream release. + * 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. + * Bump Standards-Version to 3.7.3. + * Add myself to Uploaders. + + -- Julien Cristau Thu, 10 Jul 2008 13:32:32 +0200 + +xserver-xorg-video-mga (1:1.4.8.dfsg.1-1) unstable; urgency=low + + * New upstream release. + * Drop XS- prefix from Vcs-* fields. + + -- Brice Goglin Fri, 18 Jan 2008 23:43:57 +0100 + +xserver-xorg-video-mga (1:1.4.7.dfsg.1-3) unstable; urgency=low + + * Upload to unstable + + -- David Nusinow Sun, 16 Sep 2007 15:43:45 -0400 + +xserver-xorg-video-mga (1:1.4.7.dfsg.1-2) experimental; urgency=low + + * Add 01_gen_pci_ids.diff. This patch provides a set of PCI ID's supported + by the driver so that it can be autoloaded by the X server + + -- David Nusinow Thu, 13 Sep 2007 22:14:25 -0400 + +xserver-xorg-video-mga (1:1.4.7.dfsg.1-1) experimental; urgency=low + + * New upstream release. + + Increase the minimal frequency on G550 so that 320x240 works, + closes: #430112. + * Build against xserver 1.4. + * Add upstream URL to debian/copyright. + * Add myself to Uploaders, add remove Branden with his permission. + + -- Brice Goglin Thu, 13 Sep 2007 08:30:08 +0200 + +xserver-xorg-video-mga (1:1.4.6.1.dfsg.1-3) unstable; urgency=low + + [ Timo Aaltonen ] + * Replaces/Conflicts: xserver-xorg-driver-mga. + + [ Brice Goglin ] + * Don't build-dep on libdrm-dev on hurd-i386, thanks Michael Banck + (closes: #392874). + * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902 + (needed to let xsfbs get access to serverminver). + * Add a link to www.X.org and a reference to the xf86-video-mga + module in the long description. + + -- Julien Cristau Sat, 19 May 2007 15:55:47 +0200 + +xserver-xorg-video-mga (1:1.4.6.1.dfsg.1-2) unstable; urgency=low + + * Build package non-native. + * Remove Fabio from uploaders, with his permission. + * Add XS-Vcs-*. + * Drop obsolete CVS information from the description. + * Install the upstream changelog. + * Upload to unstable. + + -- Julien Cristau Mon, 23 Apr 2007 06:25:20 +0200 + +xserver-xorg-video-mga (1:1.4.6.1.dfsg.1-1) experimental; urgency=low + + * New upstream release + * Remove obsolete patches 01_stupid_configure_error.diff and + 04-Bug-2168-Fix-graphics-corruptions-with-Mystique-rev-2.diff + * Generate server dependencies automatically from the ABI + + -- David Nusinow Wed, 21 Feb 2007 23:29:57 -0500 + +xserver-xorg-video-mga (1:1.4.4.dfsg.1-2) unstable; urgency=low + + [ Julien Cristau ] + * 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. + * Steal patch from upstream git which should fix a graphics corruption with + Mystique rev2 cards (closes: #320328). + + -- David Nusinow Tue, 12 Dec 2006 21:10:04 -0500 + +xserver-xorg-video-mga (1:1.4.4.dfsg.1-1) unstable; urgency=low + + * New upstream release + + Fix some crasher bugs with DRI. Thanks Svante Signell. Closes: #395025 + * Remove manpage typos patch, which was accepted upstream + * Remove minumum clock patch + * Add 01_stupid_configure_error.diff + + -- David Nusinow Mon, 6 Nov 2006 23:53:51 -0500 + +xserver-xorg-video-mga (1:1.4.2.dfsg.1-1) unstable; urgency=low + + * New upstream release + + Fixes DRI locking issues. Thanks Sune Vuorela and Michel Dänzer. + Closes: #390287 + + -- David Nusinow Fri, 13 Oct 2006 17:31:27 -0400 + +xserver-xorg-video-mga (1:1.4.1.dfsg.1-4) unstable; urgency=low + + [ Steve Langasek ] + * Add missing build-dep on quilt. Closes: #388484. + + [ David Nusinow ] + * Manpage typo fixes. Thanks A. Costa. (closes: #364558) + * Update standards version to 3.7.2.0. No changes necessary. + + -- David Nusinow Thu, 21 Sep 2006 22:31:54 -0400 + +xserver-xorg-video-mga (1:1.4.1.dfsg.1-3) unstable; urgency=low + + [ Steve Langasek ] + * Upload to unstable + + -- David Nusinow Mon, 18 Sep 2006 19:57:41 -0400 + +xserver-xorg-video-mga (1:1.4.1.dfsg.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:33 +0000 + +xserver-xorg-video-mga (1:1.4.1.dfsg.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. + * Bump debhelper compat to 5 + * Remove obsolete patch 01_fix_matrox_display.diff + + -- David Nusinow Mon, 14 Aug 2006 23:20:38 +0000 + +xserver-xorg-video-mga (1:1.2.1.3.dfsg.1-2) unstable; urgency=low + + * Upload to modular + + -- David Nusinow Sun, 26 Mar 2006 20:25:42 -0500 + +xserver-xorg-video-mga (1:1.2.1.3.dfsg.1-1) experimental; urgency=low + + * Remove non-free mga_ucode.h and add it to the prune list. Add + 03_no_nonfree.diff to cope with its removal and autoreconf. + + -- David Nusinow Sun, 12 Mar 2006 13:35:30 -0500 + +xserver-xorg-video-mga (1:1.2.1.3-2) experimental; urgency=low + + * Port patches from trunk: + + general/032_fix_matrox_display.diff + + general/099m_mga_increase_minimum_pixel_clock.diff + + -- David Nusinow Sun, 26 Feb 2006 17:28:53 -0500 + +xserver-xorg-video-mga (1:1.2.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:38:10 -0500 + +xserver-xorg-driver-mga (1:1.2.1.3-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Add provides on xserver-xorg-driver. + + -- Daniel Stone Wed, 4 Jan 2006 19:58:26 +1100 + +xserver-xorg-driver-mga (1:1.2.1.2-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 19 Dec 2005 09:07:03 +1100 + +xserver-xorg-driver-mga (1:1.2.1.1-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Bump Build-Depends on libdrm-dev to >> 2.0. + + -- Daniel Stone Mon, 12 Dec 2005 13:24:20 +1100 + +xserver-xorg-driver-mga (1:1.2.1-0ubuntu2) dapper; urgency=low + + * Add missing Build-Depends (x11proto-core-dev, x11proto-fonts-dev, + x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev, libdrm + (>> 1.0.5), x11proto-xf86dri-dev). + + -- Daniel Stone Mon, 5 Dec 2005 12:54:39 +1100 + +xserver-xorg-driver-mga (1:1.2.1-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 22 Nov 2005 13:31:50 +1100 + +xserver-xorg-driver-mga (1:1.2.0.1-1) dapper; urgency=low + + * New upstream version. + + -- Daniel Stone Tue, 25 Oct 2005 18:26:55 +1000 + +xserver-xorg-driver-mga (1:1.1.2-1) breezy; urgency=low + + * First xserver-xorg-driver-mga release. + + -- Daniel Stone Wed, 6 Jul 2005 15:48:17 +1000 --- xserver-xorg-video-mga-2.0.0.orig/debian/compat +++ xserver-xorg-video-mga-2.0.0/debian/compat @@ -0,0 +1 @@ +11 --- xserver-xorg-video-mga-2.0.0.orig/debian/control +++ xserver-xorg-video-mga-2.0.0/debian/control @@ -0,0 +1,35 @@ +Source: xserver-xorg-video-mga +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Uploaders: + Tormod Volden +Build-Depends: + debhelper (>= 11), + pkg-config, + xserver-xorg-dev (>= 2:1.9.4), + x11proto-dev, + libgl1-mesa-dev | libgl-dev, + libdrm-dev (>> 2.0) [!hurd-i386], + quilt, + xutils-dev (>= 1:7.5+4) +Standards-Version: 4.2.1 +Homepage: https://www.x.org +Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-mga.git +Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-mga + +Package: xserver-xorg-video-mga +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xviddriver:Depends}, +Provides: + ${xviddriver:Provides} +Suggests: + firmware-linux +Description: X.Org X server -- MGA display driver + This package provides the driver for the Matrox MGA family of chipsets, + including Matrox Millennium and Mystique cards. + . + This package is built from the X.org xf86-video-mga driver module. --- xserver-xorg-video-mga-2.0.0.orig/debian/copyright +++ xserver-xorg-video-mga-2.0.0/debian/copyright @@ -0,0 +1,241 @@ +This package was downloaded from +git://anongit.freedesktop.org/git/xorg/driver/xf86-video-mga. +Release tarballs are available at +https://xorg.freedesktop.org/releases/individual/driver/ + +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 fur- +nished 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, FIT- +NESS 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 CON- +NECTION 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 deal- +ings in this Software without prior written authorization from the XFree86 +Project. + +*********************************************************** + +Copyright 1989, 1998 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. + +*********************************************************** + +Copyright 1994 by Robin Cutshaw + +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 Robin Cutshaw not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Robin Cutshaw makes no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +ROBIN CUTSHAW DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL ROBIN CUTSHAW 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 2000 VA Linux Systems Inc., Fremont, California. +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 +VA LINUX SYSTEMS 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 2006 Red Hat, 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 +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 +them 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 MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS 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. + +*********************************************************** + +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 +STEPHEN CROWLEY, OR ANY OTHER CONTRIBUTORS 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 2002 Tungsten Graphics, 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. + +*********************************************************** + +(c) 1999 Matrox Graphics 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 +MATROX GRAPHICS INC., OR ANY OTHER CONTRIBUTORS 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 © 1997, Matrox Graphics Inc. +All Rights Reserved. + +*********************************************************** + +Copyright 2000 Gareth Hughes +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 +GARETH HUGHES 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. + +Authors: + Gareth Hughes + +*********************************************************** + +(C) Copyright IBM Corporation 2005 +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 +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 +IBM AND/OR THEIR 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. --- xserver-xorg-video-mga-2.0.0.orig/debian/patches/01_no_nonfree.diff +++ xserver-xorg-video-mga-2.0.0/debian/patches/01_no_nonfree.diff @@ -0,0 +1,12 @@ +Index: xserver-xorg-video-mga/src/Makefile.am +=================================================================== +--- xserver-xorg-video-mga.orig/src/Makefile.am ++++ xserver-xorg-video-mga/src/Makefile.am +@@ -51,7 +51,6 @@ mga_drv_la_SOURCES = \ + mga_reg.h \ + mga_sarea.h \ + mga_shadow.c \ +- mga_ucode.h \ + mga_vga.c \ + mga_video.c \ + mga_storm.c \ --- xserver-xorg-video-mga-2.0.0.orig/debian/patches/series +++ xserver-xorg-video-mga-2.0.0/debian/patches/series @@ -0,0 +1 @@ +01_no_nonfree.diff --- xserver-xorg-video-mga-2.0.0.orig/debian/prune/non-free +++ xserver-xorg-video-mga-2.0.0/debian/prune/non-free @@ -0,0 +1 @@ +src/mga_ucode.h --- xserver-xorg-video-mga-2.0.0.orig/debian/rules +++ xserver-xorg-video-mga-2.0.0/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +override_dh_auto_configure: + dh_auto_configure -- \ + --libdir=\$${exec_prefix}/lib + +# 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,xsf --builddirectory=build/ --- xserver-xorg-video-mga-2.0.0.orig/debian/source/format +++ xserver-xorg-video-mga-2.0.0/debian/source/format @@ -0,0 +1 @@ +1.0 --- xserver-xorg-video-mga-2.0.0.orig/debian/upstream/signing-key.asc +++ xserver-xorg-video-mga-2.0.0/debian/upstream/signing-key.asc @@ -0,0 +1,131 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +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 ++v0snqqnIoZLjsQ= +=7XLO +-----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQENBFauvlQBCACpsdM1X3cxMypf3/LFnTYcqI78H/ENvl/OkdLgTAPSmUbPFtQ0 +VvAjJUEh1QoKmOhfpJow2pjBZSs8CJIyOxauYlYOhvH3QAkFM2RXse6vbm/ej2zn +ufZT2OgKuPC5cKIOMR55g08NTg0K26FF4OJuVc9DeLGSsOMHeR/qwbSQJBGEge6j +mjVmhsPr16eqw396xTL31oU0MSP607iEpvmlT6dN3eXOvMpzcEj07EhzaZLKf0g0 +rAHMAsithi5N+axMmTq7GudwEo2WwaRTiCTJUWJ7sxO4Ix41G+ccPMIiGwWWNJ9T +KEy77Kpf3CY2oNdZNnu+axT8yq0Vi6uXtOWlABEBAAG0IEtldmluIEJyYWNlIDxr +ZXZpbmJyYWNlQGdteC5jb20+iQE4BBMBAgAiBQJWrr5UAhsDBgsJCAcDAgYVCAIJ +CgsEFgIDAQIeAQIXgAAKCRDJInhBeL/9sDcyCACYUMmaI0wxbyiuiNjl9m7tiNHO +H4fbITrqBf3Kmpp7Dv0eQ/k+ux6d0t7R1ajbcat5WO28evhvuVnfZB6dDCFOmWqx +9mtmNeZJknQAHiYhNrGWb0g1GQyYN/+RACT3CYv/vqzKJnd39RZcaebBtajjzteh +MYVU/AI62rcYAgOpc68KO+r9WJCj8df2waXXTLAAo6jZbaW9jp0G/5Hzs+IFPdG+ +MzKgw3ttBCFkTIMGec0Ds0NILoLs6+3+D7pbZSiNf423BB0LgLRMqgd/CxUN/hRB +XNQx3ntVywelSFPCHt64+Ty4GQ3ch6mO98QLO/bb04Byjo7WndSXeAdi77q3uQEN +BFauvlQBCADM2i7oCJr6RJ5M9k5rkmz/J78VXfwm8T0XdW5KXUTQIM6V5gcPf/tp +G6QwpYBjTVIbVvJoNlu8sP7acVleRZClZTNF1qtK84d4+g2EQxMHvx/MePDxmLCQ +y70+7kjw3R0latruTElnPN2e6TbVoGWQB/9kDquSyfmCVwwMiw3PP0nHpXZzJI28 +hnQu7m7Z1e6ihd2N5IC7t3w7EZnGYNsQV00yhfxD6LxMq2JppzgfIBCO1pMAn1da +2EtG2KAVa5CVKbJRz7ex+0srX1tYgAsu+01JF1KM+yR/GNJPV9IZZUSjVklW8N5m +VqGxX7/Ywyau+KfaPRsNbk+O46D2F76lABEBAAGJAR8EGAECAAkFAlauvlQCGwwA +CgkQySJ4QXi//bDwBAf/S/jp5fMx+hlvzZ4gdbBRY6qtfh2BNphsGEv7QTAdsKrN +L5i+CoAlweSPmG23/JRFgUUbSpDW8pbJ9lk/Nk8r9l+o3yLfJ0GDfrSWV/b4RseI +zGpxYis7rW124R+PrTZqDodvzKLnR75uZKPpnp5uJXrSSQC/8hJYq3KNRkjFqjEc +TLAAIHRhWJ7+1YQe9hzJQhUEaaPfKTPmtErNKqLv4SGdbDZImnqZiwL+mmR1XsfJ +d48Wis410CnRbb2O4q3RhuTNSYWjatrv7Oi8bJONAMCEwuOKH+GinMr6zui4U8rx +0CXyaCO/nSalaCLyMrk7lo6BOk2KGgkCbvRG4yNBMQ== +=jPLP +-----END PGP PUBLIC KEY BLOCK----- --- xserver-xorg-video-mga-2.0.0.orig/debian/watch +++ xserver-xorg-video-mga-2.0.0/debian/watch @@ -0,0 +1,4 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-video-mga +version=3 +opts="pgpsigurlmangle=s/$/.sig/,dversionmangle=s/\.dfsg$//" \ + https://xorg.freedesktop.org/releases/individual/driver/ xf86-video-mga-(.*)\.tar\.gz debian debian/xsfbs/repack.sh --- xserver-xorg-video-mga-2.0.0.orig/debian/xserver-xorg-video-mga.install +++ xserver-xorg-video-mga-2.0.0/debian/xserver-xorg-video-mga.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/drivers/*.so +usr/share/man/man4/* --- xserver-xorg-video-mga-2.0.0.orig/debian/xserver-xorg-video-mga.links +++ xserver-xorg-video-mga-2.0.0/debian/xserver-xorg-video-mga.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-video-mga/script --- xserver-xorg-video-mga-2.0.0.orig/debian/xsfbs/repack.sh +++ xserver-xorg-video-mga-2.0.0/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