stretch) debhelper_compat 12 ;;
buster) debhelper_compat 13 ;;
bullseye) debhelper_compat 13 ;;
+ bookworm) debhelper_compat 13 ;;
xenial) debhelper_compat 10 ;;
bionic) debhelper_compat 12 ;;
eoan|focal) debhelper_compat 12 ;;
jessie|stretch) debhelper_compat 10 ;;
buster) debhelper_compat 12 ;;
bullseye) debhelper_compat 13 ;;
+ bookworm) debhelper_compat 13 ;;
xenial) debhelper_compat 9 ;;
bionic) debhelper_compat 11 ;;
eoan|focal) debhelper_compat 12 ;;
name: distribution
values: &dist_list
- sid
+ - bookworm
- bullseye
- buster
- stretch
name: distribution
values:
- sid
+ - bookworm
- bullseye
- buster
- stretch
PG_BETA_VERSION=14
PG_DEVEL_VERSION=15
# supported dists: actively updated
-PG_SUPPORTED_DISTS="sid bullseye buster stretch
+PG_SUPPORTED_DISTS="sid bookworm bullseye buster stretch
impish hirsute focal bionic"
# repository dists: kept in repository config
-PG_REPOSITORY_DISTS="sid bullseye buster stretch
+PG_REPOSITORY_DISTS="sid bookworm bullseye buster stretch
impish hirsute groovy focal bionic xenial"
set_dist_vars () { # args: $1 = distribution [$2 = architecture]
case $1 in
# Debian
sid) PGDG_DISTRIBUTION="pgdg" DISTRO="debian" RELEASE="unstable" ARCHS="amd64 arm64 i386 ppc64el" COMPONENTS="main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15" ;;
- bookworm) PGDG_DISTRIBUTION="pgdg120" DISTRO="debian" RELEASE="12" ;;
+ bookworm) PGDG_DISTRIBUTION="pgdg120" DISTRO="debian" RELEASE="12" ARCHS="amd64 arm64 ppc64el" COMPONENTS="main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15" ;;
bullseye) PGDG_DISTRIBUTION="pgdg110" DISTRO="debian" RELEASE="11" ARCHS="amd64 arm64 ppc64el" COMPONENTS="main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15" ;;
buster) PGDG_DISTRIBUTION="pgdg100" DISTRO="debian" RELEASE="10" HAS_BACKPORTS=1 ARCHS="amd64 arm64 i386 ppc64el" COMPONENTS="main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15" ;;
stretch) PGDG_DISTRIBUTION="pgdg90" DISTRO="debian" RELEASE="9" HAS_BACKPORTS=1 ARCHS="amd64 i386 ppc64el" COMPONENTS="main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14" ;;
security_src="$security"
case $1 in
sid) ;; # no security support
- bullseye) dist_security="$1-security" ;;
+ bookworm|bullseye) dist_security="$1-security" ;;
buster) dist_security="$1/updates" ;;
stretch) # 2021-03: stretch security gone for ppc64el
case ${2:-undef} in
NotAutomatic: yes
ButAutomaticUpgrades: yes
+Codename: bookworm-pgdg
+Suite: bookworm-pgdg
+Origin: apt.postgresql.org
+Label: PostgreSQL for Debian/Ubuntu repository
+Architectures: source amd64 arm64 ppc64el
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15
+SignWith: ACCC4CF8
+Log: bookworm-pgdg.log
+Uploaders: uploaders
+DebIndices: Packages Release . .gz .bz2
+UDebIndices: Packages . .gz .bz2
+DscIndices: Sources Release .gz .bz2
+Tracking: minimal includebuildinfos keepsources
+Contents: percomponent nocompatsymlink
+
+Codename: bookworm-pgdg-testing
+Suite: bookworm-pgdg-testing
+Origin: apt.postgresql.org
+Label: PostgreSQL for Debian/Ubuntu repository
+Architectures: source amd64 arm64 ppc64el
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15
+SignWith: ACCC4CF8
+Log: bookworm-pgdg-testing.log
+Uploaders: uploaders
+DebIndices: Packages Release . .gz .bz2
+UDebIndices: Packages . .gz .bz2
+DscIndices: Sources Release .gz .bz2
+Tracking: minimal includebuildinfos keepsources
+Contents: percomponent nocompatsymlink
+NotAutomatic: yes
+ButAutomaticUpgrades: yes
+
Codename: bullseye-pgdg
Suite: bullseye-pgdg
Origin: apt.postgresql.org
Cleanup: unused_files
Allow:
sid-pgdg>sid-pgdg-testing
+ bookworm-pgdg>bookworm-pgdg-testing
bullseye-pgdg>bullseye-pgdg-testing
buster-pgdg>buster-pgdg-testing
stretch-pgdg>stretch-pgdg-testing