From: ebelcrom Date: Tue, 3 Jun 2025 21:48:53 +0000 (+0200) Subject: i386 build removed X-Git-Tag: v0.1^0 X-Git-Url: http://binomiant.duckdns.org/9wAuyR5S/?a=commitdiff_plain;h=HEAD;p=shgen.git i386 build removed --- 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.