[neon/backports-focal/wayland-utils/Neon/unstable] debian: meson build dep
Jonathan Riddell
null at kde.org
Wed Aug 25 14:20:08 BST 2021
Git commit 86da42451113e6288a118a1abefc031a56672ddd by Jonathan Riddell.
Committed on 25/08/2021 at 13:20.
Pushed by jriddell into branch 'Neon/unstable'.
meson build dep
M +7 -5 debian/control
M +3 -3 debian/copyright
https://invent.kde.org/neon/backports-focal/wayland-utils/commit/86da42451113e6288a118a1abefc031a56672ddd
diff --git a/debian/control b/debian/control
index 91fee60..c906dcf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,18 @@ Source: wayland-utils
Section: libs
Priority: optional
Maintainer: Jonathan Riddell <jr at jriddell.org>
-Build-Depends:
- cmake,
- debhelper-compat (= 13),
- pkg-config, libwayland-dev, wayland-protocols
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ libwayland-dev,
+ meson,
+ pkg-config,
+ wayland-protocols
Standards-Version: 4.5.1
Package: wayland-utils
Section: utils
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: wayland-utils package
wayland-info is a utility for displaying information about the
Wayland protocols supported by a Wayland compositor.
diff --git a/debian/copyright b/debian/copyright
index b1f8bce..c9fa403 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -143,14 +143,14 @@ License: BSD-3-Clause
are met:
.
1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
+ notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
- with the distribution.
+ with the distribution.
3. The name of the author may not be used to endorse or promote
products derived from this software without specific prior
- written permission.
+ written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
More information about the Neon-commits
mailing list