projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
756f61e
)
Build 9.[1-6] on noble without python
author
Christoph Berg
<myon@debian.org>
Fri, 26 Apr 2024 15:51:57 +0000
(17:51 +0200)
committer
Christoph Berg
<myon@debian.org>
Fri, 26 Apr 2024 15:51:57 +0000
(17:51 +0200)
jenkins/sbuild-package
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/sbuild-package
b/jenkins/sbuild-package
index 5c909004301ba2c50879cbef30753c4ed5c45d73..4ef3a35cc187286eae6a55fa50908d45c335596a 100755
(executable)
--- a/
jenkins/sbuild-package
+++ b/
jenkins/sbuild-package
@@
-83,6
+83,15
@@
case $PACKAGE in
stretch|buster|bionic) DEB_BUILD_PROFILES="$DEB_BUILD_PROFILES pkg.postgresql.nozstd" ;;
esac
;;
+esac
+
+case $PACKAGE in
+ postgresql-9.[1-6])
+ case $distribution in
+ # Python 3.12 removed distutils
+ noble) DEB_BUILD_PROFILES="$DEB_BUILD_PROFILES nopython" ;;
+ esac
+ ;;
vip-manager)
case $distribution in