Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Use salsa.debian.org Vcs-* URLs
· 49279829
Emmanuel Bourg
authored
Jun 26, 2018
49279829
Wrap and sort
· 2d765475
Emmanuel Bourg
authored
Jun 26, 2018
2d765475
Added the missing dependency on libstax-java (Closes: #902404)
· 6fb4c3a8
Emmanuel Bourg
authored
Jun 26, 2018
6fb4c3a8
Upload to unstable
· 05a47f88
Emmanuel Bourg
authored
Jun 26, 2018
05a47f88
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
05a47f88
maven-ant-helper (8.5) unstable; urgency=medium
* Team upload.
* Added the missing dependency on libstax-java (Closes: #902404)
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Tue, 26 Jun 2018 09:53:25 +0200
maven-ant-helper (8.4) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
05a47f88
...
...
@@ -2,23 +2,31 @@ Source: maven-ant-helper
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>,
Uploaders:
Torsten Werner <twerner@debian.org>,
Ludovic Claude <ludovic.claude@laposte.net>
Build-Depends: debhelper (>= 11), default-jdk
Build-Depends-Indep: ant, ant-contrib, ant-optional
Build-Depends:
ant,
ant-contrib,
ant-optional,
debhelper (>= 11),
default-jdk
Standards-Version: 4.1.4
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/maven-ant-helper.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/maven-ant-helper
.git
Homepage: https://
anonscm
.debian.org/
cgit/pkg-java
/maven-ant-helper.git
Vcs-Git: https://
salsa
.debian.org/
java-team
/maven-ant-helper.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/maven-ant-helper
Homepage: https://
salsa
.debian.org/
java-team
/maven-ant-helper.git
Package: maven-ant-helper
Architecture: all
Depends: ant,
Depends:
ant,
ant-contrib,
ant-optional,
libstax-java,
maven-repo-helper (>= 1.4),
${misc:Depends}
Suggests: default-jdk-doc,
Suggests:
default-jdk-doc,
libmaven-plugin-tools-java,
libmaven3-core-java,
libmodello-java (>= 1.0),
...
...
debian/copyright
View file @
05a47f88