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

[Git][xorg-team/app/x11-apps][debian-unstable] 3 commits: Fix Vcs-Git control field



Title: GitLab

Julien Cristau pushed to branch debian-unstable at X Strike Force / app / x11-apps

Commits:

3 changed files:

Changes:

  • debian/changelog
    1 1
     x11-apps (7.7+8) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  [ Julien Cristau ]
    
    3 4
       * Bump x11proto-core-dev build-dep to 7.0.25 per xwud's configure.ac.
    
    4 5
     
    
    6
    +  [ Andreas Henriksson ]
    
    7
    +  * Pass MKTEMP=/bin/mktemp to configure to fix reproducible build
    
    8
    +    on merged-usr vs non-merged systems (x11perfcomp embeds the path).
    
    9
    +    (Closes: #914911)
    
    10
    +
    
    5 11
      -- Julien Cristau <jcristau@debian.org>  Sun, 18 Mar 2018 17:10:35 +0100
    
    6 12
     
    
    7 13
     x11-apps (7.7+7) unstable; urgency=medium
    

  • debian/control
    ... ... @@ -52,7 +52,7 @@ Build-Depends:
    52 52
     # xwd: libx11-dev, x11proto-core-dev
    
    53 53
     # xwud: libx11-dev
    
    54 54
     Standards-Version: 3.9.8
    
    55
    -Vcs-Git: https://salsa.debian.org/xorg-team/app/x11-apps
    
    55
    +Vcs-Git: https://salsa.debian.org/xorg-team/app/x11-apps.git
    
    56 56
     Vcs-Browser: https://salsa.debian.org/xorg-team/app/x11-apps
    
    57 57
     
    
    58 58
     Package: x11-apps
    

  • debian/rules
    ... ... @@ -30,7 +30,8 @@ $(STAMP_DIR)/configure-%:
    30 30
     	dh_auto_configure -D$* -B$*-build -- \
    
    31 31
     		--libdir=\$${prefix}/lib \
    
    32 32
     		--disable-silent-rules \
    
    33
    -		MANCONF="/etc/manpath.config"
    
    33
    +		MANCONF="/etc/manpath.config" \
    
    34
    +		MKTEMP=/bin/mktemp
    
    34 35
     	>$@
    
    35 36
     
    
    36 37
     override_dh_auto_build: $(BUILD_STAMPS)
    


  • Reply to: