This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libspring-java.
commit daa5d74554bc4403e0347044dcba68cd02b85578 Author: Emmanuel Bourg <[email protected]> Date: Tue May 24 10:53:41 2016 +0200 New binary package for the spring-messaging module --- debian/changelog | 1 + debian/control | 15 +++++ debian/poms/spring-messaging.pom.xml | 105 +++++++++++++++++++++++++++++++++++ debian/rules | 3 +- 4 files changed, 122 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 905b372..bd9b4cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libspring-java (4.1.9-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Updated the Maven poms + - New binary package for the spring-messaging module -- Emmanuel Bourg <[email protected]> Sun, 03 Apr 2016 01:12:35 +0200 diff --git a/debian/control b/debian/control index 8ceb7f3..bfd06c0 100644 --- a/debian/control +++ b/debian/control @@ -64,6 +64,7 @@ Build-Depends-Indep: bsh, libopenjpa-java, libportlet-api-2.0-spec-java, libquartz-java (>= 1:1.8), + libreactor-core-java, librome-java, libservlet3.0-java, libservlet3.1-java, @@ -264,10 +265,24 @@ Description: modular Java/J2EE application framework - JDBC tools . This package provide spring-jdbc.jar : Java DataBase Connectivity support. +Package: libspring-messaging-java +Architecture: all +Depends: libspring-beans-java (= ${source:Version}), + libspring-context-java (= ${source:Version}), + ${misc:Depends} +Suggests: libreactor-core-java +Description: modular Java/J2EE application framework - Messaging tools + Spring is a layered Java/J2EE application framework offering a lot of freedom + to Java developers yet providing well documented and easy-to-use solutions for + common practices in the industry. + . + This package provide spring-messaging.jar. + Package: libspring-jms-java Architecture: all Depends: glassfish-javaee, libspring-beans-java (= ${source:Version}), + libspring-messaging-java (= ${source:Version}), libspring-transaction-java (= ${source:Version}), ${misc:Depends} Description: modular Java/J2EE application framework - JMS tools diff --git a/debian/poms/spring-messaging.pom.xml b/debian/poms/spring-messaging.pom.xml new file mode 100644 index 0000000..fc45429 --- /dev/null +++ b/debian/poms/spring-messaging.pom.xml @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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.springframework</groupId> + <artifactId>spring-messaging</artifactId> + <version>4.1.9.RELEASE</version> + <name>Spring Messaging</name> + <description>Spring Messaging</description> + <url>https://github.com/spring-projects/spring-framework</url> + <organization> + <name>Spring IO</name> + <url>http://projects.spring.io/spring-framework</url> + </organization> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <developers> + <developer> + <id>jhoeller</id> + <name>Juergen Hoeller</name> + <email>[email protected]</email> + </developer> + </developers> + <issueManagement> + <system>Jira</system> + <url>https://jira.springsource.org/browse/SPR</url> + </issueManagement> + <scm> + <connection>scm:git:git://github.com/spring-projects/spring-framework</connection> + <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection> + <url>https://github.com/spring-projects/spring-framework</url> + </scm> + <dependencies> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.4.6</version> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.eclipse.jetty.websocket</groupId> + <artifactId>websocket-client</artifactId> + <version>9.2.14.v20151106</version> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.eclipse.jetty.websocket</groupId> + <artifactId>websocket-server</artifactId> + <version>9.2.14.v20151106</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <artifactId>javax.servlet-api</artifactId> + <groupId>javax.servlet</groupId> + </exclusion> + </exclusions> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.projectreactor</groupId> + <artifactId>reactor-core</artifactId> + <version>1.1.6.RELEASE</version> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.projectreactor</groupId> + <artifactId>reactor-net</artifactId> + <version>1.1.6.RELEASE</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <artifactId>netty-all</artifactId> + <groupId>io.netty</groupId> + </exclusion> + </exclusions> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + <version>4.1.9.RELEASE</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + <version>4.1.9.RELEASE</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>4.1.9.RELEASE</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> diff --git a/debian/rules b/debian/rules index 8a7d7dd..b088e54 100755 --- a/debian/rules +++ b/debian/rules @@ -3,14 +3,13 @@ JAVA_HOME := /usr/lib/jvm/default-java VERSION = $(shell dpkg-parsechangelog --show-field Version | sed 's/-[^-]*$$//') -MODULES = aop beans context context-support core expression instrument jdbc jms orm oxm test tx web webmvc webmvc-portlet +MODULES = aop beans context context-support core expression instrument jdbc jms messaging orm oxm test tx web webmvc webmvc-portlet %: dh $@ --buildsystem=gradle override_dh_auto_build: dh_auto_build -- jar -x test -x check \ - -x :spring-messaging:compileJava \ -x :spring-orm-hibernate4:compileJava \ -x :spring-webmvc-tiles3:compileJava \ -x :spring-websocket:compileJava -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

