[Git][java-team/antelope][master] 6 commits: Standards-Version updated to 4.5.1
Emmanuel Bourg
gitlab at salsa.debian.org
Thu Feb 11 08:50:33 GMT 2021
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / antelope
Commits:
51f457e0 by Emmanuel Bourg at 2021-02-05T16:01:56+01:00
Standards-Version updated to 4.5.1
- - - - -
9940b30a by Emmanuel Bourg at 2021-02-05T16:02:08+01:00
Switch to debhelper level 13
- - - - -
8f4cd12b by Emmanuel Bourg at 2021-02-05T16:02:20+01:00
Use salsa.debian.org Vcs-* URLs
- - - - -
65b44ce5 by Emmanuel Bourg at 2021-02-11T09:48:41+01:00
Fixed the build failure with OpenJDK 17 (Closes: #981957)
- - - - -
d7b1bc79 by Emmanuel Bourg at 2021-02-11T09:49:22+01:00
Wrap and sort
- - - - -
e5aec88c by Emmanuel Bourg at 2021-02-11T09:49:31+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- â debian/compat
- debian/control
- debian/patches/03_fix_javadoc_error.diff
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+antelope (3.5.1-5) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the build failure with OpenJDK 17 (Closes: #981957)
+ * Standards-Version updated to 4.5.1
+ * Switch to debhelper level 13
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 11 Feb 2021 09:49:27 +0100
+
antelope (3.5.1-4) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -2,26 +2,23 @@ Source: antelope
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Damien Raude-Morvan <drazzib at debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>
Build-Depends:
ant,
- debhelper (>= 10),
+ debhelper-compat (= 13),
default-jdk,
docbook-xsl,
maven-repo-helper,
xsltproc
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/antelope.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-java/antelope.git
+Standards-Version: 4.5.1
+Vcs-Git: https://salsa.debian.org/java-team/antelope.git
+Vcs-Browser: https://salsa.debian.org/java-team/antelope
Homepage: http://antelope.tigris.org
Package: libantelope-java
Architecture: all
-Depends:
- ${misc:Depends}
-Recommends:
- ant
+Depends: ${misc:Depends}
+Recommends: ant
Description: graphical user interface for Ant
Antelope is a graphical user interface for running Ant.
.
@@ -33,10 +30,8 @@ Description: graphical user interface for Ant
Package: libantelope-java-doc
Architecture: all
Section: doc
-Depends:
- ${misc:Depends}
-Suggests:
- libantelope-java
+Depends: ${misc:Depends}
+Suggests: libantelope-java
Description: graphical user interface for Ant - documentation
Antelope is a graphical user interface for running Ant.
.
=====================================
debian/patches/03_fix_javadoc_error.diff
=====================================
@@ -11,17 +11,6 @@ Origin: upstream, http://antelope.tigris.org/source/browse/antelope/trunk/src/is
operation = "divide";
else if (op.equals("%") || op.equals("\\"))
operation = "mod";
---- a/build-tasks.xml
-+++ b/build-tasks.xml
-@@ -187,7 +187,7 @@
- destdir="${doc.dir}/api"
- packagenames="ise.antelope.tasks"
- classpathref="classpathref"
-- additionalparam="-source ${compile.source}"
-+ additionalparam="-source 1.6"
- Private="false"
- Author="Dale Anson"
- Windowtitle="Antelope Tasks">
--- a/src/ise/antelope/tasks/util/math/Op.java
+++ b/src/ise/antelope/tasks/util/math/Op.java
@@ -47,7 +47,7 @@
=====================================
debian/rules
=====================================
@@ -6,7 +6,4 @@ export JAVA_HOME := /usr/lib/jvm/default-java
override_dh_auto_build:
- dh_auto_build -- tasks transform-docs
-
-get-orig-source::
- uscan --force-download --repack --rename
+ dh_auto_build -- tasks transform-docs -Dcompile.source=8
View it on GitLab: https://salsa.debian.org/java-team/antelope/-/compare/13d0c7bd681140c9846395fe6092e8dbee1ac409...e5aec88c626bc4fa29950ade563ca4f6283a3587
--
View it on GitLab: https://salsa.debian.org/java-team/antelope/-/compare/13d0c7bd681140c9846395fe6092e8dbee1ac409...e5aec88c626bc4fa29950ade563ca4f6283a3587
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210211/7a573d72/attachment.html>
More information about the pkg-java-commits
mailing list