This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-01 21:39:40 +03:00 committed by GitHub
parent ff74087fda
commit f7f64b1a1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hyprwayland-scanner (0.3.10-100pika2) main; urgency=medium
hyprwayland-scanner (0.3.10-100pika3) main; urgency=medium
* Initial release.

6
debian/control vendored
View File

@ -16,7 +16,7 @@ Depends:
${shlibs:Depends},
${misc:Depends},
libpugixml1v5
Provides: hyprwayland-scanner
Provides: hyprwayland-scanner (= ${binary:Version}),
Description: A Hyprland implementation of wayland-scanner.
Package: libhyprwayland-scanner-dev
@ -24,6 +24,6 @@ Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
hyprwayland-scanner (= ${binary:Version}),
Provides: libhyprwayland-scanner-dev
libhyprwayland-scanner (= ${binary:Version}),
Provides: hyprwayland-scanner-dev (= ${binary:Version}),
Description: Development files for the Hyprland implementation of wayland-scanner.

2
debian/rules vendored
View File

@ -66,7 +66,7 @@ srcdir = $(shell debian/scripts/get_pwd.sh)
## overriding dh_auto_configure to add custom configs:
override_dh_auto_configure:
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -B build
cmake --build build
cmake --build build --config Release
override_dh_install:
DESTDIR=$(pkgdir) cmake --install build