|
@@ -3,17 +3,20 @@
|
|
|
"debian:10": "ant",
|
|
|
"ubuntu:focal": "ant",
|
|
|
"ubuntu:focal::arch64": "ant",
|
|
|
+ "ubuntu:noble": "ant",
|
|
|
"centos:7": "ant",
|
|
|
"centos:8": "ant"
|
|
|
},
|
|
|
"apt-utils": {
|
|
|
"debian:10": "apt-utils",
|
|
|
"ubuntu:focal": "apt-utils",
|
|
|
+ "ubuntu:noble": "apt-utils",
|
|
|
"ubuntu:focal::arch64": "apt-utils"
|
|
|
},
|
|
|
"automake": {
|
|
|
"debian:10": "automake",
|
|
|
"ubuntu:focal": "automake",
|
|
|
+ "ubuntu:noble": "automake",
|
|
|
"ubuntu:focal::arch64": "automake",
|
|
|
"centos:7": "automake",
|
|
|
"centos:8": "automake"
|
|
@@ -24,11 +27,13 @@
|
|
|
"bats": {
|
|
|
"debian:10": "bats",
|
|
|
"ubuntu:focal": "bats",
|
|
|
+ "ubuntu:noble": "bats",
|
|
|
"ubuntu:focal::arch64": "bats"
|
|
|
},
|
|
|
"build-essential": {
|
|
|
"debian:10": "build-essential",
|
|
|
"ubuntu:focal": "build-essential",
|
|
|
+ "ubuntu:noble": "build-essential",
|
|
|
"ubuntu:focal::arch64": "build-essential",
|
|
|
"centos:7": "build-essential"
|
|
|
},
|
|
@@ -41,6 +46,10 @@
|
|
|
"bzip2",
|
|
|
"libbz2-dev"
|
|
|
],
|
|
|
+ "ubuntu:noble": [
|
|
|
+ "bzip2",
|
|
|
+ "libbz2-dev"
|
|
|
+ ],
|
|
|
"ubuntu:focal::arch64": [
|
|
|
"bzip2",
|
|
|
"libbz2-dev"
|
|
@@ -57,12 +66,14 @@
|
|
|
"clang": {
|
|
|
"debian:10": "clang",
|
|
|
"ubuntu:focal": "clang",
|
|
|
+ "ubuntu:noble": "clang",
|
|
|
"ubuntu:focal::arch64": "clang",
|
|
|
"centos:7": "clang",
|
|
|
"centos:8": "clang"
|
|
|
},
|
|
|
"cmake": {
|
|
|
"ubuntu:focal": "cmake",
|
|
|
+ "ubuntu:noble": "cmake",
|
|
|
"ubuntu:focal::arch64": "cmake"
|
|
|
},
|
|
|
"curl": {
|
|
@@ -74,6 +85,10 @@
|
|
|
"curl",
|
|
|
"libcurl4-openssl-dev"
|
|
|
],
|
|
|
+ "ubuntu:noble": [
|
|
|
+ "curl",
|
|
|
+ "libcurl4-openssl-dev"
|
|
|
+ ],
|
|
|
"ubuntu:focal::arch64": [
|
|
|
"curl",
|
|
|
"libcurl4-openssl-dev"
|
|
@@ -90,6 +105,7 @@
|
|
|
"doxygen": {
|
|
|
"debian:10": "doxygen",
|
|
|
"ubuntu:focal": "doxygen",
|
|
|
+ "ubuntu:noble": "doxygen",
|
|
|
"ubuntu:focal::arch64": "doxygen",
|
|
|
"centos:7": "doxygen"
|
|
|
},
|
|
@@ -105,6 +121,10 @@
|
|
|
"fuse",
|
|
|
"libfuse-dev"
|
|
|
],
|
|
|
+ "ubuntu:noble": [
|
|
|
+ "fuse",
|
|
|
+ "libfuse-dev"
|
|
|
+ ],
|
|
|
"ubuntu:focal::arch64": [
|
|
|
"fuse",
|
|
|
"libfuse-dev"
|
|
@@ -131,6 +151,10 @@
|
|
|
"gcc",
|
|
|
"g++"
|
|
|
],
|
|
|
+ "ubuntu:noble": [
|
|
|
+ "gcc",
|
|
|
+ "g++"
|
|
|
+ ],
|
|
|
"ubuntu:focal::arch64": [
|
|
|
"gcc",
|
|
|
"g++"
|
|
@@ -146,27 +170,32 @@
|
|
|
"git": {
|
|
|
"debian:10": "git",
|
|
|
"ubuntu:focal": "git",
|
|
|
+ "ubuntu:noble": "git",
|
|
|
"ubuntu:focal::arch64": "git",
|
|
|
"centos:8": "git"
|
|
|
},
|
|
|
"gnupg-agent": {
|
|
|
"debian:10": "gnupg-agent",
|
|
|
"ubuntu:focal": "gnupg-agent",
|
|
|
+ "ubuntu:noble": "gnupg-agent",
|
|
|
"ubuntu:focal::arch64": "gnupg-agent"
|
|
|
},
|
|
|
"hugo": {
|
|
|
"debian:10": "hugo",
|
|
|
"ubuntu:focal": "hugo",
|
|
|
+ "ubuntu:noble": "hugo",
|
|
|
"ubuntu:focal::arch64": "hugo"
|
|
|
},
|
|
|
"libbcprov-java": {
|
|
|
"debian:10": "libbcprov-java",
|
|
|
"ubuntu:focal": "libbcprov-java",
|
|
|
+ "ubuntu:noble": "libbcprov-java",
|
|
|
"ubuntu:focal::arch64": "libbcprov-java"
|
|
|
},
|
|
|
"libtool": {
|
|
|
"debian:10": "libtool",
|
|
|
"ubuntu:focal": "libtool",
|
|
|
+ "ubuntu:noble": "libtool",
|
|
|
"ubuntu:focal::arch64": "libtool",
|
|
|
"centos:7": "libtool",
|
|
|
"centos:8": "libtool"
|
|
@@ -174,6 +203,7 @@
|
|
|
"openssl": {
|
|
|
"debian:10": "libssl-dev",
|
|
|
"ubuntu:focal": "libssl-dev",
|
|
|
+ "ubuntu:noble": "libssl-dev",
|
|
|
"ubuntu:focal::arch64": "libssl-dev",
|
|
|
"centos:7": "openssl-devel",
|
|
|
"centos:8": "openssl-devel"
|
|
@@ -193,6 +223,10 @@
|
|
|
"libprotobuf-dev",
|
|
|
"libprotoc-dev"
|
|
|
],
|
|
|
+ "ubuntu:noble": [
|
|
|
+ "libprotobuf-dev",
|
|
|
+ "libprotoc-dev"
|
|
|
+ ],
|
|
|
"ubuntu:focal::arch64": [
|
|
|
"libprotobuf-dev",
|
|
|
"libprotoc-dev"
|
|
@@ -201,6 +235,7 @@
|
|
|
"sasl": {
|
|
|
"debian:10": "libsasl2-dev",
|
|
|
"ubuntu:focal": "libsasl2-dev",
|
|
|
+ "ubuntu:noble": "libsasl2-dev",
|
|
|
"ubuntu:focal::arch64": "libsasl2-dev",
|
|
|
"centos:7": "cyrus-sasl-devel",
|
|
|
"centos:8": "cyrus-sasl-devel"
|
|
@@ -208,6 +243,7 @@
|
|
|
"snappy": {
|
|
|
"debian:10": "libsnappy-dev",
|
|
|
"ubuntu:focal": "libsnappy-dev",
|
|
|
+ "ubuntu:noble": "libsnappy-dev",
|
|
|
"ubuntu:focal::arch64": "libsnappy-dev",
|
|
|
"centos:7": "snappy-devel"
|
|
|
},
|
|
@@ -220,6 +256,10 @@
|
|
|
"libzstd-dev",
|
|
|
"zlib1g-dev"
|
|
|
],
|
|
|
+ "ubuntu:noble": [
|
|
|
+ "libzstd-dev",
|
|
|
+ "zlib1g-dev"
|
|
|
+ ],
|
|
|
"ubuntu:focal::arch64": [
|
|
|
"libzstd-dev",
|
|
|
"zlib1g-dev"
|
|
@@ -236,11 +276,13 @@
|
|
|
"locales": {
|
|
|
"debian:10": "locales",
|
|
|
"ubuntu:focal": "locales",
|
|
|
+ "ubuntu:noble": "locales",
|
|
|
"ubuntu:focal::arch64": "locales"
|
|
|
},
|
|
|
"libtirpc-devel": {
|
|
|
"centos:7": "libtirpc-devel",
|
|
|
- "centos:8": "libtirpc-devel"
|
|
|
+ "centos:8": "libtirpc-devel",
|
|
|
+ "ubuntu:noble": "libtirpc-dev"
|
|
|
},
|
|
|
"libpmem": {
|
|
|
"centos:7": "libpmem-devel"
|
|
@@ -248,6 +290,7 @@
|
|
|
"make": {
|
|
|
"debian:10": "make",
|
|
|
"ubuntu:focal": "make",
|
|
|
+ "ubuntu:noble": "make",
|
|
|
"ubuntu:focal::arch64": "make",
|
|
|
"centos:7": "make",
|
|
|
"centos:8": "make"
|
|
@@ -255,6 +298,7 @@
|
|
|
"maven": {
|
|
|
"debian:10": "maven",
|
|
|
"ubuntu:focal": "maven",
|
|
|
+ "ubuntu:noble": "maven",
|
|
|
"ubuntu:focal::arch64": "maven"
|
|
|
},
|
|
|
"java": {
|
|
@@ -265,6 +309,11 @@
|
|
|
"openjdk-11-jdk",
|
|
|
"openjdk-17-jdk"
|
|
|
],
|
|
|
+ "ubuntu:noble": [
|
|
|
+ "temurin-24-jdk",
|
|
|
+ "openjdk-11-jdk",
|
|
|
+ "openjdk-17-jdk"
|
|
|
+ ],
|
|
|
"ubuntu:focal::arch64": [
|
|
|
"temurin-24-jdk",
|
|
|
"openjdk-8-jdk",
|
|
@@ -275,6 +324,7 @@
|
|
|
"pinentry-curses": {
|
|
|
"debian:10": "pinentry-curses",
|
|
|
"ubuntu:focal": "pinentry-curses",
|
|
|
+ "ubuntu:noble": "pinentry-curses",
|
|
|
"ubuntu:focal::arch64": "pinentry-curses",
|
|
|
"centos:7": "pinentry-curses",
|
|
|
"centos:8": "pinentry-curses"
|
|
@@ -282,6 +332,7 @@
|
|
|
"pkg-config": {
|
|
|
"debian:10": "pkg-config",
|
|
|
"ubuntu:focal": "pkg-config",
|
|
|
+ "ubuntu:noble": "pkg-config",
|
|
|
"ubuntu:focal::arch64": "pkg-config",
|
|
|
"centos:8": "pkg-config"
|
|
|
},
|
|
@@ -300,6 +351,13 @@
|
|
|
"python3-setuptools",
|
|
|
"python3-wheel"
|
|
|
],
|
|
|
+ "ubuntu:noble": [
|
|
|
+ "python3",
|
|
|
+ "python3-pip",
|
|
|
+ "python3-pkg-resources",
|
|
|
+ "python3-setuptools",
|
|
|
+ "python3-wheel"
|
|
|
+ ],
|
|
|
"ubuntu:focal::arch64": [
|
|
|
"python2.7",
|
|
|
"python3",
|
|
@@ -324,6 +382,7 @@
|
|
|
"rsync": {
|
|
|
"debian:10": "rsync",
|
|
|
"ubuntu:focal": "rsync",
|
|
|
+ "ubuntu:noble": "rsync",
|
|
|
"ubuntu:focal::arch64": "rsync",
|
|
|
"centos:7": "rsync",
|
|
|
"centos:8": "rsync"
|
|
@@ -331,6 +390,7 @@
|
|
|
"shellcheck": {
|
|
|
"debian:10": "shellcheck",
|
|
|
"ubuntu:focal": "shellcheck",
|
|
|
+ "ubuntu:noble": "shellcheck",
|
|
|
"ubuntu:focal::arch64": "shellcheck"
|
|
|
},
|
|
|
"shasum": {
|
|
@@ -340,11 +400,13 @@
|
|
|
"software-properties-common": {
|
|
|
"debian:10": "software-properties-common",
|
|
|
"ubuntu:focal": "software-properties-common",
|
|
|
+ "ubuntu:noble": "software-properties-common",
|
|
|
"ubuntu:focal::arch64": "software-properties-common"
|
|
|
},
|
|
|
"sudo": {
|
|
|
"debian:10": "sudo",
|
|
|
"ubuntu:focal": "sudo",
|
|
|
+ "ubuntu:noble": "sudo",
|
|
|
"ubuntu:focal::arch64": "sudo",
|
|
|
"centos:7": "sudo",
|
|
|
"centos:8": "sudo"
|
|
@@ -352,6 +414,7 @@
|
|
|
"valgrind": {
|
|
|
"debian:10": "valgrind",
|
|
|
"ubuntu:focal": "valgrind",
|
|
|
+ "ubuntu:noble": "valgrind",
|
|
|
"ubuntu:focal::arch64": "valgrind",
|
|
|
"centos:7": "valgrind",
|
|
|
"centos:8": "valgrind"
|
|
@@ -359,6 +422,7 @@
|
|
|
"yasm": {
|
|
|
"debian:10": "yasm",
|
|
|
"ubuntu:focal": "yasm",
|
|
|
+ "ubuntu:noble": "yasm",
|
|
|
"ubuntu:focal::arch64": "yasm"
|
|
|
}
|
|
|
}
|