This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to annotated tag debian/1.50.0-7 in repository bnd.
commit 2f7006e849a4442e5c7e3f56387ea4c2b30c49b9 Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 17 20:18:19 2013 +0000 Install the Maven artifacts biz.aQute:annotation and biz.aQute:bnd --- debian/bnd.poms | 4 +++- debian/changelog | 6 ++++++ debian/maven.rules | 1 - debian/pom-annotation.xml | 35 +++++++++++++++++++++++++++++++++++ debian/pom-bnd.xml | 34 ++++++++++++++++++++++++++++++++++ debian/{pom.xml => pom-bndlib.xml} | 0 debian/rules | 15 +++++++-------- 7 files changed, 85 insertions(+), 10 deletions(-) diff --git a/debian/bnd.poms b/debian/bnd.poms index 1a7e280..32060f0 100644 --- a/debian/bnd.poms +++ b/debian/bnd.poms @@ -1 +1,3 @@ -debian/pom.xml +debian/pom-bnd.xml --has-package-version --java-lib +debian/pom-bndlib.xml --has-package-version --java-lib +debian/pom-annotation.xml --has-package-version --java-lib diff --git a/debian/changelog b/debian/changelog index 591f368..b50a316 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bnd (1.50.0-7) unstable; urgency=low + + * Install the Maven artifacts biz.aQute:annotation and biz.aQute:bnd + + -- Emmanuel Bourg <[email protected]> Thu, 17 Oct 2013 22:15:13 +0200 + bnd (1.50.0-6) unstable; urgency=low [ Emmanuel Bourg ] diff --git a/debian/maven.rules b/debian/maven.rules deleted file mode 100644 index db5497e..0000000 --- a/debian/maven.rules +++ /dev/null @@ -1 +0,0 @@ -biz.aQute s/bnd/bndlib/ diff --git a/debian/pom-annotation.xml b/debian/pom-annotation.xml new file mode 100644 index 0000000..5a41b93 --- /dev/null +++ b/debian/pom-annotation.xml @@ -0,0 +1,35 @@ +<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'> + + <modelVersion>4.0.0</modelVersion> + <groupId>biz.aQute</groupId> + <artifactId>annotation</artifactId> + <version>1.50.0</version> + <name>bnd Annotations Library</name> + <description>The annotations for bnd.</description> + <url>http://www.aQute.biz/Code/Bnd</url> + <scm> + <url>git://github.com/bndtools/bnd.git</url> + <connection>scm:git:git://github.com/bndtools/bnd.git</connection> + </scm> + <organization> + <name>aQute SARL</name> + <url>http://www.aQute.biz</url> + </organization> + <developers> + <developer> + <id>[email protected]</id> + <name>Peter.Kriens</name> + <email>[email protected]</email> + <organization>aQute</organization> + </developer> + </developers> + <licenses> + <license> + <name>Apache Software License 2.0</name> + <url>http://www.opensource.org/licenses/apache2.0.php</url> + <distribution>repo</distribution> + </license> + </licenses> +</project> diff --git a/debian/pom-bnd.xml b/debian/pom-bnd.xml new file mode 100644 index 0000000..89b03c1 --- /dev/null +++ b/debian/pom-bnd.xml @@ -0,0 +1,34 @@ +<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'> + <modelVersion>4.0.0</modelVersion> + <groupId>biz.aQute</groupId> + <artifactId>bnd</artifactId> + <version>1.50.0</version> + <packaging>jar</packaging> + <description>A utility and plugin to wrap, build, or print bundles</description> + <name>aQute Bundle Tool</name> + <url>http://www.aQute.biz/Code/Bnd</url> + <scm> + <url>https://github.com/bndtools/bnd</url> + <connection>scm:git:git://github.com/bndtools/bnd.git</connection> + </scm> + <organization> + <name>aQute SARL</name> + <url>http://www.aQute.biz</url> + </organization> + <developers> + <developer> + <name>Peter Kriens</name> + <email>[email protected]</email> + <roles> + <role>Primary Developer</role> + </roles> + </developer> + </developers> + <licenses> + <license> + <name>All files contained in this JAR are licensed under the Apache 2.0 license, unless noted differently in their source (see swing2swt).</name> + <url>http://www.opensource.org/licenses/apache2.0.php</url> + <distribution>repo</distribution> + </license> + </licenses> +</project> diff --git a/debian/pom.xml b/debian/pom-bndlib.xml similarity index 100% rename from debian/pom.xml rename to debian/pom-bndlib.xml diff --git a/debian/rules b/debian/rules index fff8edc..b869dc1 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -MAVEN_REPO := http://repo1.maven.org/maven2/biz/aQute/bndlib/ +MAVEN_REPO := http://repo1.maven.org/maven2/biz/aQute/ MAVEN_VERSION := 1.50.0 PACKAGE := $(DEB_SOURCE_PACKAGE) @@ -97,15 +97,12 @@ install/$(PACKAGE):: binary-post-install/$(PACKAGE):: mkdir install/ - cp biz.aQute.bnd/tmp/biz.aQute.bnd.jar install/bnd.jar - cp biz.aQute.bndlib/tmp/biz.aQute.bndlib.jar install/bndlib.jar - cp biz.aQute.bnd/tmp/biz.aQute.bnd.annotation.jar install/bnd.annotation.jar cp biz.aQute.launcher/tmp/biz.aQute.launcher.jar install/bnd.launcher.jar cp biz.aQute.junit/tmp/biz.aQute.junit.jar install/bnd.junit.jar mh_installpoms -p$(PACKAGE) -e$(VERSION) - mh_installjar -p$(PACKAGE) -e$(VERSION) -l debian/pom.xml install/bndlib.jar - jh_installlibs -p$(PACKAGE) install/bnd.jar - jh_installlibs -p$(PACKAGE) install/bnd.annotation.jar + mh_installjar -p$(PACKAGE) -e$(VERSION) -l debian/pom-bndlib.xml --usj-name=bndlib biz.aQute.bndlib/tmp/biz.aQute.bndlib.jar + mh_installjar -p$(PACKAGE) -e$(VERSION) -l debian/pom-bnd.xml --usj-name=bnd biz.aQute.bnd/tmp/biz.aQute.bnd.jar + mh_installjar -p$(PACKAGE) -e$(VERSION) -l debian/pom-annotation.xml --usj-name=bnd.annotation biz.aQute.bnd/tmp/biz.aQute.bnd.annotation.jar jh_installlibs -p$(PACKAGE) install/bnd.launcher.jar jh_installlibs -p$(PACKAGE) install/bnd.junit.jar dh_install -p$(PACKAGE) debian/bnd.sh /usr/bin/ @@ -124,6 +121,8 @@ get-orig-source: debian/orig-tar.sh "" $(VERSION) get-orig-pom: - wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(MAVEN_VERSION)/bndlib-$(MAVEN_VERSION).pom + wget --user-agent="" -O debian/pom-bnd.xml $(MAVEN_REPO)/bnd/$(MAVEN_VERSION)/bnd-$(MAVEN_VERSION).pom + wget --user-agent="" -O debian/pom-bndlib.xml $(MAVEN_REPO)/bndlib/$(MAVEN_VERSION)/bndlib-$(MAVEN_VERSION).pom + wget --user-agent="" -O debian/pom-annotation.xml $(MAVEN_REPO)/annotation/$(MAVEN_VERSION)/annotation-$(MAVEN_VERSION).pom .PHONY: bootstrap clean-bootstrap -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

