debian/changelog | 3 +++ debian/rules | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
New commits: commit 37416ade7beaf17c574b16bc503a8fc475d8ede1 Author: Bryce Harrington <[email protected]> Date: Fri Jun 4 10:55:55 2010 -0700 Refer users to support instead of emailing maintainers diff --git a/debian/changelog b/debian/changelog index 31c2e33..02147e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ xorg-server (2:1.7.6-2ubuntu7.1) lucid-proposed; urgency=low from Debian to fix X segfault on mouse click in xfig, when pixmaps are created in the course of software fallbacks. (LP: #553647) + * debian/rules: Don't reference the package uploader for support; instead point + users to the standard Ubuntu support page. + (LP: #589811) [Martin Pitt] * debian/local/64-xorg-xkb.rules: Ignore XKBMODEL=="SKIP" and diff --git a/debian/rules b/debian/rules index eb59285..086028a 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,7 @@ INSTALL=/usr/bin/install VENDOR = $(shell lsb_release -i -s) -BUILDER=$(shell dpkg-parsechangelog | awk -F': ' '/^Maintainer: / {print $$2}') +BUILDER=For technical support please see http://www.ubuntu.com/support # disable-static is so we don't get libfoo.a for modules. now if only we could # kill the .las. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

