# 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 ;;
# 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
##