Codebase list osgi-core / 93e8c3f
Import upstream version 7.0.0+git20200803.1.3bdd4b6 Debian Janitor 2 years ago
12 changed file(s) with 237 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 osgi-core (7.0.0-2) unstable; urgency=medium
1
2 * Team upload.
3 * Updated the pom to the version 7.0.0
4 * Relocate the old artifact org.osgi:org.osgi.core to org.osgi:osgi.core
5
6 -- Emmanuel Bourg <ebourg@apache.org> Mon, 03 Aug 2020 22:06:45 +0200
7
8 osgi-core (7.0.0-1) unstable; urgency=medium
9
10 * Team upload.
11 * New upstream release
12 - Updated the Maven pom
13 * Removed Damien Raude-Morvan from the uploaders (Closes: #889334)
14 * Updated debian/watch to track org.osgi:osgi.core on Maven Central
15 * Standards-Version updated to 4.5.0
16 * Switch to debhelper level 13
17 * Use salsa.debian.org Vcs-* URLs
18
19 -- Emmanuel Bourg <ebourg@apache.org> Mon, 03 Aug 2020 00:29:05 +0200
20
21 osgi-core (6.0.0-1) unstable; urgency=medium
22
23 [ Markus Koschany ]
24 * Team upload.
25 * Imported Upstream version 6.0.0.
26 * Improve package description by being more concise. Fix spelling.
27 * Update copyright years.
28 * Drop maven.rules because it was not used.
29 * debian/pom.xml: Update for new release 6.0.0.
30 * Add libosgi-annotation-java to Build-Depends.
31 * Add osgi.annotation to CLASSPATH.
32
33 [ Miguel Landaeta ]
34 * Upload to unstable.
35
36 -- Miguel Landaeta <nomadium@debian.org> Fri, 01 May 2015 13:11:56 -0300
37
38 osgi-core (5.0.0-1) experimental; urgency=medium
39
40 * Team upload.
41 * Imported Upstream version 5.0.0.
42 * Update debian/watch. Drop orig-tar.sh and use the sources from Maven.
43 This is more convenient then trying to find the hidden sources on osgi.org.
44 * Update get-orig-source target and repack the tarball to tar.xz format.
45 * Update debian/copyright for new release.
46 * Declare compliance with Debian Policy 3.9.6.
47 * Use shorter Vcs-Browser URL.
48 * Update debian/pom.xml for 5.0.0.
49 * javabuild: Use org directory instead of src.
50 * wrap-and-sort -sa.
51
52 -- Markus Koschany <apo@gambaru.de> Sat, 07 Feb 2015 22:31:15 +0100
53
54 osgi-core (4.3.1-1) unstable; urgency=medium
55
56 * Team upload.
57 * Imported Upstream version 4.3.1.
58 * Update orig-tar.sh. Fix download URL.
59 * Declare compliance with Debian policy 3.9.5.
60 * Update pom.xml for new upstream release.
61
62 -- Markus Koschany <apo@gambaru.de> Sun, 16 Mar 2014 20:24:04 +0100
63
64 osgi-core (4.3.0-4) unstable; urgency=low
65
66 * Team upload.
67 * Fix FTBFS because of wrong line breaks and whitespaces in pom.xml, so that
68 mh_installpoms can function properly. (Closes: #713273)
69 * Do not override jh_manifest in debian/rules because this prevents the
70 creation of a symlink to the real jar. The manifest file in src is not
71 required. (Closes: #678801)
72 * Bump compat level to 9 and require debhelper >= 9.
73 * Bump Standards-Version to 3.9.4, no changes.
74 * Use canonical Vcs-URI.
75
76 -- Markus Koschany <apo@gambaru.de> Wed, 07 Aug 2013 00:35:21 +0200
77
78 osgi-core (4.3.0-3) unstable; urgency=low
79
80 * Team upload.
81 * Rebuild with javahelper/0.43 to ensure backwards
82 compatible byte code is generated. (Closes: #678758)
83
84 -- Niels Thykier <niels@thykier.net> Sun, 24 Jun 2012 13:51:46 +0200
85
86 osgi-core (4.3.0-2) unstable; urgency=low
87
88 * Team upload.
89 * Pass encoding flags to javac and javadoc to fix FTBFS
90 with openjdk-7. (LP: #888992)
91 * Add missing versioned dependency on maven-repo-helper.
92 * Remove duplicated field in d/copyright.
93
94 -- Niels Thykier <niels@thykier.net> Mon, 18 Jun 2012 17:42:35 +0200
95
96 osgi-core (4.3.0-1) unstable; urgency=low
97
98 * New upstream release.
99 * d/watch: Use new bndtools project on github.
100
101 -- Damien Raude-Morvan <drazzib@debian.org> Wed, 09 Nov 2011 20:42:18 +0100
102
103 osgi-core (4.2.0-1) unstable; urgency=low
104
105 * Initial release. (Closes: #643981).
106
107 -- Damien Raude-Morvan <drazzib@debian.org> Sun, 02 Oct 2011 19:39:23 +0200
0 Source: osgi-core
1 Section: java
2 Priority: optional
3 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders:
5 Ludovic Claude <ludovic.claude@laposte.net>
6 Build-Depends:
7 ant,
8 debhelper-compat (= 13),
9 default-jdk,
10 javahelper (>= 0.43~),
11 libosgi-annotation-java,
12 maven-repo-helper (>= 1.6~)
13 Standards-Version: 4.5.0
14 Vcs-Git: https://salsa.debian.org/java-team/osgi-core.git
15 Vcs-Browser: https://salsa.debian.org/java-team/osgi-core
16 Homepage: http://www.osgi.org/Specifications/HomePage
17
18 Package: libosgi-core-java
19 Architecture: all
20 Depends:
21 ${java:Depends},
22 ${misc:Depends}
23 Suggests:
24 libosgi-core-java-doc
25 Description: Java OSGi API - Core module
26 OSGi, for Open Services Gateway initiative framework, is a module system and
27 service platform for the Java programming language.
28 .
29 This package contains the OSGi Core module.
30
31 Package: libosgi-core-java-doc
32 Architecture: all
33 Section: doc
34 Depends:
35 ${misc:Depends}
36 Recommends:
37 ${java:Recommends}
38 Description: Javadoc for Java OSGi API - Core module
39 OSGi, for Open Services Gateway initiative framework, is a module system and
40 service platform for the Java programming language.
41 .
42 This package contains Javadoc HTML documentation for libosgi-core-java.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: OSGi Core
2 Upstream-Contact: OSGi Alliance (http://www.osgi.org/)
3 Source: http://repo1.maven.org/maven2/org/osgi/org.osgi.core/
4
5 Files: *
6 Copyright: 2000-2014, OSGi Alliance
7 License: Apache-2.0
8
9 Files: debian/*
10 Copyright: 2010, Ludovic Claude <ludovic.claude@laposte.net>
11 2011, Damien Raude-Morvan <drazzib@debian.org>
12 2013-2015, Markus Koschany <apo@gambaru.de>
13 License: Apache-2.0
14
15 License: Apache-2.0
16 On Debian systems, the complete text of the Apache License Version 2.0,
17 can be found in /usr/share/common-licenses/Apache-2.0.
0 osgi.core.jar org
0 internal /usr/share/doc/libosgi-core-java/api/
0 debian/pom.xml --no-parent --usj-name=osgi.core --relocate=org.osgi:org.osgi.core
1
0 # OSGi has been copied by several project, and each of them republished the OSGi jar under their own namespace, so we try to fix it here
1 s/org.apache.felix/org.osgi/ org.osgi.core * * * *
0 <?xml version="1.0" encoding="UTF-8"?>
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>org.osgi</groupId>
4 <artifactId>osgi.core</artifactId>
5 <version>7.0.0</version>
6 <description>OSGi Core Release 7, Interfaces and Classes for use in compiling bundles</description>
7 <name>org.osgi:osgi.core</name>
8 <url>https://www.osgi.org/</url>
9 <organization>
10 <name>OSGi Alliance</name>
11 <url>https://www.osgi.org/</url>
12 </organization>
13 <licenses>
14 <license>
15 <name>Apache-2.0</name>
16 <url>http://www.apache.org/licenses/LICENSE-2.0</url>
17 <distribution>repo</distribution>
18 <comments>Apache License, Version 2.0</comments>
19 </license>
20 </licenses>
21 <scm>
22 <url>https://osgi.org/gitweb/build.git</url>
23 <connection>scm:git:https://osgi.org/git/build.git</connection>
24 <developerConnection>scm:git:https://osgi.org/git/build.git</developerConnection>
25 <tag>hudson-build.core-1432</tag>
26 </scm>
27 <developers>
28 <developer>
29 <id>osgi</id>
30 <email>info@osgi.org</email>
31 <name>OSGi Alliance</name>
32 <organization>OSGi Alliance</organization>
33 <organizationUrl>https://www.osgi.org/</organizationUrl>
34 </developer>
35 </developers>
36 </project>
0 #!/usr/bin/make -f
1
2 export JAVA_HOME := /usr/lib/jvm/default-java
3 export CLASSPATH := /usr/share/java/osgi.annotation.jar
4
5 MAVEN_REPO := https://repo1.maven.org/maven2/org/osgi/osgi.core
6 VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//')
7 JAR_NAME := osgi.core
8 PACKAGE := libosgi-core-java
9
10 %:
11 dh $@ --with javahelper --with jh_maven_repo_helper
12
13 override_jh_build:
14 jh_build --javacopts='-encoding UTF-8' --javadoc-opts='-encoding UTF-8'
15
16 get-orig-pom:
17 wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/osgi.core-$(VERSION).pom
0 3.0 (quilt)
0 version=4
1 opts="repack,compression=xz,uversionmangle=s/-(alpha|beta)-/~$1/" \
2 https://repo1.maven.org/maven2/org/osgi/osgi.core/(\d.*)/\
3 osgi.core-(\d.*)-sources.jar