This commit is contained in:
parent
ff74087fda
commit
f7f64b1a1c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
hyprwayland-scanner (0.3.10-100pika2) main; urgency=medium
|
hyprwayland-scanner (0.3.10-100pika3) main; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -16,7 +16,7 @@ Depends:
|
|||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
libpugixml1v5
|
libpugixml1v5
|
||||||
Provides: hyprwayland-scanner
|
Provides: hyprwayland-scanner (= ${binary:Version}),
|
||||||
Description: A Hyprland implementation of wayland-scanner.
|
Description: A Hyprland implementation of wayland-scanner.
|
||||||
|
|
||||||
Package: libhyprwayland-scanner-dev
|
Package: libhyprwayland-scanner-dev
|
||||||
@ -24,6 +24,6 @@ Architecture: linux-any
|
|||||||
Depends:
|
Depends:
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
hyprwayland-scanner (= ${binary:Version}),
|
libhyprwayland-scanner (= ${binary:Version}),
|
||||||
Provides: libhyprwayland-scanner-dev
|
Provides: hyprwayland-scanner-dev (= ${binary:Version}),
|
||||||
Description: Development files for the Hyprland implementation of wayland-scanner.
|
Description: Development files for the Hyprland implementation of wayland-scanner.
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -66,7 +66,7 @@ srcdir = $(shell debian/scripts/get_pwd.sh)
|
|||||||
## overriding dh_auto_configure to add custom configs:
|
## overriding dh_auto_configure to add custom configs:
|
||||||
override_dh_auto_configure:
|
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 -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:
|
override_dh_install:
|
||||||
DESTDIR=$(pkgdir) cmake --install build
|
DESTDIR=$(pkgdir) cmake --install build
|
||||||
|
Loading…
Reference in New Issue
Block a user