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

[Git][xorg-team/lib/libinput][debian-unstable] 2 commits: rules: Fix dh_auto_install to use separate destdir for main/udeb builds.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libinput

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +libinput (1.16.4-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * rules: Fix dh_auto_install to use separate destdir for main/udeb builds.
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Thu, 10 Dec 2020 18:20:15 +0200
    
    6
    +
    
    1 7
     libinput (1.16.4-2) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * rules: Drop libwacom support from the udeb.
    

  • debian/rules
    ... ... @@ -15,12 +15,13 @@ override_dh_auto_build:
    15 15
     	dh_auto_build -B build-udeb
    
    16 16
     
    
    17 17
     override_dh_auto_install:
    
    18
    -	dh_auto_install -B build-deb
    
    19
    -	dh_auto_install -B build-udeb
    
    18
    +	dh_auto_install -B build-deb --destdir=debian/tmp/main
    
    19
    +	dh_auto_install -B build-udeb --destdir=debian/tmp/udeb
    
    20 20
     
    
    21 21
     override_dh_install:
    
    22 22
     	find debian/tmp -name '*.la' -delete
    
    23
    -	dh_install
    
    23
    +	dh_install -plibinput10-udeb --sourcedir=debian/tmp/udeb
    
    24
    +	dh_install --remaining-packages --sourcedir=debian/tmp/main
    
    24 25
     
    
    25 26
     override_dh_missing:
    
    26 27
     	dh_missing --fail-missing
    


  • Reply to: