Skip to content

Commit ba9b243

Browse files
version 2.6.91
1 parent 135f822 commit ba9b243

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/workflows/debian.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ master ]
99

1010
env:
11-
HORIZON_VERSION: 2.6.0
11+
HORIZON_VERSION: 2.6.91
1212
HORIZON_PKG_VERSION: 1
1313
DEBIAN_FRONTEND: noninteractive
1414
LANG: en_US.UTF-8
@@ -21,10 +21,14 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os:
24+
- distro: debian
25+
release: trixie
2426
- distro: debian
2527
release: bullseye
2628
- distro: debian
2729
release: bookworm
30+
- distro: ubuntu
31+
release: plucky
2832
- distro: ubuntu
2933
release: focal
3034
- distro: ubuntu
@@ -57,10 +61,10 @@ jobs:
5761
run: apt-get install -y git build-essential libsqlite3-dev util-linux librsvg2-dev libcairomm-1.0-dev libepoxy-dev libgtkmm-3.0-dev uuid-dev libzmq5 libzmq3-dev libglm-dev libgit2-dev libcurl4-gnutls-dev libpodofo-dev python3 libarchive-dev libspnav-dev git libdxflib-dev
5862
- name: Install opencascade
5963
run: apt-get install liboce-ocaf-dev -y
60-
if: ${{ matrix.os.release != 'noble' && matrix.os.release != 'oracular' }}
64+
if: ${{ matrix.os.release != 'noble' && matrix.os.release != 'oracular' && matrix.os.release != 'plucky' && matrix.os.release != 'trixie' }}
6165
- name: Install opencascade
6266
run: apt-get install libocct-ocaf-dev libocct-data-exchange-dev -y
63-
if: ${{ matrix.os.release == 'noble' || matrix.os.release == 'oracular' }}
67+
if: ${{ matrix.os.release == 'noble' || matrix.os.release == 'oracular' || matrix.os.release == 'plucky' || matrix.os.release == 'trixie' }}
6468
- name: download tarball
6569
run: wget https://github.com/horizon-eda/horizon/archive/v${HORIZON_VERSION}.tar.gz -O horizon-eda-upstream_${HORIZON_VERSION}.orig.tar.gz
6670

@@ -72,7 +76,7 @@ jobs:
7276
7377
- name: patch debian/control opencascade package names
7478
run: sed -i "s/liboce-ocaf-dev,/libocct-ocaf-dev,\\n libocct-data-exchange-dev,/" horizon-eda-upstream-${HORIZON_VERSION}/debian/control
75-
if: ${{ matrix.os.release == 'noble' || matrix.os.release == 'oracular' }}
79+
if: ${{ matrix.os.release == 'noble' || matrix.os.release == 'oracular' || matrix.os.release == 'plucky' || matrix.os.release == 'trixie' }}
7680

7781
- name: run debuild
7882
run: debuild -uc -us

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
horizon-eda-upstream (2.6.91-1) stable; urgency=medium
2+
3+
* New upstream version
4+
5+
-- Lukas K <[email protected]> Sun, 01 Jun 2025 15:29:36 +0200
6+
17
horizon-eda-upstream (2.6.0-1) stable; urgency=medium
28

39
* New upstream version

0 commit comments

Comments
 (0)