This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository osgi-annotation.
commit 22e3418111d27f5ff1efcdd4f2d137e0fe1f6b57 Author: Markus Koschany <[email protected]> Date: Tue Feb 17 23:32:37 2015 +0100 Imported Debian patch 6.0.0-1 --- debian/changelog | 6 ++++ debian/compat | 1 + debian/control | 45 ++++++++++++++++++++++++++++++ debian/copyright | 16 +++++++++++ debian/javabuild | 1 + debian/libosgi-annotation-java-doc.javadoc | 1 + debian/libosgi-annotation-java.jlibs | 2 ++ debian/libosgi-annotation-java.poms | 1 + debian/maven.publishedRules | 2 ++ debian/pom.xml | 33 ++++++++++++++++++++++ debian/rules | 17 +++++++++++ debian/source/format | 1 + debian/watch | 4 +++ 13 files changed, 130 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2f614d6 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +osgi-annotation (6.0.0-1) unstable; urgency=medium + + * Initial release. + + -- Markus Koschany <[email protected]> Tue, 17 Feb 2015 23:32:37 +0100 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6912382 --- /dev/null +++ b/debian/control @@ -0,0 +1,45 @@ +Source: osgi-annotation +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: + Markus Koschany <[email protected]> +Build-Depends: + ant, + debhelper (>= 9), + default-jdk, + javahelper, + maven-repo-helper +Standards-Version: 3.9.6 +Vcs-Git: git://anonscm.debian.org/pkg-java/osgi-annotation.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/osgi-annotation.git +Homepage: http://www.osgi.org/Specifications/HomePage + +Package: libosgi-annotation-java +Architecture: all +Depends: + ${java:Depends}, + ${misc:Depends} +Suggests: + libosgi-annotation-java-doc +Description: Java OSGi API - annotation module + OSGi, for Open Services Gateway initiative framework, is a module system and + service platform for the Java programming language. + . + This package contains the OSGi annotation module. + . + On top of OSGi Core it provides additional services to help dynamic + components. + +Package: libosgi-annotation-java-doc +Architecture: all +Section: doc +Depends: + ${misc:Depends} +Recommends: + ${java:Recommends} +Description: Javadoc for Java OSGi API - annotation module + OSGi, for Open Services Gateway initiative framework, is a module system and + service platform for the Java programming language. + . + This package contains Javadoc HTML documentation for libosgi-annotation-java. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..142eae2 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: OSGi Annotation +Upstream-Contact: OSGi Alliance (http://www.osgi.org/) +Source: http://repo1.maven.org/maven2/org/osgi/org.osgi.annotation/ + +Files: * +Copyright: 2013-2014, OSGi Alliance +License: Apache-2.0 + +Files: debian/* +Copyright: 2015, Markus Koschany <[email protected]> +License: Apache-2.0 + +License: Apache-2.0 + On Debian systems the complete text of the Apache License Version 2.0, + can be found in /usr/share/common-licenses/Apache-2.0. diff --git a/debian/javabuild b/debian/javabuild new file mode 100644 index 0000000..80c9238 --- /dev/null +++ b/debian/javabuild @@ -0,0 +1 @@ +osgi.annotation.jar org diff --git a/debian/libosgi-annotation-java-doc.javadoc b/debian/libosgi-annotation-java-doc.javadoc new file mode 100644 index 0000000..95eac04 --- /dev/null +++ b/debian/libosgi-annotation-java-doc.javadoc @@ -0,0 +1 @@ +internal /usr/share/doc/libosgi-annotation-java/api/ diff --git a/debian/libosgi-annotation-java.jlibs b/debian/libosgi-annotation-java.jlibs new file mode 100644 index 0000000..b7f90ba --- /dev/null +++ b/debian/libosgi-annotation-java.jlibs @@ -0,0 +1,2 @@ +osgi.annotation.jar + diff --git a/debian/libosgi-annotation-java.poms b/debian/libosgi-annotation-java.poms new file mode 100644 index 0000000..7678df6 --- /dev/null +++ b/debian/libosgi-annotation-java.poms @@ -0,0 +1 @@ +debian/pom.xml --no-parent --usj-name=osgi.annotation diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules new file mode 100644 index 0000000..feda5ca --- /dev/null +++ b/debian/maven.publishedRules @@ -0,0 +1,2 @@ +# OSGi has been copied by several projects and each of them republished the OSGi jar under their own namespace, so we try to fix it here +s/org.apache.felix/org.osgi/ org.osgi.annotation * * * * diff --git a/debian/pom.xml b/debian/pom.xml new file mode 100644 index 0000000..849b1a5 --- /dev/null +++ b/debian/pom.xml @@ -0,0 +1,33 @@ +<?xml version="1.0"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.annotation</artifactId> + <version>6.0.0</version> + <name>org.osgi.annotation</name> + <description>OSGi Annotation Release 6, Annotations for use in compiling bundles.</description> + <url>http://www.osgi.org</url> + <organization> + <name>OSGi Alliance</name> + <url>http://www.osgi.org</url> + </organization> + <licenses> + <license> + <name>Apache License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <distribution>repo</distribution> + </license> + </licenses> + <developers> + <developer> + <name>OSGi Alliance</name> + <email>[email protected]</email> + </developer> + </developers> + <scm> + <connection>private</connection> + <developerConnection>private</developerConnection> + <url>private</url> + </scm> +</project> diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..802111a --- /dev/null +++ b/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +export JAVA_HOME := /usr/lib/jvm/default-java + +MAVEN_REPO := http://repo1.maven.org/maven2/org/osgi/org.osgi.annotation +VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//') +JAR_NAME := osgi.annotation +PACKAGE := libosgi-annotation-java + +%: + dh $@ --with javahelper --with jh_maven_repo_helper + +get-orig-source: + uscan --verbose --repack --compression xz --force-download --download-current-version + +get-orig-pom: + wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/org.osgi.annotation-$(VERSION).pom diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..673ca04 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ +http://repo1.maven.org/maven2/org/osgi/org.osgi.annotation/(\d.*)/\ + org.osgi.annotation-(\d.*)-sources.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-annotation.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

