Skip to content
Commits on Source (5)
osgi-foundation-ee (4.2.0-4) unstable; urgency=medium
* Team upload.
* Declare compliance with Debian Policy 4.1.4.
* Drop libosgi-foundation-ee-java-doc package to work around a FTBFS
with Java 9. The documentation is expendable. (Closes: #893382)
-- Markus Koschany <apo@debian.org> Sun, 17 Jun 2018 19:22:55 +0200
osgi-foundation-ee (4.2.0-3) unstable; urgency=medium
* Team upload.
......
......@@ -10,7 +10,7 @@ Build-Depends:
default-jdk,
javahelper,
maven-repo-helper
Standards-Version: 4.1.3
Standards-Version: 4.1.4
Homepage: http://www.osgi.org/Specifications/HomePage
Vcs-Git: https://anonscm.debian.org/git/pkg-java/osgi-foundation-ee.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/osgi-foundation-ee.git
......@@ -20,8 +20,6 @@ Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Suggests:
libosgi-foundation-ee-java-doc
Description: Java OSGi API - Foundation Execution Environment
OSGi, for Open Services Gateway initiative framework, is a module system and
service platform for the Java programming language.
......@@ -30,22 +28,3 @@ Description: Java OSGi API - Foundation Execution Environment
for Release 4 Version 4.2.
This provide Java interfaces for javax.microedition package (J2ME) and
java.net/java.lang/java.io/java.util packages (J2SE).
Package: libosgi-foundation-ee-java-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
Recommends:
${java:Recommends}
Description: Javadoc for Java OSGi API - Foundation Execution Environment
OSGi, for Open Services Gateway initiative framework, is a module system and
service platform for the Java programming language.
.
This package contains OSGi Foundation Execution Environment
for Release 4 Version 4.2.
This provide Java interfaces for javax.microedition package (J2ME) and
java.net/java.lang/java.io/java.util packages (J2SE).
.
This package contains Javadoc HTML documentation for
libosgi-foundation-ee-java.
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
Format: https://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
Upstream-Name: OSGi Foundation EE Classes
Upstream-Contact: OSGi Alliance (http://www.osgi.org/)
Source: http://www.osgi.org/Download/Release4V42
......
ee.foundation.jar src
internal /usr/share/doc/libosgi-foundation-ee-java/api/
......@@ -11,6 +11,9 @@ PACKAGE := libosgi-foundation-ee-java
%:
dh $@ --with javahelper --with jh_maven_repo_helper
override_jh_build:
jh_build --no-javadoc ee.foundation.jar src
override_jh_manifest:
jar umf src/META-INF/MANIFEST.MF debian/$(PACKAGE)/usr/share/java/$(JAR_NAME).jar
......