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

[Git][xorg-team/wayland/xwayland][debian-unstable] Actually set debian builder string



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / wayland / xwayland

Commits:

  • d9d42e92
    by Alessandro Astone at 2025-11-24T14:36:54+01:00
    Actually set debian builder string
    
    Without escaping the newline character, the dh_auto_configure recipe was
    considered to be ending at -Dbuilder_addr.
    The spare -Dbuilder_string recipe was silently ignored because a recipe
    beginning with '-' is allowed to fail without stopping the build.
    

1 changed file:

Changes:

  • debian/rules
    ... ... @@ -12,7 +12,7 @@ SUPPORT = https://www.debian.org/support
    12 12
     override_dh_auto_configure:
    
    13 13
     	dh_auto_configure -- \
    
    14 14
     		-Dxwayland_ei=portal \
    
    15
    -		-Dbuilder_addr="debian-x@lists.debian.org"
    
    15
    +		-Dbuilder_addr="debian-x@lists.debian.org" \
    
    16 16
     		-Dbuilder_string="$(DEB_SOURCE) $(DEB_VERSION_UPSTREAM) ($(SUPPORT))"
    
    17 17
     
    
    18 18
     override_dh_auto_install:
    


  • Reply to: