Skip to content
Commits on Source (6)
debug=on
target=1.7
source=1.7
release=8
dir.src=.
dir.debian=debian
......
......@@ -22,8 +22,7 @@
destdir="${dir.build}/classes"
classpathref="classpath"
debug="${debug}"
source="${source}"
target="${target}"
release="${release}"
excludesfile="${dir.debian}/excludesfiles/build"
includeantruntime="false">
<include name="org/eclipse/persistence/**"/>
......@@ -41,8 +40,7 @@
srcdir="${dir.src}"
destdir="${dir.build}/jpql"
debug="${debug}"
source="${source}"
target="${target}"
release="${release}"
includeantruntime="false">
<include name="org/eclipse/persistence/jpa/jpql/**"/>
</javac>
......
eclipselink (2.6.5-4) unstable; urgency=medium
* Team upload.
* Fixed the build failure with Java 11 (Closes: #911193)
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Wed, 17 Oct 2018 01:48:17 +0200
eclipselink (2.6.5-3) unstable; urgency=medium
* Team upload.
......
......@@ -6,7 +6,7 @@ Uploaders: Andrew Ross <ubuntu@rossfamily.co.uk>
Build-Depends:
ant,
aspectj,
debhelper (>= 10~),
debhelper (>= 11),
default-jdk,
default-jdk-doc,
javahelper,
......@@ -17,15 +17,15 @@ Build-Depends:
libgeronimo-validation-1.1-spec-java,
libjaxb-java (>= 2.3),
libjpa-2.1-spec-java,
libjsr311-api-java,
libjsonp-java,
libjsr311-api-java,
libmail-java,
libsdo-api-java,
libservlet3.1-java,
maven-repo-helper
Standards-Version: 4.1.2
Vcs-Git: https://anonscm.debian.org/git/pkg-java/eclipselink.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/eclipselink.git
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/eclipselink.git
Vcs-Browser: https://salsa.debian.org/java-team/eclipselink
Homepage: http://www.eclipse.org/eclipselink/
Package: libeclipselink-java
......
......@@ -22,12 +22,3 @@ override_dh_auto_install:
override_dh_auto_clean:
ant -f debian/build.xml clean
mh_clean
get-orig-source:
cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
uscan \
--verbose \
--no-symlink \
--destdir $(CURDIR) \
--watchfile debian/watch \
--force-download