--- xserver-xorg-video-vesa-2.5.0.orig/ChangeLog +++ xserver-xorg-video-vesa-2.5.0/ChangeLog @@ -1,89 +1,3 @@ -commit 68f2589c687c132fc9abfd1501930bf191701165 -Author: Adam Jackson -Date: Thu Sep 10 18:01:44 2020 -0400 - - vesa 2.5.0 - -commit 51a73f2fc2548d9b699d2a9c016bf5892c41d48a -Author: Adam Jackson -Date: Wed May 30 11:46:46 2018 -0400 - - Disable shadow by default on known-virtual GPUs - - Device memory is the same domain as host memory, in this case, so the - shadow just introduces more memcpy. - - Signed-off-by: Adam Jackson - -commit 53c7796e8ddc6aaaef79df8c852c0d9d151a8559 -Author: Benjamin Tissoires -Date: Fri May 10 08:40:05 2019 +0200 - - Refuse to run on UEFI machines running older kernels - - Prior to kernel v3.12, the efi framebuffer driver was named "efifb". - This cause problem on RHEL 7 as the base kernel is 3.10. - - "efi-framebuffer.0" was added by commit 2645e0aa for that reason - (don't run on UEFI machine). - The change from "efifb" to "efi-framebuffer" was done with commit - e6816a8 in the kernel - - Signed-off-by: Benjamin Tissoires - [ofourdan: updated commit message with commit references] - Reviewed-by: Olivier Fourdan - -commit 634dae745cf71c257554b4c18bde7710cd1716e8 -Author: Adam Jackson -Date: Wed Mar 6 12:45:11 2019 -0500 - - Try harder to avoid 24bpp - - We're preferring depth 24 even if that means 24bpp. Newer servers don't - support 24bpp anymore, and even for old servers it's suboptimal. Change - the heuristic to only try 24bpp if the alternative is pseudocolor. - - Fixes: xorg/driver/xf86-video-vesa#3 - -commit 637c968d1a2fecfb25bd6d14e4fe285e3ceafc13 -Author: Alan Coopersmith -Date: Fri Dec 7 19:19:22 2018 -0800 - - Update configure.ac bug URL for gitlab migration - - Signed-off-by: Alan Coopersmith - -commit 503665924c77a1a4c5f82651aa08b9e5c5e0d4f6 -Author: Alan Coopersmith -Date: Sun Nov 18 16:43:51 2018 -0800 - - Update README for gitlab migration - - Signed-off-by: Alan Coopersmith - -commit 2645e0aa9c17c2c966a0533e52ad00510311483e -Author: Adam Jackson -Date: Wed Aug 29 11:04:23 2018 -0400 - - Refuse to run on UEFI machines - - No possible good can come of this. - - v2: Check for .../efi-framebuffer.0 ("is there an EFI framebuffer") - instead of /sys/firmware/efi ("is this an EFI machine"). Suggested by - Peter Jones. - - Reviewed-by: Peter Jones - Signed-off-by: Adam Jackson - -commit 366622333bc1b81cab6d4aa325a18fcd27bf5db4 -Author: Adam Jackson -Date: Tue Aug 28 15:26:46 2018 -0400 - - Newline-terminate a few error messages - - Signed-off-by: Adam Jackson - commit 07e4a0f0b3bd6308da2e000c12230b1e171e65a7 Author: Adam Jackson Date: Thu Feb 15 14:33:38 2018 -0500 --- xserver-xorg-video-vesa-2.5.0.orig/debian/README.source +++ xserver-xorg-video-vesa-2.5.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-vesa-2.5.0.orig/debian/changelog +++ xserver-xorg-video-vesa-2.5.0/debian/changelog @@ -0,0 +1,381 @@ +xserver-xorg-video-vesa (1:2.5.0-1build4) jammy; urgency=high + + * No change rebuild for ppc64el baseline bump. + + -- Julian Andres Klode Fri, 25 Mar 2022 10:54:37 +0100 + +xserver-xorg-video-vesa (1:2.5.0-1build3) jammy; urgency=medium + + * Rebuild against new xserver. + + -- Timo Aaltonen Wed, 02 Mar 2022 16:29:22 +0200 + +xserver-xorg-video-vesa (1:2.5.0-1build2) impish; urgency=medium + + * No-change rebuild to build packages with zstd compression. + + -- Matthias Klose Thu, 07 Oct 2021 12:27:17 +0200 + +xserver-xorg-video-vesa (1:2.5.0-1build1) hirsute; urgency=medium + + * No-change rebuild to drop the udeb package. + + -- Matthias Klose Mon, 22 Feb 2021 10:36:57 +0100 + +xserver-xorg-video-vesa (1:2.5.0-1) unstable; urgency=medium + + * New upstream release. + * Bump debhelper to 12. + * upstream: Add ajax's gpg key to signing-key.asc. + * control: Migrate to x11proto-dev. + * control: Bump policy to 4.5.0. + + -- Timo Aaltonen Thu, 24 Sep 2020 11:07:22 +0300 + +xserver-xorg-video-vesa (1:2.4.0-2) unstable; urgency=medium + + * Cherry-pick a commit to fix default bpp selection. (LP: #1818879) + + -- Timo Aaltonen Fri, 08 Mar 2019 10:46:08 +0200 + +xserver-xorg-video-vesa (1:2.4.0-1) unstable; urgency=medium + + [ Sven Joachim ] + * New upstream release. + * Update Vcs-* fields to point at salsa.debian.org. + * Use https in debian/watch. + * Bump Standards-Version to 4.1.3, no changes needed. + + [ Andreas Boll ] + * Update some URLs in packaging to https. + * Set source format to 1.0. + * Bump standards version to 4.2.0. + + -- Andreas Boll Sat, 18 Aug 2018 13:42:56 +0200 + +xserver-xorg-video-vesa (1:2.3.4-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Let uscan verify tarball signatures. + * Remove Cyril from Uploaders. + * Bump debhelper compat level to 9. + * Bump Standards-Version to 3.9.6 and update Vcs-* control fields. + + -- Julien Cristau Wed, 28 Oct 2015 16:55:39 +0000 + +xserver-xorg-video-vesa (1:2.3.3-1) unstable; urgency=low + + [ Maarten Lankhorst ] + * New upstream release. + * Bump Standards-Version to 3.9.3 (no changes needed). + + [ Michele Cane ] + * Bump Standards-Version to 3.9.4, no changes needed. + * New upstream release. + + [ Julien Cristau ] + * Disable silent build rules. + + -- Julien Cristau Thu, 12 Sep 2013 19:26:20 +0200 + +xserver-xorg-video-vesa (1:2.3.1-1) unstable; urgency=low + + * New upstream release. + * Upload to unstable, so lower xserver-xorg-dev build-dep. + + -- Cyril Brulebois Mon, 02 Apr 2012 01:52:58 +0000 + +xserver-xorg-video-vesa (1:2.3.0-7+exp1) experimental; urgency=low + + * Merge from upstream master up to 4ba7306fd0 to make it possible + to build against 1.12 RC1 (video ABI 12). + * Build against Xserver 1.12 RC1. + * Add an explicit build-dep on libpciaccess-dev (pulled implicitly + through xserver-xorg-dev), with the right version. + + -- Cyril Brulebois Sun, 01 Jan 2012 07:04:23 +0100 + +xserver-xorg-video-vesa (1:2.3.0-7) unstable; urgency=low + + * Upload to unstable. + + -- Cyril Brulebois Wed, 15 Jun 2011 14:57:46 +0200 + +xserver-xorg-video-vesa (1:2.3.0-6) experimental; urgency=low + + * Add udeb needed for the graphical install on non-Linux ports since + fbdev is Linux-only (Closes: #596595). + * Merge from upstream master up to 0b02c68581, including: + - Refuse to load if there's a kernel driver bound to the device + * This makes the need for the following patch go away, so remove: + - 001_ubuntu_bail_when_kms_active.patch + * Remove libdrm-dev and x11proto-xf86dri-dev build-dep accordingly. + * As a consequence, libdrm is no longer used, even if libdrm-dev is + present at build-time (Closes: #596594). + * Update debian/copyright from upstream COPYING. + * Bump xutils-dev build-dep for newer macros. + + -- Cyril Brulebois Mon, 04 Apr 2011 01:46:48 +0200 + +xserver-xorg-video-vesa (1:2.3.0-5+exp2) experimental; urgency=low + + * Rebuild against Xserver 1.10 rc3. + + -- Cyril Brulebois Fri, 25 Feb 2011 15:56:53 +0100 + +xserver-xorg-video-vesa (1:2.3.0-5+exp1) experimental; urgency=low + + * Rebuild against Xserver 1.10 rc2. + + -- Cyril Brulebois Mon, 21 Feb 2011 01:29:58 +0100 + +xserver-xorg-video-vesa (1:2.3.0-5) unstable; urgency=low + + * Fix typos in long description. + * 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 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:59:35 +0100 + +xserver-xorg-video-vesa (1:2.3.0-4) experimental; urgency=low + + * Build against Xserver 1.9.1 rc1. + + -- Cyril Brulebois Wed, 13 Oct 2010 00:54:34 +0200 + +xserver-xorg-video-vesa (1:2.3.0-3) unstable; urgency=low + + * Add patch by Christopher James Halse Rogers from Ubuntu to bail in Probe + if kernel mode setting is enabled. + + -- Julien Cristau Sat, 15 May 2010 13:14:24 +0200 + +xserver-xorg-video-vesa (1:2.3.0-2) unstable; urgency=low + + [ Julien Cristau ] + * 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 22:05:06 +0200 + +xserver-xorg-video-vesa (1:2.3.0-1) unstable; urgency=low + + [ Timo Aaltonen ] + * New upstream release. + + Add missing shadowRemove() in VESACloseScreen() (closes: #565401) + + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Bump build-dep on xutils-dev for new util-macros. + + -- Brice Goglin Wed, 20 Jan 2010 23:35:50 +0100 + +xserver-xorg-video-vesa (1:2.2.1-2) unstable; 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 00:57:23 +0100 + +xserver-xorg-video-vesa (1:2.2.1-1) unstable; urgency=low + + * New upstream release. + * Add README.source, bump Standards-Version to 3.8.2. + * Add myself to Uploaders. + + -- Brice Goglin Sat, 01 Aug 2009 09:56:47 +0200 + +xserver-xorg-video-vesa (1:2.2.0-1) unstable; urgency=low + + * New upstream release. + * Upload to unstable. + + -- Julien Cristau Thu, 09 Apr 2009 13:20:03 +0100 + +xserver-xorg-video-vesa (1:2.1.0-1) experimental; urgency=low + + * New upstream release. + * Allow parallel builds. + * Run autoreconf on build; add build-deps on automake, libtool and + xutils-dev. + * Build against xserver 1.6 rc1. + + -- Julien Cristau Mon, 26 Jan 2009 00:29:34 +0100 + +xserver-xorg-video-vesa (1:2.0.0-2) experimental; urgency=low + + * Add myself to Uploaders, and remove Branden with his permission. + * Build against xserver 1.5 rc5. + + -- Julien Cristau Mon, 14 Jul 2008 14:51:43 +0200 + +xserver-xorg-video-vesa (1:2.0.0-1) unstable; urgency=low + + * New upstream release. + * Add upstream URL to debian/copyright. + * Remove XS- prefix to Vcs-* fields. + * Bump Standards-Version to 3.7.3, no change needed. + * 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 for dpkg-shlibdeps --warnings. + + -- Brice Goglin Tue, 01 Jul 2008 21:12:25 +0200 + +xserver-xorg-video-vesa (1:1.3.0-4) unstable; urgency=low + + * Upload to unstable + + -- David Nusinow Sun, 16 Sep 2007 15:43:50 -0400 + +xserver-xorg-video-vesa (1:1.3.0-3) experimental; urgency=low + + [ Timo Aaltonen ] + * Replaces/Conflicts: xserver-xorg-driver-vesa. + + [ Brice Goglin ] + * 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-vesa + module in the long description. + * Remove Fabio from uploaders with his permission. He's always welcome back. + + [ David Nusinow ] + * Build against and build-dep on xserver 1.4 + * Bump standards version to 3.7.2.2. No changes necessary. + + -- David Nusinow Sun, 09 Sep 2007 21:49:38 -0400 + +xserver-xorg-video-vesa (1:1.3.0-2) experimental; urgency=low + + * Pull upstream patch to allow use of new pci access lib (we currently don't + enable this in the debian package) + * Generate server dependencies automatically from the ABI + + -- David Nusinow Wed, 21 Feb 2007 22:54:45 -0500 + +xserver-xorg-video-vesa (1:1.3.0-1) 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. + + [ David Nusinow ] + * New upstream version. Fixes shadowfb. + + -- David Nusinow Sun, 10 Dec 2006 19:49:32 -0500 + +xserver-xorg-video-vesa (1:1.2.1-3) unstable; urgency=low + + [ Steve Langasek ] + * Upload to unstable + + -- David Nusinow Mon, 18 Sep 2006 19:58:13 -0400 + +xserver-xorg-video-vesa (1:1.2.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:49 +0000 + +xserver-xorg-video-vesa (1:1.2.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. (closes: #382040) + * Bump debhelper compat to 5 + + -- David Nusinow Wed, 16 Aug 2006 18:48:31 +0000 + +xserver-xorg-video-vesa (1:1.0.1.3-2) unstable; urgency=low + + * Upload to modular + + -- David Nusinow Sun, 26 Mar 2006 20:26:25 -0500 + +xserver-xorg-video-vesa (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:42:38 -0500 + +xserver-xorg-driver-vesa (1:1.0.1.3-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Add provides on xserver-xorg-driver. + + -- Daniel Stone Wed, 4 Jan 2006 20:09:01 +1100 + +xserver-xorg-driver-vesa (1:1.0.1.2-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 19 Dec 2005 09:14:37 +1100 + +xserver-xorg-driver-vesa (1:1.0.1.1-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 12 Dec 2005 13:09:51 +1100 + +xserver-xorg-driver-vesa (1:1.0.1-0ubuntu2) dapper; urgency=low + + * Add missing Build-Depends (x11proto-core-dev, x11proto-fonts-dev, + x11proto-randr-dev, x11proto-render-dev). + + -- Daniel Stone Mon, 5 Dec 2005 12:59:34 +1100 + +xserver-xorg-driver-vesa (1:1.0.1-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 22 Nov 2005 13:38:45 +1100 + +xserver-xorg-driver-vesa (1:1.0.0.1-1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 25 Oct 2005 17:12:35 +1000 + +xserver-xorg-driver-vesa (1:1.0.0-1) breezy; urgency=low + + * First xserver-xorg-driver-vesa release. + + -- Daniel Stone Wed, 6 Jul 2005 15:48:17 +1000 --- xserver-xorg-video-vesa-2.5.0.orig/debian/control +++ xserver-xorg-video-vesa-2.5.0/debian/control @@ -0,0 +1,49 @@ +Source: xserver-xorg-video-vesa +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian X Strike Force +Build-Depends: + debhelper-compat (= 12), + pkg-config, + xserver-xorg-dev (>= 2:1.11), + x11proto-dev, + xutils-dev (>= 1:7.5+4), + quilt, + libpciaccess-dev (>= 0.12.901), +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-vesa.git +Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-vesa + +Package: xserver-xorg-video-vesa +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xviddriver:Depends}, +Provides: + ${xviddriver:Provides} +Description: X.Org X server -- VESA display driver + This driver for the X.Org X server (see xserver-xorg for a further description) + uses the standard VESA interface provided on all video cards, but runs + unaccelerated. This driver is not recommended for use unless you have a + problem with the normal driver for your card, because it will perform very + badly. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-video-vesa driver module. + +Package: xserver-xorg-video-vesa-udeb +Package-Type: udeb +Section: debian-installer +Architecture: hurd-any kfreebsd-any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xviddriver:Depends}, +Provides: + ${xviddriver:Provides} +Description: X.Org X server -- vesa display driver + This is a udeb, or a microdeb, for the debian-installer. --- xserver-xorg-video-vesa-2.5.0.orig/debian/copyright +++ xserver-xorg-video-vesa-2.5.0/debian/copyright @@ -0,0 +1,28 @@ +This package was downloaded from +https://xorg.freedesktop.org/releases/individual/driver/ + +Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com) +Copyright 2008 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 +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 +CONECTIVA LINUX 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 Conectiva Linux shall +not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization from +Conectiva Linux. --- xserver-xorg-video-vesa-2.5.0.orig/debian/patches/series +++ xserver-xorg-video-vesa-2.5.0/debian/patches/series @@ -0,0 +1 @@ +# placeholder --- xserver-xorg-video-vesa-2.5.0.orig/debian/rules +++ xserver-xorg-video-vesa-2.5.0/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +override_dh_auto_configure: + dh_auto_configure -- \ + --disable-silent-rules \ + --libdir=/usr/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 + +override_dh_missing: + dh_missing --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-vesa-2.5.0.orig/debian/source/format +++ xserver-xorg-video-vesa-2.5.0/debian/source/format @@ -0,0 +1 @@ +1.0 --- xserver-xorg-video-vesa-2.5.0.orig/debian/upstream/signing-key.asc +++ xserver-xorg-video-vesa-2.5.0/debian/upstream/signing-key.asc @@ -0,0 +1,82 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +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 +GBF1 +=bYOv +-----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +gPSRdLLYOLo= +=+H4u +-----END PGP PUBLIC KEY BLOCK----- --- xserver-xorg-video-vesa-2.5.0.orig/debian/watch +++ xserver-xorg-video-vesa-2.5.0/debian/watch @@ -0,0 +1,4 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-video-vesa +version=3 +opts="pgpsigurlmangle=s/$/.sig/" \ +https://xorg.freedesktop.org/releases/individual/driver/ xf86-video-vesa-(.*)\.tar\.gz --- xserver-xorg-video-vesa-2.5.0.orig/debian/xserver-xorg-video-vesa-udeb.install +++ xserver-xorg-video-vesa-2.5.0/debian/xserver-xorg-video-vesa-udeb.install @@ -0,0 +1 @@ +usr/lib/xorg/modules/drivers/*.so --- xserver-xorg-video-vesa-2.5.0.orig/debian/xserver-xorg-video-vesa.install +++ xserver-xorg-video-vesa-2.5.0/debian/xserver-xorg-video-vesa.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/drivers/*.so +usr/share/man/man4/* --- xserver-xorg-video-vesa-2.5.0.orig/debian/xserver-xorg-video-vesa.links +++ xserver-xorg-video-vesa-2.5.0/debian/xserver-xorg-video-vesa.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-video-vesa/script