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

[Git][xorg-team/wayland/weston][debian-unstable] 2 commits: debian/rules: fix broken builds



Title: GitLab

Héctor Orón Martínez pushed to branch debian-unstable at X Strike Force / wayland / weston

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    -weston (8.0.0-1) UNRELEASED; urgency=medium
    
    1
    +weston (8.0.0-1) unstable; urgency=medium
    
    2 2
     
    
    3 3
       * New upstream release
    
    4
    +  * debian/libweston-8-0.symbols: update
    
    5
    +  * libexec_weston.so*,weston-direct-display.xml: new files
    
    4 6
     
    
    5
    - -- Héctor Orón Martínez <zumbi@debian.org>  Sun, 09 Feb 2020 18:47:38 +0100
    
    7
    + -- Héctor Orón Martínez <zumbi@debian.org>  Mon, 10 Feb 2020 12:23:53 +0100
    
    6 8
     
    
    7 9
     weston (7.0.0-1~exp1) experimental; urgency=medium
    
    8 10
     
    

  • debian/rules
    ... ... @@ -12,10 +12,10 @@ override_dh_missing:
    12 12
     	dh_missing --fail-missing -X.la
    
    13 13
     
    
    14 14
     override_dh_makeshlibs:
    
    15
    -	dh_makeshlibs -Xlibweston-8/ -- -c4 -ldebian/weston/usr/lib/$(DEB_HOST_GNU_TYPE)/weston/
    
    15
    +	dh_makeshlibs -Xlibweston-8/ -- -c4 -ldebian/weston/usr/lib/$(DEB_TARGET_MULTIARCH)/weston/
    
    16 16
     
    
    17 17
     override_dh_shlibdeps:
    
    18
    -	dh_shlibdeps -O--buildsystem=meson -- -ldebian/weston/usr/lib/$(DEB_HOST_GNU_TYPE)/weston/
    
    18
    +	dh_shlibdeps -O--buildsystem=meson -- -ldebian/weston/usr/lib/$(DEB_TARGET_MULTIARCH)/weston/
    
    19 19
     
    
    20 20
     override_dh_fixperms:
    
    21 21
     	dh_fixperms -Xusr/bin/weston-launch
    


  • Reply to: