From 3430d5422ad2a90edfda72663ebebc39a7231bdf Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Mon, 5 Jun 2023 22:44:27 +0200 Subject: [PATCH] Added Ubuntu Lunar packaging spec --- packaging/debian/control.lunar | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packaging/debian/control.lunar diff --git a/packaging/debian/control.lunar b/packaging/debian/control.lunar new file mode 100644 index 00000000..73dbef07 --- /dev/null +++ b/packaging/debian/control.lunar @@ -0,0 +1,19 @@ +Source: clang-uml +Maintainer: Bartek Kryza +Section: devel +Priority: optional +Build-Depends: debhelper, git, make, gcc, g++, cmake (>= 3.16), libyaml-cpp-dev, llvm-16, llvm-16-dev, clang-16, clang-tools-16, libclang-16-dev, libclang-cpp16-dev, libmlir-16-dev, mlir-16-tools +Standards-Version: 4.3.0 +Vcs-Browser: https://github.com/bkryza/clang-uml +Vcs-Git: https://github.com/bkryza/clang-uml.git +Homepage: https://github.com/bkryza/clang-uml + + +Package: clang-uml +Architecture: any +Section: utils +Depends: ${misc:Depends}, ${shlibs:Depends}, clang-16 +Pre-Depends: ${misc:Pre-Depends} +Description: Automatic C++ UML diagram generator based on Clang. + . + This package provides the clang-uml binary.