chore(project): configure project
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-09-23 13:12:18 +02:00
parent 166ff66a40
commit 238c85561b
6 changed files with 40 additions and 20 deletions

View file

@ -1,12 +1,13 @@
Package: mypackage-main
Package: neovim-main
Version: 0.0.1~git%date%.%hash%-1
Section: base
Priority: optional
Architecture: amd64
Maintainer: pips <pips@e5150.fr>
Homepage: https://example.com
Suggests: suggeted-packages
Depends: depends (>= X.Y.Z), packages (>= X.Y)
Conflicts: package-from-official-repo
Description: Description of mypackage
Auto packaging of mypackage following main dev branch
Homepage: https://forge.e5150.fr/ext/neovim
Depends: libc6 (>= 2.38), libluajit-5.1-2 (>= 2.0.4+dfsg) | libluajit2-5.1-2 (>= 2.1~)
Breaks: neovim-runtime (<< 0.8.0~~)
Replaces: neovim-runtime (<< 0.8.0~~)
Provides: editor, vim
Description: neovim build from main
Auto packaging of neovim following main dev branch