From 17bb4d8b032f63f2e7ed47f4f61f07ce83c293ea Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Wed, 22 Feb 2023 20:46:22 +0100 Subject: [PATCH] Revert debian compatibility for ubuntu focal support. --- scripts/deps-ppa/static_z3.sh | 6 +++--- scripts/release_ppa.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/deps-ppa/static_z3.sh b/scripts/deps-ppa/static_z3.sh index 35fff526f..fa237ba08 100755 --- a/scripts/deps-ppa/static_z3.sh +++ b/scripts/deps-ppa/static_z3.sh @@ -73,16 +73,16 @@ cp "/tmp/${packagename}_${debversion}.orig.tar.gz" ../ # Create debian package information mkdir debian -echo 13 > debian/compat +echo 9 > debian/compat # TODO: the Z3 packages have different build dependencies cat < debian/control Source: z3-static Section: science Priority: extra Maintainer: Daniel Kirchner -Build-Depends: debhelper (>= 13.0.0), +Build-Depends: debhelper (>= 9.0.0), cmake, - g++ (>= 9.0), + g++ (>= 5.0), git, libgmp-dev, dh-python, diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index cf3e4b335..2acd62cd3 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -156,15 +156,15 @@ cp "/tmp/${packagename}_${debversion}.orig.tar.gz" ../ # Create debian package information mkdir debian -echo 13 > debian/compat +echo 9 > debian/compat cat < debian/control Source: solc Section: science Priority: extra Maintainer: Christian (Buildserver key) -Build-Depends: ${SMTDEPENDENCY}debhelper (>= 13.0.0), +Build-Depends: ${SMTDEPENDENCY}debhelper (>= 9.0.0), cmake, - g++ (>= 9.0), + g++ (>= 5.0), git, libgmp-dev, libboost-all-dev,