[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'ubuntu'



 debian/changelog |    7 ++++++-
 debian/rules     |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 8116d68a3d98ab321d3ec880472dc0d2dbd25164
Author: Bryce Harrington <bryce@bryceharrington.org>
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 46e7116..108d09d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -74,8 +74,13 @@ xorg-server (2:1.8.1-1ubuntu1) UNRELEASED; urgency=low
   * debian/rules: Adjust confflag targets so xcsecurity isn't enabled for udeb
     with disabled xace.
   * Drop 184_virtual_devices_autodetect.patch: It's a noop with todays autoconfig.
+  
+  [ Bryce Harrington ]
+  * debian/rules: Don't reference the package uploader for support; instead point
+    users to the standard Ubuntu support page.
+    (LP: #589811)
 
- -- Robert Hooker <sarvatt@ubuntu.com>  Wed, 02 Jun 2010 13:58:51 -0400
+ -- Bryce Harrington <bryce@ubuntu.com>  Fri, 04 Jun 2010 10:54:38 -0700
 
 xorg-server (2:1.8.1-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 7eb8552..15ef321 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,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.


Reply to: