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

[Git][xorg-team/lib/libxcursor][debian-experimental] 3 commits: specify dh $@ --with autoreconf



Title: GitLab

Drew Parsons pushed to branch debian-experimental at X Strike Force / lib / libxcursor

Commits:

3 changed files:

Changes:

  • debian/changelog
    ... ... @@ -4,6 +4,9 @@ libxcursor (1:1.2.0-1) UNRELEASED; urgency=medium
    4 4
       * New upstream release.
    
    5 5
       * Standards-Version: 4.3.0
    
    6 6
       * debhelper compatibility level 12
    
    7
    +  * specify dh $@ --with autoreconf
    
    8
    +  * use dh_missing --list-missing
    
    9
    +  * update uscan paths in debian/watch
    
    7 10
     
    
    8 11
      -- Drew Parsons <dparsons@debian.org>  Thu, 28 Mar 2019 01:32:25 +0800
    
    9 12
     
    

  • debian/rules
    ... ... @@ -3,7 +3,7 @@
    3 3
     PACKAGE = libxcursor1
    
    4 4
     
    
    5 5
     %:
    
    6
    -	dh $@
    
    6
    +	dh $@ --with autoreconf
    
    7 7
     
    
    8 8
     override_dh_auto_configure:
    
    9 9
     	dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man \
    
    ... ... @@ -25,8 +25,8 @@ override_dh_clean:
    25 25
     	find -name Makefile.in -delete
    
    26 26
     	dh_clean
    
    27 27
     
    
    28
    -override_dh_install:
    
    29
    -	dh_install --list-missing --exclude=libXcursor.la
    
    28
    +override_dh_missing:
    
    29
    +	dh_missing --list-missing --exclude=libXcursor.la
    
    30 30
     
    
    31 31
     override_dh_makeshlibs:
    
    32 32
     	dh_makeshlibs -V "libxcursor1 (>> 1.1.2)" --add-udeb=$(PACKAGE)-udeb

  • debian/watch
    1
    -#git=git://anongit.freedesktop.org/xorg/lib/libXcursor
    
    1
    +#git=https://gitlab.freedesktop.org/xorg/lib/libxcursor
    
    2 2
     version=3
    
    3
    -http://xorg.freedesktop.org/releases/individual/lib/ libXcursor-(.*)\.tar\.gz
    3
    +https://www.x.org/releases/individual/lib/ libXcursor-(.*)\.tar\.gz


  • Reply to: