mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
project.conf, topdir.mk, projects.py: Replace pkg.required.xxx by pkg.requires.xxx
This opens up a more concise handling of pkg.conflicts.xxx in the future, and prepares some code simplification in projects.py. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b57c5846c4
commit
b35a50944c
3 changed files with 25 additions and 25 deletions
|
|
@ -14,13 +14,13 @@ jw-maintainer = jan
|
|||
[build]
|
||||
libname = none
|
||||
|
||||
[pkg.required.os]
|
||||
[pkg.requires.os]
|
||||
build = cvs, make, inkscape
|
||||
|
||||
[pkg.required.suse]
|
||||
[pkg.requires.suse]
|
||||
release = rpmbuild
|
||||
|
||||
[pkg.required.debian]
|
||||
[pkg.requires.debian]
|
||||
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot
|
||||
|
||||
[pkg.run.post]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue