Merge branch 'debian/latest' into 'master'
Small fixes See merge request NyxTrail/hyprutils!2
This commit is contained in:
commit
835eb89d6f
|
|
@ -6,13 +6,13 @@ Upstream-Contact: vaxerski <vaxry@vaxry.net>
|
||||||
Files:
|
Files:
|
||||||
*
|
*
|
||||||
Copyright:
|
Copyright:
|
||||||
2024, Hypr Development
|
2024-2025 Hypr Development
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
debian/*
|
debian/*
|
||||||
Copyright:
|
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
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
[DEFAULT]
|
||||||
|
debian-branch = debian/latest
|
||||||
|
upstream-branch = upstream/latest
|
||||||
|
pristine-tar = True
|
||||||
|
|
@ -1,26 +1,10 @@
|
||||||
#!/usr/bin/make -f
|
#!/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
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
# See ENVIRONMENT in dpkg-buildflags(1).
|
ifeq ($(DEB_HOST_ARCH),i386)
|
||||||
# Package maintainers to append CFLAGS.
|
export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store
|
||||||
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
endif
|
||||||
# Package maintainers to append LDFLAGS.
|
|
||||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
||||||
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
|
||||||
override_dh_auto_configure:
|
|
||||||
dh_auto_configure -- \
|
|
||||||
-DCMAKE_BUILD_TYPE:STRING=Release
|
|
||||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr
|
|
||||||
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
include:
|
||||||
|
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
version=4
|
version=4
|
||||||
opts="searchmode=html" \
|
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \
|
||||||
https://github.com/hyprwm/hyprutils/tags \
|
https://github.com/hyprwm/hyprutils/tags \
|
||||||
https://github.com/hyprwm/hyprutils/archive/refs/tags/v(\d+)\.(\d+)\.(\d+)?\.?tar\.gz
|
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue