projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5344e70
)
postgresql: Remove tzdata-legacy from build and test dependencies.
author
Christoph Berg
<myon@debian.org>
Mon, 12 Feb 2024 09:46:50 +0000
(10:46 +0100)
committer
Christoph Berg
<myon@debian.org>
Mon, 12 Feb 2024 09:46:50 +0000
(10:46 +0100)
jenkins/generate-pgdg-source
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/generate-pgdg-source
b/jenkins/generate-pgdg-source
index bcffd9040b5ae36de2197a55cb7fe4a527cf786c..3567e294f49b24e58269c3f8bcb569d9fee0b6e1 100755
(executable)
--- a/
jenkins/generate-pgdg-source
+++ b/
jenkins/generate-pgdg-source
@@
-200,9
+200,10
@@
case $PACKAGE in
esac
case $PACKAGE in
postgresql-8.?|postgresql-9.?|postgresql-[1-7]?)
- case $distribution in jammy|focal)
+ case $distribution in bookworm|bullseye|buster|jammy|focal)
+ sed -i -e '/tzdata-legacy/d' debian/control
sed -i -e 's/tzdata.*/tzdata,/' debian/tests/control
- TWEAK+=("
Test-depend on tzdata
.")
+ TWEAK+=("
Remove tzdata-legacy from build and test dependencies
.")
;;
esac
;;