[Git][java-team/robocode][master] 4 commits: Depend on libeclipse-jdt-core-java instead of libecj-java
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Thu Feb 23 12:11:49 GMT 2023
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / robocode
Commits:
ec0a8635 by Emmanuel Bourg at 2023-02-23T13:06:34+01:00
Depend on libeclipse-jdt-core-java instead of libecj-java
- - - - -
9975eb2c by Emmanuel Bourg at 2023-02-23T13:07:04+01:00
Removed the suggested dependency on netbeans and eclipse
- - - - -
c09217f9 by Emmanuel Bourg at 2023-02-23T13:07:09+01:00
Standards-Version updated to 4.6.2
- - - - -
addaf5d9 by Emmanuel Bourg at 2023-02-23T13:07:47+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/maven.rules
- debian/patches/ecj.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+robocode (1.9.3.9-3) unstable; urgency=medium
+
+ * Team upload.
+ * Depend on libeclipse-jdt-core-java instead of libecj-java
+ * Removed the suggested dependency on netbeans and eclipse
+ * Standards-Version updated to 4.6.2
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 23 Feb 2023 13:07:24 +0100
+
robocode (1.9.3.9-2) unstable; urgency=medium
* Fix the version number in robocode.manifest which prevents robocode
=====================================
debian/control
=====================================
@@ -12,14 +12,14 @@ Build-Depends:
junit4,
junit4-doc,
libcodesize-java,
- libecj-java,
+ libeclipse-jdt-core-java,
libmaven-assembly-plugin-java,
libmaven-dependency-plugin-java,
libmaven-javadoc-plugin-java,
libpicocontainer-java,
libpicocontainer-java-doc,
maven-debian-helper
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
Homepage: http://robocode.sourceforge.net/
Vcs-Git: https://salsa.debian.org/java-team/robocode.git
Vcs-Browser: https://salsa.debian.org/java-team/robocode
@@ -33,9 +33,6 @@ Depends:
Recommends:
default-jdk,
default-jdk-doc
-Suggests:
- eclipse,
- netbeans
Description: Java programming game based on battle tanks
Robocode is a Java programming game where the goal is to develop a robot
battle tank to battle against other tanks. The robot battles are running in
=====================================
debian/maven.rules
=====================================
@@ -1,5 +1,5 @@
junit junit jar s/4\..*/4.x/ * *
-org.eclipse.jdt.core.compiler ecj jar s/.*/debian/ * *
+org.eclipse.jdt org.eclipse.jdt.core jar s/.*/debian/ * *
net.sf.robocode robocode pom s/.*/debian/ * *
net.sf.robocode robocode.api jar s/.*/debian/ * *
net.sf.robocode robocode.battle jar s/.*/debian/ * *
=====================================
debian/patches/ecj.patch
=====================================
@@ -6,19 +6,13 @@ Subject: ecj
robocode.content/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-diff --git a/robocode.content/pom.xml b/robocode.content/pom.xml
-index 11c852c..e44b3d2 100644
--- a/robocode.content/pom.xml
+++ b/robocode.content/pom.xml
-@@ -43,9 +43,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
- <configuration>
- <artifactItems>
+@@ -45,7 +45,7 @@
<artifactItem>
-- <groupId>org.eclipse.jdt</groupId>
-- <artifactId>org.eclipse.jdt.core</artifactId>
+ <groupId>org.eclipse.jdt</groupId>
+ <artifactId>org.eclipse.jdt.core</artifactId>
- <version>3.14.0.v20180305-0940</version>
-+ <groupId>org.eclipse.jdt.core.compiler</groupId>
-+ <artifactId>ecj</artifactId>
+ <version>debian</version>
<type>jar</type>
<overWrite>false</overWrite>
View it on GitLab: https://salsa.debian.org/java-team/robocode/-/compare/5186c5df76db2e988a07091217135b28056c3620...addaf5d9c64b5b8e13be433561749668061389c5
--
View it on GitLab: https://salsa.debian.org/java-team/robocode/-/compare/5186c5df76db2e988a07091217135b28056c3620...addaf5d9c64b5b8e13be433561749668061389c5
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/20230223/7ad4cdad/attachment.htm>
More information about the pkg-java-commits
mailing list