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

[Git][xorg-team/lib/libxfixes][debian-unstable] 5 commits: control: Migrate to x11proto-dev.



Title: GitLab

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

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    +libxfixes (1:5.0.3-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * control: Migrate to x11proto-dev.
    
    4
    +  * control: Use debhelper-compat, bump to 12.
    
    5
    +  * control: Bump policy to 4.5.0.
    
    6
    +  * control, watch: Update urls to debian/upstream git.
    
    7
    +
    
    8
    + -- Timo Aaltonen <tjaalton@debian.org>  Tue, 14 Apr 2020 19:49:05 +0300
    
    9
    +
    
    1 10
     libxfixes (1:5.0.3-1) unstable; urgency=medium
    
    2 11
     
    
    3 12
       [ Andreas Boll ]
    

  • debian/compat deleted
    1
    -10

  • debian/control
    ... ... @@ -3,15 +3,15 @@ Section: x11
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Build-Depends:
    
    6
    - debhelper (>= 10),
    
    6
    + debhelper-compat (= 12),
    
    7 7
      libx11-dev (>= 2:1.6),
    
    8
    - x11proto-fixes-dev (>= 1:5.0),
    
    8
    + x11proto-dev,
    
    9 9
      pkg-config,
    
    10 10
      quilt,
    
    11 11
      xutils-dev (>= 1:7.5+4),
    
    12
    -Standards-Version: 3.9.8
    
    13
    -Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxfixes.git
    
    14
    -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxfixes.git
    
    12
    +Standards-Version: 4.5.0
    
    13
    +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfixes.git
    
    14
    +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxfixes
    
    15 15
     
    
    16 16
     Package: libxfixes3
    
    17 17
     Section: libs
    
    ... ... @@ -52,7 +52,7 @@ Depends:
    52 52
      ${misc:Depends},
    
    53 53
      libxfixes3 (= ${binary:Version}),
    
    54 54
      libx11-dev,
    
    55
    - x11proto-fixes-dev (>= 1:5.0-1),
    
    55
    + x11proto-dev,
    
    56 56
     Description: X11 miscellaneous 'fixes' extension library (development headers)
    
    57 57
      libXfixes provides an X Window System client interface to the 'XFIXES'
    
    58 58
      extension to the X protocol.
    

  • debian/rules
    ... ... @@ -6,7 +6,10 @@ SHLIBS = 1:5.0
    6 6
     # Kill *.la files, and forget no-one:
    
    7 7
     override_dh_install:
    
    8 8
     	find debian/tmp -name '*.la' -delete
    
    9
    -	dh_install --fail-missing
    
    9
    +	dh_install
    
    10
    +
    
    11
    +override_dh_missing:
    
    12
    +	dh_missing --fail-missing
    
    10 13
     
    
    11 14
     # Debug package:
    
    12 15
     override_dh_strip:
    

  • debian/watch
    1
    -#git=git://anongit.freedesktop.org/xorg/lib/libXfixes
    
    1
    +#git=https://gitlab.freedesktop.org/xorg/lib/libXfixes
    
    2 2
     version=3
    
    3 3
     opts=pgpsigurlmangle=s/$/.sig/ \
    
    4 4
     https://xorg.freedesktop.org/releases/individual/lib/ libXfixes-(.*)\.tar\.gz


  • Reply to: