From 5ef44a1c6e2e7e31ca305e925367f4468f5088da Mon Sep 17 00:00:00 2001 From: ferrreo Date: Thu, 10 Aug 2023 19:29:42 +0100 Subject: [PATCH] Update control --- debian/control | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/debian/control b/debian/control index 0bcd8e0..a3aa206 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,29 @@ -Source: upstream-name -Section: admin +Source: wayland-protocols +Section: x11 Priority: optional -Maintainer: name -Standards-Version: 4.6.1 -Build-Depends: debhelper-compat (= 13) +Maintainer: Debian X Strike Force +Uploaders: Héctor Orón Martínez , + Emilio Pozuelo Monfort +Build-Depends: + debhelper-compat (= 13), + meson (>= 0.55.0), + libwayland-dev, + pkg-config +Standards-Version: 4.6.0 Rules-Requires-Root: no +Homepage: http://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 -Package: pkgname1 -Architecture: linux-any -# Delete any of these lines if un-used -Depends: ${misc:Depends}, depends -Recommends: high priority optdepends -Conflicts: conflicts -Suggests: low priority optdepends -Breaks: also conflicts!? -Provides: provides -# -Description: pkgdesc +Package: wayland-protocols +Section: libdevel +Architecture: all +Depends: + ${shlibs:Depends}, + ${misc:Depends} +Multi-Arch: foreign +Description: wayland compositor protocols + Wayland protocols that add functionality not available in the Wayland core + protocol. Such protocols either add completely new functionality, or extend + the functionality of some other protocol either in Wayland core, or some other + protocol in wayland-protocols.