Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Wrap and sort
· afc8c2d3
Emmanuel Bourg
authored
Sep 21, 2019
afc8c2d3
Added the missing dependency on libxerces2-java
· b7d66324
Emmanuel Bourg
authored
Sep 21, 2019
b7d66324
Standards-Version updated to 4.4.0
· 551b3039
Emmanuel Bourg
authored
Sep 21, 2019
551b3039
Upload to unstable
· d531424b
Emmanuel Bourg
authored
Sep 21, 2019
d531424b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d531424b
cpptasks (1.0~b5-5) unstable; urgency=medium
* Team upload.
* Added the missing dependency on libxerces2-java
* Standards-Version updated to 4.4.0
-- Emmanuel Bourg <ebourg@apache.org> Sat, 21 Sep 2019 09:56:58 +0200
cpptasks (1.0~b5-4) unstable; urgency=medium
* Specify the rule to fix the ant dependency.
...
...
debian/control
View file @
d531424b
Source: cpptasks
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Christopher Baines <cbaines8@gmail.com>
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Baines <cbaines8@gmail.com>
Build-Depends:
ant,
debhelper-compat (= 12),
default-jdk,
maven-repo-helper
Build-Depends-Indep:
maven-repo-helper,
libxerces2-java
Standards-Version:
3.9.6
Standards-Version:
4.4.0
Vcs-Browser: https://salsa.debian.org/java-team/cpptasks
Vcs-Git: https://salsa.debian.org/java-team/cpptasks.git
Homepage: http://ant-contrib.sourceforge.net/cpptasks/index.html
Package: ant-contrib-cpptasks
Architecture: all
Depends:
${misc:Depends}
Enhances:
ant
Depends: ${misc:Depends}, libxerces2-java
Enhances: ant
Description: C/C++ compilation tasks for Ant
The cc task can compile various source languages and produce executables,
shared libraries (aka DLL's) and static libraries.
...
...