Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Fixed the build failure with Java 11 (Closes: #911193)
· c653689b
Emmanuel Bourg
authored
Oct 17, 2018
c653689b
Standards-Version updated to 4.2.1
· ec3de98a
Emmanuel Bourg
authored
Oct 17, 2018
ec3de98a
Switch to debhelper level 11
· 9da72953
Emmanuel Bourg
authored
Oct 17, 2018
9da72953
Use salsa.debian.org Vcs-* URLs
· 2f1b6337
Emmanuel Bourg
authored
Oct 17, 2018
2f1b6337
Wrap and sort
· d339560e
Emmanuel Bourg
authored
Oct 17, 2018
d339560e
Upload to unstable
· d27e8374
Emmanuel Bourg
authored
Oct 17, 2018
d27e8374
Show whitespace changes
Inline
Side-by-side
debian/build.properties
View file @
d27e8374
debug
=
on
target
=
1.7
source
=
1.7
release
=
8
dir.src
=
.
dir.debian
=
debian
...
...
debian/build.xml
View file @
d27e8374
...
...
@@ -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
View file @
d27e8374
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.
...
...
debian/compat
View file @
d27e8374
1
0
1
1
debian/control
View file @
d27e8374
...
...
@@ -6,7 +6,7 @@ Uploaders: Andrew Ross <ubuntu@rossfamily.co.uk>
Build-Depends:
ant,
aspectj,
debhelper (>= 1
0~
),
debhelper (>= 1
1
),
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
View file @
d27e8374
debian/rules
View file @
d27e8374
...
...
@@ -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