Skip to content

Commit d4961c0

Browse files
committed
Added Ubuntu 24.10 packaging script
1 parent dc80695 commit d4961c0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packaging/debian/control.noble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Homepage: https://github.com/bkryza/clang-uml
1212
Package: clang-uml
1313
Architecture: any
1414
Section: utils
15-
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-16
15+
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-18
1616
Pre-Depends: ${misc:Pre-Depends}
1717
Description: Automatic C++ UML diagram generator based on Clang.
1818
.

packaging/debian/control.oracular

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Source: clang-uml
2+
Maintainer: Bartek Kryza <[email protected]>
3+
Section: devel
4+
Priority: optional
5+
Build-Depends: debhelper, git, make, ccache, pkg-config, gcc, g++, gdb, cmake (>= 3.16), libyaml-cpp-dev, llvm-19, llvm-19-dev, clang-19, clang-tools-19, libclang-19-dev, libclang-cpp19-dev, libmlir-19-dev, mlir-19-tools, bash-completion, dh-sequence-bash-completion, libdw-dev, libunwind-dev
6+
Standards-Version: 4.3.0
7+
Vcs-Browser: https://github.com/bkryza/clang-uml
8+
Vcs-Git: https://github.com/bkryza/clang-uml.git
9+
Homepage: https://github.com/bkryza/clang-uml
10+
11+
12+
Package: clang-uml
13+
Architecture: any
14+
Section: utils
15+
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-19
16+
Pre-Depends: ${misc:Pre-Depends}
17+
Description: Automatic C++ UML diagram generator based on Clang.
18+
.
19+
This package provides the clang-uml binary.

0 commit comments

Comments
 (0)