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

[Git][xorg-team/lib/libglu][debian-unstable] 5 commits: Use dh 12, drop dh_autoreconf from build-deps, override dh_missing.



Title: GitLab

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

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    -libglu (9.0.1-1) UNRELEASED; urgency=medium
    
    1
    +libglu (9.0.1-1) unstable; urgency=medium
    
    2 2
     
    
    3 3
       * New upstream release. (Closes: #944753)
    
    4
    +  * Use dh 12, drop dh_autoreconf from build-deps, override dh_missing.
    
    5
    +  * control: Update VCS urls.
    
    6
    +  * control: Bump policy to 4.4.1.
    
    7
    +  * control: Drop Cyril from the uploaders.
    
    4 8
     
    
    5
    - -- Timo Aaltonen <tjaalton@debian.org>  Fri, 15 Nov 2019 07:20:58 +0200
    
    9
    + -- Timo Aaltonen <tjaalton@debian.org>  Fri, 15 Nov 2019 07:45:36 +0200
    
    6 10
     
    
    7 11
     libglu (9.0.0-2.1) unstable; urgency=medium
    
    8 12
     
    

  • debian/compat
    1
    -9
    1
    +12

  • debian/control
    ... ... @@ -2,15 +2,13 @@ Source: libglu
    2 2
     Section: graphics
    
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5
    -Uploaders: Cyril Brulebois <kibi@debian.org>
    
    6
    -Standards-Version: 3.9.6
    
    5
    +Standards-Version: 4.4.1
    
    7 6
     Build-Depends:
    
    8
    - debhelper (>= 9),
    
    9
    - dh-autoreconf,
    
    7
    + debhelper (>= 12),
    
    10 8
      pkg-config,
    
    11 9
      libgl1-mesa-dev,
    
    12
    -Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libglu
    
    13
    -Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libglu.git
    
    10
    +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libglu.git
    
    11
    +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libglu
    
    14 12
     
    
    15 13
     Package: libglu1-mesa
    
    16 14
     Section: libs
    

  • debian/rules
    ... ... @@ -19,10 +19,13 @@ override_dh_install:
    19 19
     	# purge .la files
    
    20 20
     	find debian/tmp/ -name '*.la' -exec rm '{}' ';'
    
    21 21
     
    
    22
    -	dh_install --fail-missing
    
    22
    +	dh_install
    
    23
    +
    
    24
    +override_dh_missing:
    
    25
    +	dh_missing --fail-missing
    
    23 26
     
    
    24 27
     %:
    
    25
    -	dh $@ --with autoreconf --builddirectory=build/
    
    28
    +	dh $@ --builddirectory=build/
    
    26 29
     
    
    27 30
     gentarball: SOURCE=libglu
    
    28 31
     gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//')
    


  • Reply to: