Added Debian packaging config for Ubuntu Kinetic
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
cd packaging
|
cd packaging
|
||||||
make DIST=focal deb
|
make DIST=focal deb
|
||||||
make DIST=jammy deb
|
make DIST=jammy deb
|
||||||
|
make DIST=kinetic deb
|
||||||
|
|
||||||
cd _BUILD/ubuntu/focal
|
cd _BUILD/ubuntu/focal
|
||||||
dput ppa:bkryza/clang-uml *.changes
|
dput ppa:bkryza/clang-uml *.changes
|
||||||
@@ -16,6 +17,9 @@ dput ppa:bkryza/clang-uml *.changes
|
|||||||
cd _BUILD/ubuntu/jammy
|
cd _BUILD/ubuntu/jammy
|
||||||
dput ppa:bkryza/clang-uml *.changes
|
dput ppa:bkryza/clang-uml *.changes
|
||||||
|
|
||||||
|
cd _BUILD/ubuntu/kinetic
|
||||||
|
dput ppa:bkryza/clang-uml *.changes
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Anaconda
|
## Anaconda
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
clang-uml ({{VERSION}}-0{{OS}}{{REBUILD}}ppa1~{{DISTRIBUTION}}) {{DISTRIBUTION}}; urgency=low
|
clang-uml ({{VERSION}}-0{{OS}}{{REBUILD}}ppa1~{{DISTRIBUTION}}) {{DISTRIBUTION}}; urgency=low
|
||||||
|
|
||||||
* Initial release
|
* Packages for release {{VERSION}}
|
||||||
|
|
||||||
-- Bartek Kryza <bkryza@gmail.com> {{DATETIME}}
|
-- Bartek Kryza <bkryza@gmail.com> {{DATETIME}}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Homepage: https://github.com/bkryza/clang-uml
|
|||||||
Package: clang-uml
|
Package: clang-uml
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: utils
|
Section: utils
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-12
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Description: Automatic C++ UML diagram generator based on Clang.
|
Description: Automatic C++ UML diagram generator based on Clang.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Homepage: https://github.com/bkryza/clang-uml
|
|||||||
Package: clang-uml
|
Package: clang-uml
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: utils
|
Section: utils
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-14
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Description: Automatic C++ UML diagram generator based on Clang.
|
Description: Automatic C++ UML diagram generator based on Clang.
|
||||||
.
|
.
|
||||||
|
|||||||
18
packaging/debian/control.kinetic
Normal file
18
packaging/debian/control.kinetic
Normal 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.
|
||||||
Reference in New Issue
Block a user