mirror of
https://git.tesses.org/tesses50/crosslang.git
synced 2026-08-01 16:15:32 +00:00
Use new build setup
This commit is contained in:
@@ -36,13 +36,13 @@ version_schema: semver
|
||||
# Version Epoch.
|
||||
# A package with a higher version epoch will always be considered newer.
|
||||
# See: https://www.debian.org/doc/debian-policy/ch-controlfields.html#epochs-should-be-used-sparingly
|
||||
epoch: 1
|
||||
#epoch: 1
|
||||
|
||||
# Version Prerelease.
|
||||
# Default is extracted from `version` if it is semver compatible.
|
||||
# This is appended to the `version`, e.g. `1.2.3+beta1`. If the `version` is
|
||||
# semver compatible, then this replaces the prerelease component of the semver.
|
||||
prerelease: alpha
|
||||
#prerelease: alpha
|
||||
|
||||
# Version Metadata (previously deb.metadata).
|
||||
# Default is extracted from `version` if it is semver compatible.
|
||||
@@ -107,7 +107,7 @@ license: GPLv3
|
||||
# Disables globbing for files, config_files, etc.
|
||||
# disable_globbing: false
|
||||
depends:
|
||||
- tessesframework (>= @CROSSLANG_TF_VERSION@)
|
||||
- tessesframework (= @CROSSLANG_TF_VERSION@-1)
|
||||
|
||||
# Packages it replaces. (overridable)
|
||||
# This will expand any env var you set in the field, e.g. ${REPLACE_BLA}
|
||||
|
||||
Reference in New Issue
Block a user