This commit is contained in:
parent
581c6205da
commit
95a076da6c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
hyprwayland-scanner (0.3.9-100pika1) main; urgency=medium
|
||||
hyprwayland-scanner (0.3.10-100pika1) main; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -66,13 +66,8 @@ 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
|
||||
|
||||
override_dh_build:
|
||||
cmake --build build
|
||||
|
||||
## overriding dh_install to install files to a package:
|
||||
override_dh_auto_install:
|
||||
|
||||
override_dh_install:
|
||||
DESTDIR=$(pkgdir) cmake --install build
|
||||
## === End end of region ===
|
||||
|
Loading…
Reference in New Issue
Block a user