debian/changelog | 5 ++++- debian/x11-common.links | 1 + 2 files changed, 5 insertions(+), 1 deletion(-)
New commits: commit 6fb4eb490c3612f32904f7210d156bd6efbc30f3 Author: Bryce Harrington <[email protected]> Date: Tue Jul 13 06:18:40 2010 -0700 Add apport hook for xorg-server source package diff --git a/debian/changelog b/debian/changelog index 3a08815..046b61b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,11 @@ xorg (1:7.5+6ubuntu3) UNRELEASED; urgency=low + Include .drirc if present + Include gconf's /desktop/gnome/peripherals data + Quell DkmsStatus no such file error message + * debian/x11-common.links: + + Add source package apport hook for xorg-server. Otherwise, + apport-collect fails when used on bugs against xorg-server package. - -- Bryce Harrington <[email protected]> Thu, 01 Jul 2010 19:22:58 -0700 + -- Bryce Harrington <[email protected]> Tue, 13 Jul 2010 06:16:10 -0700 xorg (1:7.5+6ubuntu2) maverick; urgency=low diff --git a/debian/x11-common.links b/debian/x11-common.links index 627b3aa..593e2dc 100644 --- a/debian/x11-common.links +++ b/debian/x11-common.links @@ -1,6 +1,7 @@ usr/bin usr/bin/X11 etc/X11/rgb.txt usr/share/X11/rgb.txt usr/share/apport/package-hooks/source_xorg.py usr/share/apport/package-hooks/xserver-xorg-core.py +usr/share/apport/package-hooks/source_xorg.py usr/share/apport/package-hooks/source_xorg-server.py usr/share/apport/package-hooks/source_xorg.py usr/share/apport/package-hooks/source_libdrm.py usr/share/apport/package-hooks/source_xorg.py usr/share/apport/package-hooks/source_libx11.py usr/share/apport/package-hooks/source_xorg.py usr/share/apport/package-hooks/source_libxcb.py -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

