[Git][java-team/eclipselink][master] 6 commits: Fixed the build failure with Java 11 (Closes: #911193)

Emmanuel Bourg gitlab at salsa.debian.org
Wed Oct 17 00:48:58 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / eclipselink


Commits:
c653689b by Emmanuel Bourg at 2018-10-16T23:46:46Z
Fixed the build failure with Java 11 (Closes: #911193)

- - - - -
ec3de98a by Emmanuel Bourg at 2018-10-16T23:47:27Z
Standards-Version updated to 4.2.1

- - - - -
9da72953 by Emmanuel Bourg at 2018-10-16T23:47:33Z
Switch to debhelper level 11

- - - - -
2f1b6337 by Emmanuel Bourg at 2018-10-16T23:47:37Z
Use salsa.debian.org Vcs-* URLs

- - - - -
d339560e by Emmanuel Bourg at 2018-10-16T23:48:10Z
Wrap and sort

- - - - -
d27e8374 by Emmanuel Bourg at 2018-10-16T23:48:25Z
Upload to unstable

- - - - -


7 changed files:

- debian/build.properties
- debian/build.xml
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/build.properties
=====================================
@@ -1,6 +1,5 @@
 debug=on
-target=1.7
-source=1.7
+release=8
 
 dir.src=.
 dir.debian=debian


=====================================
debian/build.xml
=====================================
@@ -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>


=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+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 at apache.org>  Wed, 17 Oct 2018 01:48:17 +0200
+
 eclipselink (2.6.5-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Andrew Ross <ubuntu at 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


=====================================
debian/copyright
=====================================
@@ -32,7 +32,7 @@ Files: org/eclipse/persistence/internal/libraries/antlr/*
 Copyright: 2005-2006 Terence Parr.
 License: BSD-3-clause
 
-Files: org/eclipse/persistence/internal/jpa/CacheImpl.java 
+Files: org/eclipse/persistence/internal/jpa/CacheImpl.java
 Copyright: 2008 Sun Microsystems, Inc.
 License: EPL-1.0 and EDL-1.0
 


=====================================
debian/rules
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/java-team/eclipselink/compare/a511114b41bbc743a95c7de1b5f8126a93402233...d27e8374815ea8fc05ce2454e9ed6ed5c41dab79

-- 
View it on GitLab: https://salsa.debian.org/java-team/eclipselink/compare/a511114b41bbc743a95c7de1b5f8126a93402233...d27e8374815ea8fc05ce2454e9ed6ed5c41dab79
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/20181016/078084be/attachment.html>


More information about the pkg-java-commits mailing list