This commit is contained in:
parent
224115fffe
commit
c47397c800
@ -14,10 +14,17 @@ jobs:
|
|||||||
- name: Cloning source
|
- name: Cloning source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Installing build-essentials
|
- name: Installing build-essentials
|
||||||
continue-on-error: true
|
continue-on-error: false
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt update
|
||||||
apt-get install -y build-essential fakeroot devscripts debhelper pkg-config --no-install-recommends
|
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
|
- name: Building package
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
run: |
|
run: |
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -8,7 +8,6 @@ Standards-Version: 3.5.10
|
|||||||
Package: bforce
|
Package: bforce
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, tclsh:any
|
Depends: ${shlibs:Depends}, tclsh:any
|
||||||
Optdepends: tclsh:any
|
|
||||||
Description: Binkey Force FTN mailer
|
Description: Binkey Force FTN mailer
|
||||||
FTN mailer is a program that transmit files (netmail and echomail)
|
FTN mailer is a program that transmit files (netmail and echomail)
|
||||||
between your FTN node and other.
|
between your FTN node and other.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user