xorg: Changes to 'debian-unstable'
debian/changelog | 4 ++--
debian/xserver-xorg.postinst.in | 3 ---
2 files changed, 2 insertions(+), 5 deletions(-)
New commits:
commit a4117b8d22b6bcf5be2e7ae0bd99a86f92f15268
Author: David Nusinow <dnusinow@debian.org>
Date: Sun Nov 25 22:58:44 2007 -0500
Don't write a default depth for suncg6.
I've patched our driver in git to handle this
diff --git a/debian/changelog b/debian/changelog
index 4728618..f195d83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
xorg (1:7.3+7) UNRELEASED; urgency=low
* Don't set driver-specific depths in xserver postinst
- + For newport, vga, or savage. These should all be handled in the
+ + For newport, vga, savage, and suncg6. These should all be handled in the
drivers themselves
- -- David Nusinow <dnusinow@debian.org> Sun, 25 Nov 2007 22:08:53 -0500
+ -- David Nusinow <dnusinow@debian.org> Sun, 25 Nov 2007 22:58:03 -0500
xorg (1:7.3+6) unstable; urgency=low
diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index 49ffb6b..3512f50 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -1619,9 +1619,6 @@ xresprobeint() {
DEFAULT_DEPTH=24
fi
;;
- suncg6)
- DEFAULT_DEPTH=8
- ;;
*)
DEFAULT_DEPTH=24
;;
Reply to: