From 56bd48419b51ca2b83853d972432f0bd6671480a Mon Sep 17 00:00:00 2001 From: ebelcrom Date: Tue, 3 Jun 2025 23:48:53 +0200 Subject: [PATCH] i386 build removed --- deb/make_deb.sh | 11 +---------- deb/shgen-0.1/debian/control | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/deb/make_deb.sh b/deb/make_deb.sh index 89039b1..ae9c84e 100755 --- a/deb/make_deb.sh +++ b/deb/make_deb.sh @@ -14,17 +14,8 @@ pushd $SRC_DIR # package source dpkg-buildpackage -S -us -uc # install needed packages for build up a ncurses/cdk application -sudo apt-get -y install libcdk5 libcdk5-dev +sudo apt-get -y install libcdk5nc6 libcdk5-dev # package binary of current architecture dpkg-buildpackage -us -uc -# build for i386 on a amd64 machine -if [ "$(uname -m)" == "x86_64" ]; then - # install needed packages for build up a ncurses/cdk application - sudo apt-get -y install libcdk5:i386 libcdk5-dev:i386 - # package binary of current architecture - export CC="gcc -m32" - dpkg-buildpackage -us -uc -a i386 - unset CC -fi popd diff --git a/deb/shgen-0.1/debian/control b/deb/shgen-0.1/debian/control index 00f9dca..b2608b0 100644 --- a/deb/shgen-0.1/debian/control +++ b/deb/shgen-0.1/debian/control @@ -8,6 +8,6 @@ Homepage: https://www.binomiant.duckdns.org/9wAuyR5S/?p=shgen.git Package: shgen Architecture: any -Depends: libc6 (>= 2.4), libcdk5 (>= 5.0) +Depends: libc6 (>= 2.4), libcdk5nc6 (>= 5.0) Description: Console shell script generator. Ncurses based shell script generator for execution in a console. -- 2.30.2