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

[Git][xorg-team/lib/libepoxy][debian-unstable] 3 commits: rules: Update dh_makeshlibs override to actually work.



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -libepoxy (1.5.4-1) UNRELEASED; urgency=medium
    
    1
    +libepoxy (1.5.4-1) unstable; urgency=medium
    
    2 2
     
    
    3 3
       * New upstream release.
    
    4 4
       * control: Move under xorg-team maintenance. (Closes: #945577)
    
    5 5
       * Drop gbp.conf.
    
    6 6
       * symbols: Updated.
    
    7
    +  * rules: Update dh_makeshlibs override to actually work.
    
    8
    +  * control: Bump policy to 4.4.1.
    
    7 9
     
    
    8
    - -- Timo Aaltonen <tjaalton@debian.org>  Wed, 27 Nov 2019 13:58:01 +0200
    
    10
    + -- Timo Aaltonen <tjaalton@debian.org>  Wed, 27 Nov 2019 17:19:16 +0200
    
    9 11
     
    
    10 12
     libepoxy (1.5.3-0.1) unstable; urgency=medium
    
    11 13
     
    

  • debian/control
    ... ... @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 11),
    10 10
                    libegl1-mesa-dev,
    
    11 11
                    xauth <!nocheck>,
    
    12 12
                    xvfb <!nocheck>
    
    13
    -Standards-Version: 4.2.1
    
    13
    +Standards-Version: 4.4.1
    
    14 14
     Section: libs
    
    15 15
     Homepage: https://github.com/anholt/libepoxy
    
    16 16
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libepoxy
    

  • debian/rules
    ... ... @@ -15,4 +15,4 @@ endif
    15 15
     
    
    16 16
     # No symbols for udebs, specify the highest version from symbols file:
    
    17 17
     override_dh_makeshlibs:
    
    18
    -	dh_makeshlibs --add-udeb='libepoxy0-udeb (>= 1.3)'
    18
    +	dh_makeshlibs -plibepoxy0 -V'libepoxy0 (>= 1.5.4)' --add-udeb=libepoxy0-udeb


  • Reply to: