diff --git a/debian/changelog b/debian/changelog index 76eebae..36f95ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hyprland (0.34.0-1) UNRELEASED; urgency=low +hyprland (0.34.0+ds-1) UNRELEASED; urgency=low * Initial release. Closes: #1040971 * Modified Makefile to support DESTDIR variable so that we can "install" diff --git a/debian/copyright b/debian/copyright index ede8848..5530621 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,8 +2,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Hyprland Upstream-Contact: https://github.com/hyprwm/Hyprland/issues Source: https://github.com/hyprwm/Hyprland -# -# Please double check copyright with the licensecheck(1) command. +Files-Excluded: subprojects/udis86 + subprojects/tracy + subprojects/hyprland-protocols Files: CMakeLists.txt CODE_OF_CONDUCT.md diff --git a/debian/watch b/debian/watch index 76575dc..bffa14c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,6 @@ -# You must remove unused comment lines for the released package. -version=3 +version=4 +opts="searchmode=plain, \ + dversionmangle=s/\+ds//, \ + oversionmangle=s/$/+ds/" \ + https://api.github.com/repos/hyprwm/Hyprland/releases \ + https://github.com/hyprwm/Hyprland/releases/download/v\d+\.\d+\.\d+/source-v(\d+\.\d+\.\d+)\.tar\.gz