Pierre Gruet pushed to branch master at Debian Java Maintainers / ecj
Commits: f7fda9d4 by Pierre Gruet at 2024-11-02T22:34:06+01:00 Stopping building ecj, which is now made from eclipse-jdt-core - - - - - 8fa31c59 by Pierre Gruet at 2024-11-02T22:34:49+01:00 Upload to unstable - - - - - 7 changed files: - debian/changelog - debian/control - − debian/ecj.install - − debian/ecj.manpages - − debian/ecj.postinst - − debian/ecj.prerm - − debian/wrappers/ecj Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +ecj (3.16.0-3) unstable; urgency=medium + + * Team upload + * Stopping building ecj, which is now made from eclipse-jdt-core + (Closes: #1086619) + + -- Pierre Gruet <[email protected]> Sat, 02 Nov 2024 22:34:09 +0100 + ecj (3.16.0-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -14,18 +14,6 @@ Vcs-Browser: https://salsa.debian.org/java-team/ecj Homepage: http://www.eclipse.org/jdt/core/index.php Rules-Requires-Root: no -Package: ecj -Architecture: all -Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless, - libecj-java (>= ${source:Version}), - java-wrappers, - ${misc:Depends} -Suggests: ant -Description: standalone version of the Eclipse Java compiler - This package provides a standalone version of the Eclipse JDT compiler which - is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) - and is compatible with Java 1.3, 1.4, 5, 6, 7, 8 and 9. - Package: libecj-java Architecture: all Depends: ${misc:Depends} ===================================== debian/ecj.install deleted ===================================== @@ -1 +0,0 @@ -debian/wrappers/ecj /usr/bin/ ===================================== debian/ecj.manpages deleted ===================================== @@ -1 +0,0 @@ -org.eclipse.jdt.core/scripts/ecj.1 ===================================== debian/ecj.postinst deleted ===================================== @@ -1,8 +0,0 @@ -#! /bin/sh - -set -e - -update-alternatives --quiet --install /usr/bin/javac javac /usr/bin/ecj 143 \ - --slave /usr/share/man/man1/javac.1.gz javac.1.gz /usr/share/man/man1/ecj.1.gz - -#DEBHELPER# ===================================== debian/ecj.prerm deleted ===================================== @@ -1,7 +0,0 @@ -#! /bin/sh - -set -e - -update-alternatives --quiet --remove javac /usr/bin/ecj - -#DEBHELPER# ===================================== debian/wrappers/ecj deleted ===================================== @@ -1,10 +0,0 @@ -#!/bin/sh - -# Include the wrappers utility script -. /usr/lib/java-wrappers/java-wrappers.sh - -find_java_runtime - -JAVA_CLASSPATH=/usr/share/java/eclipse-ecj.jar - -run_java org.eclipse.jdt.internal.compiler.batch.Main "$@" View it on GitLab: https://salsa.debian.org/java-team/ecj/-/compare/ec6b06e7342826f87675ea9a21349cf9decd9d0d...8fa31c59831e0f6a2a270541cf6358b5f5988a88 -- View it on GitLab: https://salsa.debian.org/java-team/ecj/-/compare/ec6b06e7342826f87675ea9a21349cf9decd9d0d...8fa31c59831e0f6a2a270541cf6358b5f5988a88 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

