Skip to content

Commit 8a08b3f

Browse files
author
Kasper Peeters
committed
Better package names for ubuntu.
1 parent 916a3af commit 8a08b3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ubuntu-22.04-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
name: Ubuntu-22.04 package
77

8-
on: [release]
8+
on: [push]
99

1010
jobs:
1111
build:

cmake/packaging.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ else()
153153
message("-- This is an Ubuntu 20.04 system")
154154
endif()
155155
if(LINUX_ISSUE MATCHES "22.04")
156-
set(CPACK_SYSTEM_NAME "jammy")
156+
set(CPACK_SYSTEM_NAME "22.04-jammy")
157157
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libgmpxx4ldbl, libboost-system1.74.0, libboost-filesystem1.74.0, libboost-program-options1.74.0, libboost-regex1.74.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1v5, python3-matplotlib, python3-mpmath, python3-sympy, python3-gmpy2")
158158
message("-- This is an Ubuntu 22.04 system")
159159
endif()
160160
if(LINUX_ISSUE MATCHES "24.04")
161-
set(CPACK_SYSTEM_NAME "noble")
161+
set(CPACK_SYSTEM_NAME "24.04-noble")
162162
set(CPACK_DEBIAN_PACKAGE_DEPENDS "python3, libgmpxx4ldbl, libboost-system1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-regex1.83.0, libstdc++6, uuid-runtime, libgtkmm-3.0-1t64, python3-matplotlib, python3-mpmath, python3-sympy, python3-gmpy2")
163163
message("-- This is an Ubuntu 24.04 system")
164164
endif()

0 commit comments

Comments
 (0)