Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
debhelper 11
· 0fb10c55
Andreas Tille
authored
Oct 09, 2018
0fb10c55
Point Vcs fields to Salsa
· f3c25b4d
Andreas Tille
authored
Oct 09, 2018
f3c25b4d
Standards-Version: 4.2.1, cme fix dpkg-control
· f5313d11
Andreas Tille
authored
Oct 09, 2018
f5313d11
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f5313d11
aether-ant-tasks (1.0.1-3) UNRELEASED; urgency=medium
* Team upload.
* debhelper 11
* Point Vcs fields to Salsa
* Standards-Version: 4.2.1
* cme fix dpkg-control
-- Andreas Tille <tille@debian.org> Tue, 09 Oct 2018 08:36:57 +0200
aether-ant-tasks (1.0.1-2) unstable; urgency=medium
* Added sisu-plexus.jar to the classpath (Closes: #881573)
...
...
debian/compat
View file @
f5313d11
1
0
1
1
debian/control
View file @
f5313d11
Source: aether-ant-tasks
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper (>= 10),
Section: java
Priority: optional
Build-Depends: debhelper (>= 11~),
default-jdk,
javahelper,
libmaven-resolver-java,
...
...
@@ -15,16 +14,17 @@ Build-Depends:
libplexus-container-default-java (>= 1.7.1-7~),
libplexus-interpolation-java (>= 1.16),
libsisu-plexus-java (>= 0.1.1),
libslf4j-java
(>= 1.6.2)
,
libslf4j-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.
1
.1
Vcs-
Git
: https://
anonscm
.debian.org/
git/pkg-java
/aether-ant
.git
Vcs-
Browser
: https://
anonscm
.debian.org/
cgit/pkg-java
/aether-ant.git
Standards-Version: 4.
2
.1
Vcs-
Browser
: https://
salsa
.debian.org/
java-team
/aether-ant
Vcs-
Git
: https://
salsa
.debian.org/
java-team
/aether-ant.git
Homepage: http://www.eclipse.org/aether/
Package: libaether-ant-tasks-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Depends: ${maven:Depends},
${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Aether Ant Tasks
The Aether Ant Tasks enable build scripts for Apache Ant 1.7+ to use
...
...