Skip to content

Commit 9ff113e

Browse files
committed
Added forky as a release distro
1 parent c166372 commit 9ff113e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/debuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171
strategy:
7272
matrix:
7373
os: [debian, raspbian]
74-
distribution: [trixie, bookworm, bullseye]
74+
distribution: [forky, trixie, bookworm, bullseye]
7575
architecture: [armhf, arm64, amd64]
7676
exclude:
7777
- os: raspbian
7878
architecture: arm64
7979
- os: raspbian
8080
architecture: amd64
8181
- os: raspbian
82-
distribution: trixie
82+
distribution: forky
8383
include:
8484
- mirrorsite: http://ftp2.de.debian.org/debian/
8585
- mirrorsite: http://mirror.netcologne.de/raspbian/raspbian/
@@ -148,7 +148,7 @@ jobs:
148148
- name: upload as Release
149149
run: |
150150
set -x
151-
if [[ "${{ matrix.distribution }}" != trixie ]]; then
151+
if [[ "${{ matrix.distribution }}" != forky ]]; then
152152
exit
153153
fi
154154
assets=()

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ libsml (1.1.4) UNRELEASED; urgency=medium
22

33
* Removed -fno-stack-protector from CFLAGS
44
* Fixed all lintian hardening info messages
5+
* Added forky as a release distro
56

67
-- Joachim Zobel <jz-autosign@heute-morgen.de> Thu, 23 May 2024 19:12:42 +0200
78

0 commit comments

Comments
 (0)