projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc54137
)
rdkit: Disable inchi support on oracular and noble
author
Christoph Berg
<myon@debian.org>
Tue, 24 Sep 2024 16:55:12 +0000
(18:55 +0200)
committer
Christoph Berg
<myon@debian.org>
Tue, 24 Sep 2024 16:55:12 +0000
(18:55 +0200)
jenkins/generate-pgdg-source
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/generate-pgdg-source
b/jenkins/generate-pgdg-source
index 87cfd289f2d78876de1cd1541594273cb2a194e1..6252abe0ee1de75789c79e9b3cbfc37429581b35 100755
(executable)
--- a/
jenkins/generate-pgdg-source
+++ b/
jenkins/generate-pgdg-source
@@
-252,6
+252,15
@@
case $PACKAGE in
esac
;;
+ rdkit)
+ case ${distribution:-} in
+ oracular|noble)
+ sed -i -e '/libinchi-dev\|INCHI_SUPPORT/d' debian/control* debian/rules
+ TWEAK+=("Disable inchi support.")
+ ;;
+ esac
+ ;;
+
repmgr)
# Add libedit-dev to support building with postgres < 13
sed -i -e 's/libreadline-dev,/libreadline-dev,\n libedit-dev,/' debian/control*