-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://xpra.org/svn/Xpra/trunk@22242 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
5 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
xserver-xorg-video-void-hwe (1:1.4.1-2) UNRELEASED; urgency=low | ||
|
||
* rebuild package to upgrade the HWE version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Source: xserver-xorg-video-void-hwe | ||
Section: x11 | ||
Priority: optional | ||
Maintainer: Antoine Martin <[email protected]> | ||
Uploaders: Antoine Martin <[email protected]> | ||
Build-Depends: | ||
debhelper (>= 9), | ||
dh-autoreconf, | ||
quilt, | ||
pkg-config, | ||
xserver-xorg-dev-hwe-18.04, | ||
x11proto-core-dev, | ||
x11proto-randr-dev, | ||
x11proto-input-dev, | ||
xutils-dev | ||
Standards-Version: 3.9.8 | ||
|
||
Package: xserver-xorg-video-void-hwe | ||
Architecture: any | ||
Replaces: xserver-xorg-video-void | ||
Conflicts: xserver-xorg-video-void | ||
Depends: | ||
${shlibs:Depends}, | ||
${misc:Depends}, | ||
${xviddriver:Depends}, | ||
Provides: xserver-xorg-video-void, | ||
${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: | ||
<URL:https://www.X.org> | ||
. | ||
This package is built from the X.org xf86-video-dummy driver module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
This package was downloaded from | ||
https://xorg.freedesktop.org/releases/individual/driver/ | ||
|
||
Copyright 1999 by Frederic Lepied, France. <[email protected]> | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/make -f | ||
|
||
%: | ||
dh $@ --with quilt,xsf --builddirectory=build/ |