Fix building of Ubuntu Focal package
This commit is contained in:
@@ -119,9 +119,9 @@ deb: _BUILD/$(SOURCE_ARCHIVE_DEB)
|
||||
#mk-origtargz ../$(NAME)-$(VERSION)-$(REBUILD).tar.$(TAR_EXT)
|
||||
cp debian/control.$(DIST) debian/control
|
||||
# BUILD SOURCE PACKAGE FOR LAUNCHPAD
|
||||
# debuild -S -sa -us -d -k$(GPG_KEY)
|
||||
debuild -S -sa -us -d -k$(GPG_KEY)
|
||||
# BUILD LOCALLY BINARY PACKAGE
|
||||
DEB_BUILD_OPTIONS='parallel=16' debuild -us -uc
|
||||
# DEB_BUILD_OPTIONS='parallel=16' debuild -us -uc
|
||||
|
||||
conda:
|
||||
echo "############################"
|
||||
|
||||
@@ -2,7 +2,7 @@ Source: clang-uml
|
||||
Maintainer: Bartek Kryza <bkryza@gmail.com>
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Build-Depends: debhelper, git, make, gcc-10, g++-10, cmake (>= 3.16), libyaml-cpp-dev, llvm-12, llvm-12-dev, clang-12, libclang-12-dev, libclang-cpp12-dev, bash-completion, dh-sequence-bash-completion
|
||||
Build-Depends: debhelper, git, make, gcc-10, g++-10, cmake (>= 3.16), libyaml-cpp-dev, llvm-12, llvm-12-dev, clang-12, libclang-12-dev, libclang-cpp12-dev, bash-completion
|
||||
Standards-Version: 4.3.0
|
||||
Vcs-Browser: https://github.com/bkryza/clang-uml
|
||||
Vcs-Git: https://github.com/bkryza/clang-uml.git
|
||||
|
||||
Reference in New Issue
Block a user