hyprwayland-scanner/debian/control

30 lines
884 B
Plaintext
Raw Normal View History

2024-07-01 19:44:53 +02:00
Source: hyprwayland-scanner
2023-06-10 21:56:53 +02:00
Section: main
2023-06-10 21:49:37 +02:00
Priority: optional
2023-06-10 21:56:53 +02:00
Maintainer: ferrreo <harderthanfire@gmail.com>
2023-06-10 21:49:37 +02:00
Standards-Version: 4.6.1
2023-06-10 22:11:46 +02:00
Build-Depends: debhelper-compat (= 13),
2023-06-10 22:26:42 +02:00
build-essential,
cmake-extras,
2024-07-01 19:52:18 +02:00
cmake,
2024-07-01 19:54:53 +02:00
libpugixml-dev
2023-06-10 21:49:37 +02:00
Rules-Requires-Root: no
2024-07-01 20:30:08 +02:00
Package: libhyprwayland-scanner
2023-06-10 21:49:37 +02:00
Architecture: linux-any
2023-06-10 22:18:06 +02:00
Depends:
${shlibs:Depends},
${misc:Depends},
2024-07-01 19:44:53 +02:00
libpugixml1v5
2024-07-01 20:39:40 +02:00
Provides: hyprwayland-scanner (= ${binary:Version}),
2024-07-01 19:44:53 +02:00
Description: A Hyprland implementation of wayland-scanner.
2023-10-07 12:46:35 +02:00
2024-07-01 20:30:08 +02:00
Package: libhyprwayland-scanner-dev
2023-10-07 12:46:35 +02:00
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
2024-07-01 20:39:40 +02:00
libhyprwayland-scanner (= ${binary:Version}),
Provides: hyprwayland-scanner-dev (= ${binary:Version}),
2024-07-01 19:44:53 +02:00
Description: Development files for the Hyprland implementation of wayland-scanner.