This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository activemq.
commit 62a3fe50fafebbe775ec09f9797e5c03f7776895 Author: Markus Koschany <[email protected]> Date: Tue Sep 13 01:11:58 2016 +0200 Add activemq-client-jar.patch and use type jar for packaging instead of bundle. --- debian/patches/activemq-client-jar.patch | 21 +++++++++++++++++++++ debian/patches/init-debian-default-values.patch | 2 +- debian/patches/series | 1 + 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/patches/activemq-client-jar.patch b/debian/patches/activemq-client-jar.patch new file mode 100644 index 0000000..bdae3ec --- /dev/null +++ b/debian/patches/activemq-client-jar.patch @@ -0,0 +1,21 @@ +From: Markus Koschany <[email protected]> +Date: Tue, 13 Sep 2016 01:11:38 +0200 +Subject: activemq-client jar + +--- + activemq-client/pom.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml +index cc1e9f1..ff1b2cb 100755 +--- a/activemq-client/pom.xml ++++ b/activemq-client/pom.xml +@@ -26,7 +26,7 @@ + </parent> + + <artifactId>activemq-client</artifactId> +- <packaging>bundle</packaging> ++ <packaging>jar</packaging> + <name>ActiveMQ :: Client</name> + <description>The ActiveMQ Client implementation</description> + diff --git a/debian/patches/init-debian-default-values.patch b/debian/patches/init-debian-default-values.patch index 1f1bf98..5a2cb53 100644 --- a/debian/patches/init-debian-default-values.patch +++ b/debian/patches/init-debian-default-values.patch @@ -7,7 +7,7 @@ Subject: init debian default values 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/assembly/src/release/bin/activemq b/assembly/src/release/bin/activemq -index 261493b..1079c0b 100755 +index 1468aa9..059d6a6 100755 --- a/assembly/src/release/bin/activemq +++ b/assembly/src/release/bin/activemq @@ -101,12 +101,12 @@ getActiveMQHome(){ diff --git a/debian/patches/series b/debian/patches/series index cb339ee..208ba53 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ init-debian-default-values.patch activemq-spring.patch +activemq-client-jar.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/activemq.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

