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

xorg-server: Changes to 'debian-experimental'



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

New commits:
commit 842ac3db05f3a47e6470eb9851d3bfd4949b110d
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Nov 24 17:13:20 2013 +0100

    Stop putting people's email address in the X log
    
    Point to http://www.debian.org/support instead of the uploader's email
    address in the Xorg log.

diff --git a/debian/changelog b/debian/changelog
index d729c5f..0adde4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 xorg-server (2:1.14.99.902-1) UNRELEASED; urgency=low
 
   * New upstream snapshot.
+  * Point to http://www.debian.org/support instead of the uploader's email
+    address in the Xorg log.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 23 Nov 2013 16:43:13 +0100
 
diff --git a/debian/rules b/debian/rules
index 22cdd77..3d1168d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,10 +79,10 @@ endif
 INSTALL=/usr/bin/install
 
 VENDOR = $(shell lsb_release -i -s)
+SUPPORT = http://www.debian.org/support
 
 SOURCE_NAME    :=  xorg-server
 SOURCE_VERSION := $(shell dpkg-parsechangelog | awk -F': ' '/^Version: / {print $$2}')
-BUILDER        := $(shell dpkg-parsechangelog | awk -F': ' '/^Maintainer: / {print $$2}')
 
 # disable-static is so we don't get libfoo.a for modules.  now if only we could
 # kill the .las.
@@ -95,7 +95,7 @@ confflags += \
 	     $(config_tests) \
 	     --with-int10=x86emu \
 	     --with-os-vendor="$(VENDOR)" \
-	     --with-builderstring="$(SOURCE_NAME) $(SOURCE_VERSION) ($(BUILDER))" \
+	     --with-builderstring="$(SOURCE_NAME) $(SOURCE_VERSION) ($(SUPPORT))" \
 	     --with-xkb-path=/usr/share/X11/xkb \
 	     --with-xkb-output=/var/lib/xkb \
 	     --disable-install-libxf86config \


Reply to: