common/global-defs: new file to specify (global) required versions to build pkgs.

This will be used from now on (starting from v30) by xbps-src.
This commit is contained in:
Juan RP 2012-10-09 17:16:56 +02:00
parent 60272c9f39
commit 68afab2d2d

23
common/global-defs Normal file
View file

@ -0,0 +1,23 @@
# -*- shell mode -*-
#
# Sets globally the minimal versions required by the xbps source packages.
#
# =========================================================
# DO NOT MODIFY THIS FILE WITHOUT PRIOR WRITTEN PERMISSION!
# =========================================================
#
# Every time a new source package requires a specific feature from a new
# 'xbps-src', 'xbps' or 'base-chroot' package, that version must be
# increased to "reproduce" the build behaviour (somewhat :-).
# xbps-src version.
XBPS_SRC_REQ=30
# XBPS utils version.
XBPS_UTILS_REQ=0.17
# XBPS utils API version.
XBPS_UTILS_API_REQ=20120930
# base-chroot version.
BASE_CHROOT_REQ=0.29