This commit is contained in:
parent
224115fffe
commit
c47397c800
@ -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: |
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user