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