diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-06-04 22:27:31 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-06-04 22:27:31 +0400 |
commit | 2178646f06557435935b38cfbc029fe8d62fba41 (patch) | |
tree | ba1dc0182a924ac7e6ca4122bde73b8e6ade97e5 | |
parent | 876477d9b051708c8e223f1fb2b721c83edbf15e (diff) | |
download | xorg-master.tar.gz |
* Fixed a typo in debian/scripts/vars.illumos-amd64: server-xorg-
video-vmware
-- Igor Pashev <pashev.igor@gmail.com> Wed, 04 Jun 2014 20:16:24 +0400
xorg (1:7.7+7+dyson3) unstable; urgency=medium
* ATI driver is linux only now
-- Igor Pashev <pashev.igor@gmail.com> Wed, 04 Jun 2014 19:12:21 +0400
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/scripts/vars.illumos-amd64 | 5 |
2 files changed, 15 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 803abf2..cf82fc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +xorg (1:7.7+7+dyson4) unstable; urgency=medium + + * Fixed a typo in debian/scripts/vars.illumos-amd64: server-xorg- + video-vmware + + -- Igor Pashev <pashev.igor@gmail.com> Wed, 04 Jun 2014 20:16:24 +0400 + +xorg (1:7.7+7+dyson3) unstable; urgency=medium + + * ATI driver is linux only now + + -- Igor Pashev <pashev.igor@gmail.com> Wed, 04 Jun 2014 19:12:21 +0400 + xorg (1:7.7+7+dyson2) unstable; urgency=medium * Removed some drivers from debian/scripts/vars.illumos-amd64 diff --git a/debian/scripts/vars.illumos-amd64 b/debian/scripts/vars.illumos-amd64 index c5331d4..fc0652b 100644 --- a/debian/scripts/vars.illumos-amd64 +++ b/debian/scripts/vars.illumos-amd64 @@ -3,14 +3,13 @@ # # This file gets included by both debian/rules (make) AND the scripts in # debian/scripts (Bourne shell). -XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-ati, \ - xserver-xorg-video-cirrus, \ +XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-cirrus, \ xserver-xorg-video-mga, \ xserver-xorg-video-neomagic, \ xserver-xorg-video-openchrome, \ xserver-xorg-video-savage, \ xserver-xorg-video-vesa, \ - server-xorg-video-vmware, \ + xserver-xorg-video-vmware, \ " |