diff --git a/.gitea/workflows/debpkg.yaml b/.gitea/workflows/debpkg.yaml index 7349574..e99a5f8 100644 --- a/.gitea/workflows/debpkg.yaml +++ b/.gitea/workflows/debpkg.yaml @@ -14,10 +14,17 @@ jobs: - name: Cloning source uses: actions/checkout@v3 - name: Installing build-essentials - continue-on-error: true + continue-on-error: false run: | - apt-get update - apt-get install -y build-essential fakeroot devscripts debhelper pkg-config --no-install-recommends + apt update + apt install -y build-essential fakeroot devscripts debhelper pkg-config --no-install-recommends + - name: Installing dependencies + continue-on-error: false + run: | + echo '---- bison ----' + apt install bison + echo '---- tcl ------' + apt install tcl - name: Building package continue-on-error: false run: | diff --git a/debian/control b/debian/control index 8242f85..22f6bd2 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Standards-Version: 3.5.10 Package: bforce Architecture: any Depends: ${shlibs:Depends}, tclsh:any -Optdepends: tclsh:any Description: Binkey Force FTN mailer FTN mailer is a program that transmit files (netmail and echomail) between your FTN node and other.