Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/control: Build-dep on llvm default version, Closes: #893405
· bc1132ae
Gert Wollny
authored
Mar 19, 2018
bc1132ae
Update changelog for upload
· dd453b38
Gert Wollny
authored
Mar 19, 2018
dd453b38
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
dd453b38
castxml (0.1+git20170823-2) unstable; urgency=medium
* d/control: Build-dep on llvm default version, Closes: #893405
-- Gert Wollny <gewo@debian.org> Mon, 19 Mar 2018 19:49:37 +0100
castxml (0.1+git20170823-1) unstable; urgency=medium
* New upstream version, Closes: #871573
...
...
debian/control
View file @
dd453b38
...
...
@@ -6,11 +6,11 @@ Priority: optional
Build-Depends: debhelper (>= 10),
cmake,
help2man,
libclang-
4.0-
dev,
llvm-
4.0-
dev,
libclang-dev,
llvm-dev,
libedit-dev,
zlib1g-dev
Standards-Version: 4.
0.0
Standards-Version: 4.
1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/castxml.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/castxml.git
Homepage: https://github.com/CastXML/CastXML
...
...