Updated changelog for 0.3.2
This commit is contained in:
@@ -2,7 +2,7 @@ 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-14, llvm-14-dev, clang-14, libclang-14-dev, libclang-cpp14-dev
|
||||
Build-Depends: debhelper, make, gcc-12, g++-12, cmake (>= 3.16), libyaml-cpp-dev, llvm-15, llvm-15-dev, clang-15, libclang-15-dev, libclang-cpp15-dev
|
||||
Standards-Version: 4.3.0
|
||||
Vcs-Browser: https://github.com/bkryza/clang-uml
|
||||
Vcs-Git: https://github.com/bkryza/clang-uml.git
|
||||
@@ -12,7 +12,7 @@ Homepage: https://github.com/bkryza/clang-uml
|
||||
Package: clang-uml
|
||||
Architecture: any
|
||||
Section: utils
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-14
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-15
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Automatic C++ UML diagram generator based on Clang.
|
||||
.
|
||||
|
||||
@@ -14,7 +14,7 @@ override_dh_auto_configure:
|
||||
-DBUILD_TESTS=OFF
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbgsym-migration='clang-uml-dbg (<<0.3.0-1~)'
|
||||
dh_strip --dbgsym-migration='clang-uml-dbg (<<{{VERSION}}-1~)'
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
Reference in New Issue
Block a user