Add a warning to notify packagers of dependency updates.

This commit is contained in:
Dave Page 2019-07-29 11:24:54 +01:00
parent 82d209946f
commit 3cb02bcdc3
3 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,14 @@
###############################################################################
#
# IMPORTANT:
#
# If runtime or build time dependencies are changed in this file, the committer
# *must* ensure the DEB and RPM package maintainers are informed as soon as
# possible.
#
###############################################################################
##############################################################################
# NOTE: Any requirements with environment specifiers must be explicitly added
# to pkg/pip/setup_pip.py (in extras_require), otherwise they will be

View File

@ -1,4 +1,9 @@
{
"//": [
"IMPORTANT:",
"If runtime or build time dependencies are changed in this file, the ",
"committer *must* ensure the DEB and RPM package maintainers are informed ",
"as soon as possible."],
"license": "PostgreSQL",
"devDependencies": {
"@babel/core": "~7.3.4",

View File

@ -1,3 +1,13 @@
###############################################################################
#
# IMPORTANT:
#
# If runtime or build time dependencies are changed in this file, the committer
# *must* ensure the DEB and RPM package maintainers are informed as soon as
# possible.
#
###############################################################################
#####################################
# Include all the common dependencies
#####################################