Added Debian packaging config for Ubuntu Kinetic

This commit is contained in:
Bartek Kryza
2022-12-29 22:46:14 +01:00
parent 681dd5c91e
commit a88ae790e8
5 changed files with 25 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
cd packaging
make DIST=focal deb
make DIST=jammy deb
make DIST=kinetic deb
cd _BUILD/ubuntu/focal
dput ppa:bkryza/clang-uml *.changes
@@ -16,6 +17,9 @@ dput ppa:bkryza/clang-uml *.changes
cd _BUILD/ubuntu/jammy
dput ppa:bkryza/clang-uml *.changes
cd _BUILD/ubuntu/kinetic
dput ppa:bkryza/clang-uml *.changes
```
## Anaconda

View File

@@ -1,5 +1,5 @@
clang-uml ({{VERSION}}-0{{OS}}{{REBUILD}}ppa1~{{DISTRIBUTION}}) {{DISTRIBUTION}}; urgency=low
* Initial release
* Packages for release {{VERSION}}
-- Bartek Kryza <bkryza@gmail.com> {{DATETIME}}

View File

@@ -11,7 +11,7 @@ Homepage: https://github.com/bkryza/clang-uml
Package: clang-uml
Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-12
Pre-Depends: ${misc:Pre-Depends}
Description: Automatic C++ UML diagram generator based on Clang.
.

View File

@@ -11,7 +11,7 @@ Homepage: https://github.com/bkryza/clang-uml
Package: clang-uml
Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-14
Pre-Depends: ${misc:Pre-Depends}
Description: Automatic C++ UML diagram generator based on Clang.
.

View File

@@ -0,0 +1,18 @@
Source: clang-uml
Maintainer: Bartek Kryza <bkryza@gmail.com>
Section: devel
Priority: optional
Build-Depends: debhelper, make, gcc-12, g++-12, cmake (>= 3.16), libyaml-cpp-dev, llvm-15, llvm-15-dev, clang-15, clang-tools-15, libclang-15-dev, libclang-cpp15-dev, libmlir-15-dev
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-15
Pre-Depends: ${misc:Pre-Depends}
Description: Automatic C++ UML diagram generator based on Clang.
.
This package provides the clang-uml binary.