[Git][java-team/openjfx][master] 6 commits: Set NUMBER_OF_PROCESSORS via nproc (Closes: #1026962)
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Tue Feb 7 19:41:11 GMT 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / openjfx
Commits:
9a130c2a by tony mancill at 2023-02-06T19:52:17-08:00
Set NUMBER_OF_PROCESSORS via nproc (Closes: #1026962)
- - - - -
ee1ad557 by tony mancill at 2023-02-07T06:34:09-08:00
Add lintian overrides for long HTML lines
- - - - -
091b46d2 by tony mancill at 2023-02-07T06:34:09-08:00
Replace build-dep on obsolete libgl1-mesa-dev with libgl-dev
- - - - -
d853f9b8 by tony mancill at 2023-02-07T06:59:57-08:00
Freshen years in debian/copyright
- - - - -
bceb2cc5 by tony mancill at 2023-02-07T06:59:57-08:00
Bump Standards-Version to 4.6.2
- - - - -
265b587a by tony mancill at 2023-02-07T06:59:57-08:00
Prepare changelog for upload
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- + debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+openjfx (11.0.11+1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Set NUMBER_OF_PROCESSORS via nproc to address FTBFS on s390x due to
+ excessive build parallelism (Closes: #1026962)
+ * Add lintian overrides for long HTML lines
+ * Replace build-dep on obsolete libgl1-mesa-dev with libgl-dev
+ * Freshen years in debian/copyright
+ * Bump Standards-Version to 4.6.2
+
+ -- tony mancill <tmancill at debian.org> Tue, 07 Feb 2023 06:59:22 -0800
+
openjfx (11.0.11+1-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends: antlr4,
gradle-debian-helper (>= 2.0),
junit4,
libasound2-dev,
- libgl1-mesa-dev,
+ libgl-dev,
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libgtk2.0-dev,
@@ -42,7 +42,7 @@ Build-Depends: antlr4,
x11proto-core-dev,
x11proto-xf86vidmode-dev,
zip
-Standards-Version: 4.6.0.1
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/openjfx.git
Vcs-Browser: https://salsa.debian.org/java-team/openjfx
Homepage: https://openjfx.io
=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OpenJFX
-Source: http://hg.openjdk.java.net/openjfx/8u-dev/rt/
+Source: https://hg.openjdk.java.net/openjfx/11-dev/rt/
Files-Excluded: .hg*
.classpath
.project
@@ -12,7 +12,7 @@ Files-Excluded: .hg*
modules/javafx.web/src/main/native/Tools/TestResultServer/static-dashboards/dygraph-combined.js
Files: *
-Copyright: 2014-2018, Oracle Inc.
+Copyright: 2014-2021, Oracle Inc.
License: GPL-2 with Classpath exception
Files: apps/performance/GraphicsPerformance/*
@@ -20,7 +20,7 @@ Files: apps/performance/GraphicsPerformance/*
apps/toys/FX8-3DFeatures/src/fx83dfeatures/utils3d/Vec2f.java
apps/toys/FX8-3DFeatures/src/fx83dfeatures/utils3d/Vec3d.java
apps/toys/FX8-3DFeatures/src/fx83dfeatures/utils3d/Vec3f.java
-Copyright: 2008-2018, Oracle Inc.
+Copyright: 2008-2021, Oracle Inc.
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -113,7 +113,7 @@ License: custom-licence
list of the copyright holders and the applicable licenses.
Files: debian/*
-Copyright: 2014-2018, Emmanuel Bourg <ebourg at apache.org>
+Copyright: 2014-2023, Emmanuel Bourg <ebourg at apache.org>
License: Apache-2.0
On Debian systems, the full text of the Apache-2.0 license
can be found in the file '/usr/share/common-licenses/Apache-2.0'
=====================================
debian/rules
=====================================
@@ -13,6 +13,7 @@ endif
export OPENJFX_HOME = /usr/share/openjfx
export QT_SELECT = qt5
+export NUMBER_OF_PROCESSORS ?= $(shell nproc)
%:
dh $@ --buildsystem=gradle --no-parallel --with maven-repo-helper
=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,8 @@
+# upstream source contains HTML with long lines
+openjfx source: source-is-missing [modules/javafx.fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html]
+openjfx source: source-is-missing [modules/javafx.web/src/main/native/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js]
+openjfx source: source-is-missing [modules/javafx.web/src/test/resources/test/html/ipsum.html]
+openjfx source: source-is-missing [modules/javafx.web/src/test/resources/test/html/longselectorlist.html]
+openjfx source: source-is-missing [tests/system/src/test/resources/test/javafx/scene/web/simpleImagewithfilter.html]
+
+
View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/compare/fc035c5fb05482664132540a19806182e853a557...265b587acc2adc2fb30f9fcf322d384440cc7e8b
--
View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/compare/fc035c5fb05482664132540a19806182e853a557...265b587acc2adc2fb30f9fcf322d384440cc7e8b
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/20230207/cf22a127/attachment.htm>
More information about the pkg-java-commits
mailing list