--- xserver-xorg-video-dummy-0.3.8.orig/.gitignore +++ xserver-xorg-video-dummy-0.3.8/.gitignore @@ -0,0 +1,77 @@ +# +# X.Org module default exclusion patterns +# The next section if for module specific patterns +# +# Do not edit the following section +# GNU Build System (Autotools) +aclocal.m4 +autom4te.cache/ +autoscan.log +compile +config.guess +config.h +config.h.in +config.log +config-ml.in +config.py +config.status +config.status.lineno +config.sub +configure +configure.scan +depcomp +.deps/ +INSTALL +install-sh +.libs/ +libtool +libtool.m4 +ltmain.sh +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +Makefile +Makefile.in +mdate-sh +missing +mkinstalldirs +*.pc +py-compile +stamp-h? +symlink-tree +texinfo.tex +ylwrap + +# Do not edit the following section +# Edit Compile Debug Document Distribute +*~ +*.[0-9] +*.[0-9]x +*.bak +*.bin +core +*.dll +*.exe +*-ISO*.bdf +*-JIS*.bdf +*-KOI8*.bdf +*.kld +*.ko +*.ko.cmd +*.lai +*.l[oa] +*.[oa] +*.obj +*.patch +*.so +*.pcf.gz +*.pdb +*.tar.bz2 +*.tar.gz +# +# Add & Override patterns for xf86-video-dummy +# +# Edit the following section as needed +# For example, !report.pc overrides *.pc. See 'man gitignore' +# --- xserver-xorg-video-dummy-0.3.8.orig/ChangeLog +++ xserver-xorg-video-dummy-0.3.8/ChangeLog @@ -1,87 +1,3 @@ -commit 4a6df6b4eecae769771eba0136bf8271d01258fb -Author: Julien Cristau -Date: Wed Dec 14 21:57:18 2016 +0100 - - xf86-video-dummy 0.3.8 - - Signed-off-by: Julien Cristau - -commit 52a6346c63c20c79f54c34e2950ccc5f1d2fb138 -Author: Julien Cristau -Date: Wed Dec 14 21:59:29 2016 +0100 - - configure: require xorg-server 1.4.99.901 - - dixChangeWindowProperty was introduced in that release. - - Signed-off-by: Julien Cristau - -commit e434975017eb90fa702653592ae590bc22aa483c -Author: Aaron Plattner -Date: Thu Sep 22 09:14:26 2016 -0700 - - Remove pointless empty functions - - These functions might be useful in a real driver, but with no - hardware, they're pointless. Get rid of them. - - v2: Rebase, get rid of pointless calls to DUMMYAdjustFrame, return TRUE from - DUMMYSwitchMode. - - Signed-off-by: Aaron Plattner - Reviewed-by: Antoine Martin - Tested-by: Antoine Martin - -commit 367c778240b4266958f33cec3653d5389e283557 -Author: Antoine Martin -Date: Tue Sep 20 13:34:40 2016 +0700 - - remove dead code in dummy driver - - Signed-off-by: Antoine Martin - Reviewed-by: Eric Engestrom - Reviewed-by: Aaron Plattner - Signed-off-by: Aaron Plattner - -commit 8706f60ab457867c120dd44e812b8fadc2be7179 -Author: Peter Hutterer -Date: Thu Jan 14 10:30:40 2016 +1000 - - Switch to using dixChangeWindowProperty - - eb36924ead40564325aa56d54a973dc8fb4eae83 removed ChangeWindowProperty from the - server. - - Signed-off-by: Peter Hutterer - Reviewed-by: Jon Turney - -commit 29433844c8b8989ea2ac64bd92b3ad61b6f9cf10 -Author: Antoine Martin -Date: Thu Sep 17 10:55:25 2015 -0400 - - Honor DacSpeed setting in xorg.conf - - Reviewed-by: Adam Jackson - Signed-off-by: Antoine Martin - -commit 0e339b256a858bfd832c92e3c14619023dea826c -Author: Alan Coopersmith -Date: Sat May 31 21:39:32 2014 -0700 - - autogen.sh: Honor NOCONFIGURE=1 - - See http://people.gnome.org/~walters/docs/build-api.txt - - Signed-off-by: Alan Coopersmith - -commit 85402253d0f9ca464d54336e48e9a7ac91fc39bb -Author: Alan Coopersmith -Date: Sat May 31 21:38:41 2014 -0700 - - configure: Drop AM_MAINTAINER_MODE - - Signed-off-by: Alan Coopersmith - commit 4160421c642fc6b2dd3100a06f236efc6bbe0e08 Author: Julien Cristau Date: Mon Sep 9 19:45:23 2013 +0200 --- xserver-xorg-video-dummy-0.3.8.orig/autogen.sh +++ xserver-xorg-video-dummy-0.3.8/autogen.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi --- xserver-xorg-video-dummy-0.3.8.orig/debian/README.source +++ xserver-xorg-video-dummy-0.3.8/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-dummy-0.3.8.orig/debian/changelog +++ xserver-xorg-video-dummy-0.3.8/debian/changelog @@ -0,0 +1,277 @@ +xserver-xorg-video-dummy (1:0.3.8-1) unstable; urgency=medium + + * New upstream release. + - Uses dixChangeWindowProperty instead of ChangeWindowProperty, + as the latter is gone in the xserver. Closes: #845728. + * Bump debhelper compat to 10. + - Let debhelper call autoreconf for us. + - Set libdir to /usr/lib, which is where the xserver expects the drivers. + * Don't pass --disable-silent-rules, debhelper does that for a while. + * debian/watch: check upstream signatures with... + * debian/upstream/signing-key.asc: ...the upstream keys. + * Bump Standards-Version to 3.9.8. + * Switch URLs to https. + + -- Emilio Pozuelo Monfort Thu, 15 Dec 2016 00:11:05 +0100 + +xserver-xorg-video-dummy (1:0.3.7-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:34:29 +0200 + +xserver-xorg-video-dummy (1:0.3.5-2) unstable; urgency=high + + * Merge upstream master up to 02918fd534: + - Use USE_DGA rather than XFreeXDGA in preprocessor checks, the + former is set through ./configure while the latter comes from + the server. Meaning if DGA is enabled in the server and is + disabled in the driver, crashes happen (#660574). + * Set urgency to “high” for the RC bug fix. + + -- Cyril Brulebois Mon, 20 Feb 2012 16:40:46 +0100 + +xserver-xorg-video-dummy (1:0.3.5-1+exp1) experimental; urgency=low + + * Build against Xserver 1.12 RC1. + + -- Cyril Brulebois Sun, 01 Jan 2012 07:33:16 +0100 + +xserver-xorg-video-dummy (1:0.3.5-1) unstable; urgency=low + + * New upstream release: + - Add support for big resolutions. + - Allow disabling DGA. + * Disable DGA support, it has been dead for a while. + + -- Cyril Brulebois Sun, 01 Jan 2012 07:26:54 +0100 + +xserver-xorg-video-dummy (1:0.3.4-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 accordingly. + * Update Uploaders list. Thanks, David & Brice! + * Remove long obsolete Replaces/Conflicts. + * Wrap Depends/Provides. + * Add quilt build-dep for future use. + + -- Cyril Brulebois Sat, 05 Feb 2011 14:43:31 +0100 + +xserver-xorg-video-dummy (1:0.3.4-1) experimental; urgency=low + + [ Christopher James Halse Rogers ] + * New upstream release + - Fix build against Xserver 1.9 + * Bump Standards-Version to 3.9.1 + + [ Cyril Brulebois ] + * Build against Xserver 1.9.1 rc1. + + -- Cyril Brulebois Sat, 16 Oct 2010 17:49:03 +0200 + +xserver-xorg-video-dummy (1:0.3.3-2) unstable; urgency=medium + + * Update xsfbs, use new ${xviddriver:Depends} substvar. + + -- Julien Cristau Fri, 14 May 2010 12:54:43 +0200 + +xserver-xorg-video-dummy (1:0.3.3-1) 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 ] + * New upstream release. + * Add myself to Uploaders. + + -- Cyril Brulebois Tue, 06 Apr 2010 04:41:45 +0200 + +xserver-xorg-video-dummy (1:0.3.2-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:12:44 +0100 + +xserver-xorg-video-dummy (1:0.3.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Julien Cristau Sat, 11 Apr 2009 11:03:45 +0100 + +xserver-xorg-video-dummy (1:0.3.1-1) experimental; urgency=low + + * New upstream release. + * Run autoreconf on build; build-depend on automake, libtool and xutils-dev. + * Handle parallel builds. + * Build against xserver 1.6 rc1. + + -- Julien Cristau Sun, 25 Jan 2009 23:53:40 +0100 + +xserver-xorg-video-dummy (1:0.3.0-2) experimental; urgency=low + + * Build against xserver 1.5. + + -- Julien Cristau Thu, 04 Sep 2008 19:29:32 +0200 + +xserver-xorg-video-dummy (1:0.3.0-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.7.3. + * Drop the XS- prefix from Vcs-* control fields. + * Switch to debhelper compat 5. + * Add myself to Uploaders. + * 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 Mon, 02 Jun 2008 21:55:35 +0200 + +xserver-xorg-video-dummy (1:0.2.0-7) unstable; urgency=low + + * Build against Xserver 1.4, closes: #442897. + * Add the upstream URL to debian/copyright. + * Add myself to Uploaders, and remove Branden with his permission. + + -- Brice Goglin Mon, 17 Sep 2007 23:33:10 +0200 + +xserver-xorg-video-dummy (1:0.2.0-6) unstable; urgency=low + + [ Julien Cristau ] + * Add link to xserver-xorg-core bug script, so that bugreports contain + the user's config and log files. + + [ Timo Aaltonen ] + * Replaces/Conflicts: xserver-xorg-driver-dummy. + + [ 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-dummy + module in the long description. + * Remove Fabio from uploaders with his permission. He's always welcome back. + + [ David Nusinow ] + * Upload to unstable + + -- David Nusinow Sun, 16 Sep 2007 16:44:43 -0400 + +xserver-xorg-video-dummy (1:0.2.0-5) experimental; urgency=low + + * Minor updates from upstream + * Generate server dependencies automatically from the ABI + + -- David Nusinow Wed, 21 Feb 2007 22:54:21 -0500 + +xserver-xorg-video-dummy (1:0.2.0-3) unstable; urgency=low + + [ Steve Langasek ] + * Prepare for upload to unstable + + -- David Nusinow Mon, 18 Sep 2006 19:57:33 -0400 + +xserver-xorg-video-dummy (1:0.2.0-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:29 +0000 + +xserver-xorg-video-dummy (1:0.2.0-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 20:11:25 +0000 + +xserver-xorg-video-dummy (1:0.1.0.5-2) unstable; urgency=low + + * Upload to modular + + -- David Nusinow Sun, 26 Mar 2006 20:25:31 -0500 + +xserver-xorg-video-dummy (1:0.1.0.5-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:36:41 -0500 + +xserver-xorg-driver-dummy (1:0.1.0.5-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Add provides on xserver-xorg-driver. + + -- Daniel Stone Wed, 4 Jan 2006 19:55:10 +1100 + +xserver-xorg-driver-dummy (1:0.1.0.4-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 19 Dec 2005 09:03:49 +1100 + +xserver-xorg-driver-dummy (1:0.1.0.3-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 12 Dec 2005 13:01:43 +1100 + +xserver-xorg-driver-dummy (1:0.1.0.2-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:53:20 +1100 + +xserver-xorg-driver-dummy (1:0.1.0.2-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 22 Nov 2005 13:28:39 +1100 + +xserver-xorg-driver-dummy (1:0.1.0.1-1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 25 Oct 2005 17:00:10 +1000 + +xserver-xorg-driver-dummy (1:0.1.0-1) breezy; urgency=low + + * First xserver-xorg-driver-dummy release. + + -- Daniel Stone Wed, 6 Jul 2005 15:48:17 +1000 --- xserver-xorg-video-dummy-0.3.8.orig/debian/compat +++ xserver-xorg-video-dummy-0.3.8/debian/compat @@ -0,0 +1 @@ +10 --- xserver-xorg-video-dummy-0.3.8.orig/debian/control +++ xserver-xorg-video-dummy-0.3.8/debian/control @@ -0,0 +1,37 @@ +Source: xserver-xorg-video-dummy +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Uploaders: Cyril Brulebois +Build-Depends: + debhelper (>= 10), + quilt, + pkg-config, + xserver-xorg-dev (>= 2:1.11.99.901), + x11proto-video-dev, + x11proto-xf86dga-dev, + x11proto-core-dev, + x11proto-fonts-dev, + x11proto-randr-dev, + x11proto-render-dev, + xutils-dev +Standards-Version: 3.9.8 +Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/driver/xserver-xorg-video-dummy.git +Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-xorg/driver/xserver-xorg-video-dummy.git + +Package: xserver-xorg-video-dummy +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xviddriver:Depends}, +Provides: + ${xviddriver:Provides} +Description: X.Org X server -- dummy display driver + This package provides a 'dummy' display driver, which does not actually + display anything. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-video-dummy driver module. --- xserver-xorg-video-dummy-0.3.8.orig/debian/copyright +++ xserver-xorg-video-dummy-0.3.8/debian/copyright @@ -0,0 +1,26 @@ +This package was downloaded from +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. --- xserver-xorg-video-dummy-0.3.8.orig/debian/patches/series +++ xserver-xorg-video-dummy-0.3.8/debian/patches/series @@ -0,0 +1 @@ +# placeholder --- xserver-xorg-video-dummy-0.3.8.orig/debian/rules +++ xserver-xorg-video-dummy-0.3.8/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +# Disable DGA support, it's been on the way out for a while already: +override_dh_auto_configure: + dh_auto_configure -- \ + --libdir=\$${exec_prefix}/lib \ + --disable-dga + +# 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-dummy-0.3.8.orig/debian/upstream/signing-key.asc +++ xserver-xorg-video-dummy-0.3.8/debian/upstream/signing-key.asc @@ -0,0 +1,137 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +RFczHk65xOzyEL2QBacv2vfoakwE +=dK2e +-----END PGP PUBLIC KEY BLOCK----- --- xserver-xorg-video-dummy-0.3.8.orig/debian/watch +++ xserver-xorg-video-dummy-0.3.8/debian/watch @@ -0,0 +1,4 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-video-dummy +version=4 +opts=pgpsigurlmangle=s/$/.sig/ \ +https://xorg.freedesktop.org/releases/individual/driver/ xf86-video-dummy-(.*)\.tar\.gz --- xserver-xorg-video-dummy-0.3.8.orig/debian/xserver-xorg-video-dummy.install +++ xserver-xorg-video-dummy-0.3.8/debian/xserver-xorg-video-dummy.install @@ -0,0 +1 @@ +usr/lib/xorg/modules/drivers/*.so --- xserver-xorg-video-dummy-0.3.8.orig/debian/xserver-xorg-video-dummy.links +++ xserver-xorg-video-dummy-0.3.8/debian/xserver-xorg-video-dummy.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-video-dummy/script