Bullseye has backports
authorChristoph Berg <myon@debian.org>
Sat, 4 Nov 2023 15:36:54 +0000 (16:36 +0100)
committerChristoph Berg <myon@debian.org>
Sat, 4 Nov 2023 15:36:54 +0000 (16:36 +0100)
pgapt.conf

index c1e5cb468fa53c9f03a586881bae4fb12b212e57..4eb48ac58966dc36af41dde6630151ffba64b0ed 100644 (file)
@@ -23,7 +23,7 @@ set_dist_vars () { # args: $1 = distribution [$2 = architecture]
     sid)      PGDG_TAG=""      DISTRO="debian" RELEASE="unstable"              ARCHS="amd64 arm64 i386 ppc64el s390x" ;;
     trixie)   PGDG_TAG="130"   DISTRO="debian" RELEASE="13"                    ARCHS="amd64 arm64      ppc64el s390x" ;;
     bookworm) PGDG_TAG="120"   DISTRO="debian" RELEASE="12"                    ARCHS="amd64 arm64      ppc64el s390x" ;;
-    bullseye) PGDG_TAG="110"   DISTRO="debian" RELEASE="11"                    ARCHS="amd64 arm64      ppc64el s390x" ;;
+    bullseye) PGDG_TAG="110"   DISTRO="debian" RELEASE="11"    HAS_BACKPORTS=1 ARCHS="amd64 arm64      ppc64el s390x" ;;
     buster)   PGDG_TAG="100"   DISTRO="debian" RELEASE="10"    HAS_BACKPORTS=1 ARCHS="amd64 arm64 i386 ppc64el s390x" ;;
     stretch)  PGDG_TAG="90"    DISTRO="debian" RELEASE="9"     HAS_BACKPORTS=1 ARCHS="amd64       i386 ppc64el"       ;;
     jessie)   PGDG_TAG="80"    DISTRO="debian" RELEASE="8"                     ARCHS="amd64       i386 ppc64el"       COMPONENTS="main         8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12" ;;