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

[Git][xorg-team/wayland/wayland-utils][debian-unstable] 4 commits: debian/watch: fix pattern by using the same already used by other wayland packages



Title: GitLab

Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / wayland-utils

Commits:

  • 17a3f8da
    by Dylan Aïssi at 2024-09-03T14:07:59+02:00
    debian/watch: fix pattern by using the same already used by other wayland packages
    
  • 82167444
    by Dylan Aïssi at 2024-09-03T14:09:13+02:00
    Fix typo in previous d/changelog entry
    
  • 02dcaf31
    by Dylan Aïssi at 2024-09-03T14:10:01+02:00
    Switch Build-Deps from pkg-config to pkgconf
    
  • 4f8d0462
    by Dylan Aïssi at 2024-09-03T14:10:51+02:00
    Standards-Version: 4.7.0 (no changes required)
    

3 changed files:

Changes:

  • debian/changelog
    ... ... @@ -2,7 +2,7 @@ wayland-utils (1.2.0-1) unstable; urgency=medium
    2 2
     
    
    3 3
       * New upstream release v1.2.0
    
    4 4
       * debian/control: Use my debian email
    
    5
    -  * debian/control: Bump standard-version
    
    5
    +  * debian/control: Bump standards-version
    
    6 6
     
    
    7 7
      -- Marius Gripsgard <mariogrip@debian.org>  Wed, 26 Jul 2023 01:48:57 +0200
    
    8 8
     
    

  • debian/control
    ... ... @@ -8,9 +8,9 @@ Build-Depends:
    8 8
      libdrm-dev,
    
    9 9
      libwayland-dev,
    
    10 10
      meson,
    
    11
    - pkg-config,
    
    11
    + pkgconf,
    
    12 12
      wayland-protocols,
    
    13
    -Standards-Version: 4.6.2
    
    13
    +Standards-Version: 4.7.0
    
    14 14
     Rules-Requires-Root: no
    
    15 15
     Homepage: https://gitlab.freedesktop.org/wayland/wayland-utils
    
    16 16
     Vcs-Browser: https://salsa.debian.org/xorg-team/wayland/wayland-utils
    

  • debian/watch
    1 1
     version=4
    
    2
    -https://gitlab.freedesktop.org/wayland/wayland-utils/tags .*/wayland-utils-(\d\S+)\.tar\.gz
    \ No newline at end of file
    2
    +opts="pgpsigurlmangle=s%$%.sig%" \
    
    3
    +https://wayland.freedesktop.org/releases.html https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/[\d].*/downloads/wayland-utils-([\d].*)\.tar\.xz


  • Reply to: