Add architecture-properties backport
authorChristoph Berg <myon@debian.org>
Mon, 15 Jan 2024 12:06:21 +0000 (13:06 +0100)
committerChristoph Berg <myon@debian.org>
Mon, 15 Jan 2024 12:06:21 +0000 (13:06 +0100)
Need DH 13.

jenkins/generate-pgdg-source
jenkins/packages
jenkins/packages.backports
jenkins/packages.betatests
jenkins/pgapt-jobs.yaml

index 75b2def605311daa3ed60e09d8cf981b3c6cdfcb..e283d4153b951253ed79dfd0a30f05ccf4d9f5bb 100755 (executable)
@@ -210,7 +210,7 @@ esac
 
 # adjust debhelper level
 case $PACKAGE in
-  pglast) # debhelper with backport
+  architecture-properties|pglast) # debhelper with backport
     case $distribution in
       jessie) debhelper_compat 10 ;;
       stretch) debhelper_compat 12 ;;
index 659661e368340ccc44efd35f4dcd26a0ed3a23bf..b461b7457c9a670f2099f8ac547b6c12af747f5c 100644 (file)
@@ -1,4 +1,5 @@
 apgdiff
+architecture-properties
 barman
 bgw-replstatus
 bucardo
index e21ed97e85e9ecd0e9a83f57e3e1a6d0ae9c8300..2deaf4cbc791d09345818e7653e78d5a2c87a63c 100644 (file)
@@ -1,3 +1,4 @@
+architecture-properties
 h3-pg
 libh3
 pg-ldap-sync
index 58be7b0332f895c0219a07bac51f91ac9d17c0fd..d342f0c860ed9ff5617888dc8f9817618d38a0f9 100644 (file)
@@ -1,4 +1,5 @@
 apgdiff
+architecture-properties
 barman
 bgw-replstatus
 bucardo
index a104a45253617776a87fd36578615b858c2e06e4..7ce08bd6118e622234256856b0f50da4d6b9fb07 100644 (file)
 
 # backports
 
-#- project: # postgresql-15 breaks dbconfig-common << 2.0.22~
-#        name: dbconfig-common
-#        git-url: https://salsa.debian.org/debian/dbconfig-common.git
-#        dist-filter: '!(distribution in ["sid", "trixie", "bookworm", "lunar"])'
-#        generate-source-args: 'DOT="~" '
-#        jobs:
-#                - git-packages
+- project:
+        name: architecture-properties
+        git-url: https://salsa.debian.org/debian/architecture-properties.git
+        dist-filter: '(distribution in ["bullseye", "buster", "jammy", "focal"])'
+        backports: 'BACKPORTS=yes ' # bullseye: cmake >= 3.20
+        generate-source-args: 'DOT="~" '
+        jobs:
+                - git-packages
 
 ##