From f7f64b1a1c45ce05ebda33689829ca87c97a4280 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:39:40 +0300 Subject: [PATCH] --- debian/changelog | 2 +- debian/control | 6 +++--- debian/rules | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index bebc7cf..0a6e6a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hyprwayland-scanner (0.3.10-100pika2) main; urgency=medium +hyprwayland-scanner (0.3.10-100pika3) main; urgency=medium * Initial release. diff --git a/debian/control b/debian/control index 4d454d5..953b94a 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/rules b/debian/rules index feb2a6c..099a0e2 100755 --- a/debian/rules +++ b/debian/rules @@ -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