This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-01 23:06:34 +03:00 committed by GitHub
parent af477974fc
commit 935bcc8c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -1 +1 @@
/usr/lib/*/pkgconfig/hyprwayland-scanner.pc usr/lib/*/pkgconfig/hyprwayland-scanner.pc

1
debian/rules vendored
View File

@ -12,6 +12,7 @@ override_dh_auto_configure:
override_dh_install: override_dh_install:
DESTDIR=debian/tmp cmake --install build DESTDIR=debian/tmp cmake --install build
dh_install dh_install
rm -rfv debian/hyprwayland-scanner/usr/lib/*/pkgconfig/hyprwayland-scanner.pc
## === End end of region === ## === End end of region ===
## This here will start the build: ## This here will start the build: