Removed external projects
- Added external projects to Files-Excluded - Added a watch file to download latest version from GitHub
This commit is contained in:
parent
49ead6535e
commit
23675c53f7
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue