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

[Git][xorg-team/xorg][ubuntu] 2 commits: import 1:7.7+19ubuntu14



Title: GitLab

Timo Aaltonen pushed to branch ubuntu at X Strike Force / xorg

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +xorg (1:7.7+19ubuntu15) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * debian/local/Xsession.d/60x11-common_localhost: Dropped, it's
    
    4
    +    provided by 35x11-common_xhost-local now. (LP: #1576454)
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Fri, 09 Oct 2020 11:15:24 +0300
    
    7
    +
    
    8
    +xorg (1:7.7+19ubuntu14) focal; urgency=medium
    
    9
    +
    
    10
    +  * No-change rebuild with fixed binutils on arm64.
    
    11
    +
    
    12
    + -- Matthias Klose <doko@ubuntu.com>  Sat, 08 Feb 2020 11:21:28 +0000
    
    13
    +
    
    14
    +xorg (1:7.7+19ubuntu13) focal; urgency=medium
    
    15
    +
    
    16
    +  * Omit xorg, xserver-xorg, xserver-xorg-{input,video}-all binaries on
    
    17
    +    i386.
    
    18
    +
    
    19
    + -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 09 Jan 2020 17:38:55 -0800
    
    20
    +
    
    1 21
     xorg (1:7.7+19ubuntu12) disco; urgency=medium
    
    2 22
     
    
    3 23
       * control: Restore -intel to x-x-video-all Recommends, glamor needs
    

  • debian/local/Xsession.d/60x11-common_localhost deleted
    1
    -# This file is sourced by Xsession(5), not executed.
    
    2
    -
    
    3
    -[ -x /usr/bin/xhost ] && [ -x /usr/bin/id ] &&
    
    4
    -    xhost +si:localuser:`id -un` > /dev/null

  • debian/rules
    1 1
     #!/usr/bin/make -f
    
    2 2
     
    
    3
    +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
    
    4
    +
    
    5
    +ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386)
    
    6
    +   BUILD_PACKAGES += -Nxorg -Nxserver-xorg -Nxserver-xorg-input-all -Nxserver-xorg-video-all
    
    7
    +endif
    
    8
    +
    
    3 9
     %:
    
    4
    -	dh $@
    
    10
    +	dh $@ $(BUILD_PACKAGES)
    
    5 11
     
    
    6 12
     override_dh_auto_clean:
    
    7 13
     	$(MAKE) -C xsf-docs clean
    


  • Reply to: