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

[Git][xorg-team/wayland/weston][debian-experimental] 7 commits: Use secure URI for homepage



Title: GitLab

Dylan Aïssi pushed to branch debian-experimental at X Strike Force / wayland / weston

Commits:

  • bf8731b0
    by Dylan Aïssi at 2024-01-18T11:44:07+01:00
    Use secure URI for homepage
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • be485dd9
    by Dylan Aïssi at 2024-01-18T11:44:31+01:00
    Switch to debhelper-compat 13
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • dabeef83
    by Dylan Aïssi at 2024-01-18T11:54:36+01:00
    Install some binaries in usr/libexec/ instead of usr/lib/*/
    
    This is due to a change in debhelper compat 12 which relies on
    the build system default to define --libexecdir, which should be
    /usr/libexec (per FHS 3.0, adopted in Debian Policy 4.1.5).
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • a5159c08
    by Dylan Aïssi at 2024-01-18T11:57:01+01:00
    Drop useless debian/tmp/ prefix
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • 86ca9f21
    by Dylan Aïssi at 2024-01-18T12:06:46+01:00
    weston suggests wayland-utils (Closes: #980995)
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • f7732643
    by Dylan Aïssi at 2024-01-18T12:50:22+01:00
    Mark libweston-13-0 as 'Multi-Arch: same'
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • 6c4f6e0a
    by Dylan Aïssi at 2024-01-18T12:54:06+01:00
    Update debian/changelog
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    

5 changed files:

Changes:

  • debian/changelog
    1
    +weston (13.0.0-1~exp2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Drop outdated references to quilt
    
    4
    +  * Fix short description of libweston-13-dev
    
    5
    +  * Standards-Version: 4.6.2 (no changes required)
    
    6
    +  * Update debian/copyright
    
    7
    +  * Remove trailing whitespace in debian/changelog
    
    8
    +  * Update minimun version of Build-Deps
    
    9
    +      - libdrm-dev >= 2.4.108
    
    10
    +      - libinput-dev >= 1.2.0
    
    11
    +      - libwayland-dev >= 1.22.0
    
    12
    +      - meson >= 0.63.0
    
    13
    +      - wayland-protocols >= 1.31
    
    14
    +  * Add debian/gbp.conf
    
    15
    +  * Use secure URI for homepage
    
    16
    +  * Switch to debhelper-compat 13
    
    17
    +  * Install some binaries in usr/libexec/ instead of usr/lib/*/
    
    18
    +  * Drop useless debian/tmp/ prefix
    
    19
    +  * weston suggests wayland-utils (Closes: #980995)
    
    20
    +  * Mark libweston-13-0 as 'Multi-Arch: same'
    
    21
    +
    
    22
    + -- Dylan Aïssi <daissi@debian.org>  Thu, 18 Jan 2024 12:52:06 +0100
    
    23
    +
    
    1 24
     weston (13.0.0-1~exp1) experimental; urgency=medium
    
    2 25
     
    
    3 26
       [ Dylan Aïssi ]
    

  • debian/compat deleted
    1
    -10

  • debian/control
    ... ... @@ -6,7 +6,7 @@ Uploaders: Mike Gabriel <sunweaver@debian.org>,
    6 6
                Héctor Orón Martínez <zumbi@debian.org>,
    
    7 7
                Emilio Pozuelo Monfort <pochu@debian.org>,
    
    8 8
                Dylan Aïssi <daissi@debian.org>
    
    9
    -Build-Depends: debhelper (>= 10),
    
    9
    +Build-Depends: debhelper-compat (= 13),
    
    10 10
                    freerdp2-dev,
    
    11 11
                    libcairo2-dev (>= 1.10.0),
    
    12 12
                    libcolord-dev (>= 0.1.27),
    
    ... ... @@ -52,7 +52,7 @@ Build-Depends: debhelper (>= 10),
    52 52
                    wayland-protocols (>= 1.31)
    
    53 53
     Standards-Version: 4.6.2
    
    54 54
     Rules-Requires-Root: no
    
    55
    -Homepage: http://wayland.freedesktop.org/
    
    55
    +Homepage: https://wayland.freedesktop.org/
    
    56 56
     Vcs-Git: https://salsa.debian.org/xorg-team/wayland/weston.git
    
    57 57
     Vcs-Browser: https://salsa.debian.org/xorg-team/wayland/weston
    
    58 58
     
    
    ... ... @@ -65,6 +65,7 @@ Breaks: libweston-8-dev
    65 65
     Conflicts: libweston-8-dev
    
    66 66
     Replaces: libweston-8-dev
    
    67 67
     Recommends: libgl1-mesa-dri
    
    68
    +Suggests: wayland-utils
    
    68 69
     Description: reference implementation of a wayland compositor
    
    69 70
      Part of the Wayland project is also the Weston reference implementation
    
    70 71
      of a Wayland compositor. Weston can run as an X client or under Linux
    
    ... ... @@ -75,6 +76,7 @@ Description: reference implementation of a wayland compositor
    75 76
     Package: libweston-13-0
    
    76 77
     Section: libs
    
    77 78
     Architecture: linux-any
    
    79
    +Multi-Arch: same
    
    78 80
     Depends: ${misc:Depends}, ${shlibs:Depends}
    
    79 81
     Replaces: weston (<< 1.12.0-1)
    
    80 82
     Breaks: weston (<< 1.12.0-1)
    

  • debian/weston.install
    ... ... @@ -4,10 +4,10 @@ usr/bin/weston
    4 4
     usr/bin/weston-*
    
    5 5
     usr/include/weston
    
    6 6
     usr/lib/*/pkgconfig/weston.pc
    
    7
    -usr/lib/*/weston-desktop-shell
    
    8
    -usr/lib/*/weston-ivi-shell-user-interface
    
    9
    -usr/lib/*/weston-keyboard
    
    10
    -usr/lib/*/weston-simple-im
    
    7
    +usr/libexec/weston-desktop-shell
    
    8
    +usr/libexec/weston-ivi-shell-user-interface
    
    9
    +usr/libexec/weston-keyboard
    
    10
    +usr/libexec/weston-simple-im
    
    11 11
     usr/lib/*/weston/desktop-shell.so
    
    12 12
     usr/lib/*/weston/fullscreen-shell.so
    
    13 13
     usr/lib/*/weston/hmi-controller.so
    

  • debian/weston.manpages
    1
    -debian/tmp/usr/share/man/man1/weston-debug.1
    
    2
    -debian/tmp/usr/share/man/man1/weston.1
    
    3
    -debian/tmp/usr/share/man/man5/weston.ini.5
    
    4
    -debian/tmp/usr/share/man/man7/weston-bindings.7
    
    5
    -debian/tmp/usr/share/man/man7/weston-drm.7
    
    6
    -debian/tmp/usr/share/man/man7/weston-rdp.7
    1
    +usr/share/man/man1/weston-debug.1
    
    2
    +usr/share/man/man1/weston.1
    
    3
    +usr/share/man/man5/weston.ini.5
    
    4
    +usr/share/man/man7/weston-bindings.7
    
    5
    +usr/share/man/man7/weston-drm.7
    
    6
    +usr/share/man/man7/weston-rdp.7


  • Reply to: