debian 12

This commit is contained in:
usmannasir
2025-09-18 12:30:22 +05:00
parent b0ef10ba9d
commit 3ae4be91af
3 changed files with 21 additions and 8 deletions

View File

@@ -139,7 +139,9 @@ def get_debian_mariadb_packages():
'python-minimal': '', # Not needed in newer versions
'python-gpg': 'python3-gpg',
'python': 'python3',
'dovecot-pigeonhole': 'dovecot-sieve'
'dovecot-pigeonhole': 'dovecot-sieve',
'pdns': 'pdns-server',
'pdns-backend-mysql': 'pdns-backend-mysql'
}
elif debian_version >= 12.0:
# Debian 12 (Bookworm)
@@ -152,7 +154,9 @@ def get_debian_mariadb_packages():
'python-minimal': '',
'python-gpg': 'python3-gpg',
'python': 'python3',
'dovecot-pigeonhole': 'dovecot-sieve'
'dovecot-pigeonhole': 'dovecot-sieve',
'pdns': 'pdns-server',
'pdns-backend-mysql': 'pdns-backend-mysql'
}
else:
# Older Debian versions (11 and below)