[neon/backports-noble/wayland-protocols-noble/Neon/release] debian: import 1.49-1

Carlos De Maine null at kde.org
Wed Jul 29 11:52:14 BST 2026


Git commit 3b47a4f0a3a854b0e6edbbc8705f4427a8d80499 by Carlos De Maine.
Committed on 29/07/2026 at 10:52.
Pushed by carlosdem into branch 'Neon/release'.

import 1.49-1

D  +0    -3    debian/README.source
M  +9    -0    debian/changelog
M  +2    -3    debian/control
M  +45   -1    debian/copyright
A  +7    -0    debian/lrc.config
M  +3    -0    debian/salsa-ci.yml
M  +1    -1    debian/watch

https://invent.kde.org/neon/backports-noble/wayland-protocols-noble/-/commit/3b47a4f0a3a854b0e6edbbc8705f4427a8d80499

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 64ff381..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,3 +0,0 @@
-# Useful git remotes:
-
-  git remote add upstream https://gitlab.freedesktop.org/wayland/wayland-protocols.git
diff --git a/debian/changelog b/debian/changelog
index 6c82436..7038f88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+wayland-protocols (1.49-1) unstable; urgency=medium
+
+  * New upstream release
+  * Update debian/copyright
+  * debian/control: build depends on libwayland-dev >= 1.25.0
+  * salsa-ci: enable licenserecon
+
+ -- Dylan Aïssi <daissi at debian.org>  Wed, 10 Jun 2026 17:11:20 +0200
+
 wayland-protocols (1.48-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index ad3995a..8bb36d7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,14 @@
 Source: wayland-protocols
 Section: x11
-Priority: optional
 Maintainer: Debian X Strike Force <debian-x at lists.debian.org>
 Uploaders: Héctor Orón Martínez <zumbi at debian.org>,
            Emilio Pozuelo Monfort <pochu at debian.org>,
            Dylan Aïssi <daissi at debian.org>
 Build-Depends: debhelper-compat (= 13),
-               libwayland-dev (>= 1.23.0),
+               libwayland-dev (>= 1.25.0),
                meson (>= 0.58.0),
                pkgconf
-Standards-Version: 4.7.2
+Standards-Version: 4.7.4
 Homepage: https://wayland.freedesktop.org/
 Vcs-Git: https://salsa.debian.org/xorg-team/wayland/wayland-protocols.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/wayland/wayland-protocols
diff --git a/debian/copyright b/debian/copyright
index dc23a82..a61efff 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,9 +21,31 @@ Copyright: © 2008-2013      Kristian Høgsberg
            © 2018           Simon Ser
 License: Expat
 
+Files: experimental/xx-text-input/xx-text-input-v3.xml
+       staging/ext-data-control/ext-data-control-v1.xml
+       staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml
+       staging/ext-workspace/ext-workspace-v1.xml
+       unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
+       unstable/text-input/text-input-unstable-v3.xml
+Copyright: © 2012-2013 Intel Corporation
+           © 2015-2016 Jan Arne Petersen
+           © 2015-2021 Red Hat, Inc.
+           © 2018 Purism SPC
+           © 2025 DorotaC
+           © 2018 Simon Ser
+           © 2019 Ivan Molodetskikh
+           © 2024 Neal Gompa
+           © 2018-2020 Ilia Bozhinov
+           © 2020 Isaac Freund
+           © 2022 wb9688
+           © 2023 i509VCB
+           © 2019 Christopher Billington
+           © 2022 Victoria Brekenfeld
+License: HPND-sell-variant
+
 Files: debian/*
 Copyright: © 2016-2023 Héctor Orón Martínez <zumbi at debian.org>
-           © 2024      Dylan Aïssi <daissi at debian.org>
+           © 2024-2026 Dylan Aïssi <daissi at debian.org>
 License: Expat
 
 License: Expat
@@ -51,3 +73,25 @@ License: Expat
  The above is the version of the MIT "Expat" License used by X.org:
  .
     http://cgit.freedesktop.org/xorg/xserver/tree/COPYING
+
+License: HPND-sell-variant
+ Permission to use, copy, modify, distribute, and sell this
+ software and its documentation for any purpose is hereby granted
+ without fee, provided that the above copyright notice appear in
+ all copies and that both that copyright notice and this permission
+ notice appear in supporting documentation, and that the name of
+ the copyright holders not be used in advertising or publicity
+ pertaining to distribution of the software without specific,
+ written prior permission.  The copyright holders make no
+ representations about the suitability of this software for any
+ purpose.  It is provided "as is" without express or implied
+ warranty.
+ .
+ THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
+ SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
+ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+ THIS SOFTWARE.
diff --git a/debian/lrc.config b/debian/lrc.config
new file mode 100644
index 0000000..60da0f3
--- /dev/null
+++ b/debian/lrc.config
@@ -0,0 +1,7 @@
+# False postive, it's HPND-sell-variant
+experimental/xx-text-input/xx-text-input-v3.xml
+staging/ext-data-control/ext-data-control-v1.xml
+staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml
+staging/ext-workspace/ext-workspace-v1.xml
+unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
+unstable/text-input/text-input-unstable-v3.xml
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 8424db4..7c1e301 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -1,3 +1,6 @@
 ---
 include:
   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+  SALSA_CI_DISABLE_LICENSERECON: 0
diff --git a/debian/watch b/debian/watch
index a1171e4..4f09cb9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
-opts="searchmode=plain" \
+opts="searchmode=plain,pgpsigurlmangle=s/$/.sig/" \
 https://gitlab.freedesktop.org/api/v4/projects/wayland%2Fwayland-protocols/releases \
  https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/?\d[\d.]+/downloads/wayland-protocols- at ANY_VERSION@\.tar\.xz


More information about the Neon-commits mailing list