Merge branch 'debian/latest' into 'master'

Small fixes

See merge request NyxTrail/hyprutils!2
This commit is contained in:
Alan M Varghese 2025-03-08 12:05:06 +00:00
commit 835eb89d6f
5 changed files with 15 additions and 24 deletions

4
debian/copyright vendored
View File

@ -6,13 +6,13 @@ Upstream-Contact: vaxerski <vaxry@vaxry.net>
Files:
*
Copyright:
2024, Hypr Development
2024-2025 Hypr Development
License: BSD-3-Clause
Files:
debian/*
Copyright:
2024 Alan M Varghese (NyxTrail) <alan@digistorm.in>
2024-2025 Alan M Varghese (NyxTrail) <alan@digistorm.in>
License: BSD-3-Clause
License: BSD-3-Clause

4
debian/gbp.conf vendored Normal file
View File

@ -0,0 +1,4 @@
[DEFAULT]
debian-branch = debian/latest
upstream-branch = upstream/latest
pristine-tar = True

22
debian/rules vendored
View File

@ -1,26 +1,10 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
#export DH_VERBOSE = 1
# See FEATURE AREAS in dpkg-buildflags(1).
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# See ENVIRONMENT in dpkg-buildflags(1).
# Package maintainers to append CFLAGS.
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# Package maintainers to append LDFLAGS.
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
ifeq ($(DEB_HOST_ARCH),i386)
export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store
endif
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE:STRING=Release
-DCMAKE_INSTALL_PREFIX:PATH=/usr
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)

3
debian/salsa-ci.yml vendored Normal file
View File

@ -0,0 +1,3 @@
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

6
debian/watch vendored
View File

@ -1,4 +1,4 @@
version=4
opts="searchmode=html" \
https://github.com/hyprwm/hyprutils/tags \
https://github.com/hyprwm/hyprutils/archive/refs/tags/v(\d+)\.(\d+)\.(\d+)?\.?tar\.gz
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \
https://github.com/hyprwm/hyprutils/tags \
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz