Skip to content

Commit 9f370ac

Browse files
committed
Added Ubuntu Noble Numbat config
1 parent 67da49d commit 9f370ac

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packaging/debian/control.noble

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-18, llvm-18-dev, clang-18, clang-tools-18, libclang-18-dev, libclang-cpp18-dev, libmlir-18-dev, mlir-18-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-16
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)