[Git][java-team/activemq][master] 7 commits: Adding the missing xpp3 dependency to the stomp pom.xml

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Fri Jul 1 16:20:03 BST 2022



Pierre Gruet pushed to branch master at Debian Java Maintainers / activemq


Commits:
a6be349b by Pierre Gruet at 2022-06-27T20:33:30+02:00
Adding the missing xpp3 dependency to the stomp pom.xml

- - - - -
a9796fa3 by Pierre Gruet at 2022-06-27T20:35:18+02:00
Raising Standards version to 4.6.1 (R-R-R: no)

- - - - -
3a060d52 by Pierre Gruet at 2022-06-27T20:37:21+02:00
Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
33332e85 by Pierre Gruet at 2022-06-27T20:37:26+02:00
Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

- - - - -
fc1488dd by Pierre Gruet at 2022-06-27T20:41:18+02:00
Adding Recommends: velocity to activemq

- - - - -
b0722d3a by Pierre Gruet at 2022-07-01T16:43:31+02:00
Changing the faulty chmod in d/rules, as there are directories in the targetted folder

- - - - -
90a0b740 by Pierre Gruet at 2022-07-01T17:19:45+02:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/control
- + debian/patches/mising-dependency-in-stomp-pom.patch
- debian/patches/series
- debian/rules
- + debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+activemq (5.16.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Adding missing xpp3 dependency in the pom of activemq-stomp
+  * Raising Standards version to 4.6.1 (R-R-R: no)
+  * Adding Recommends: velocity to activemq (Closes: #989116)
+  * Use secure URI in Homepage field.
+  * Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.
+  * Changing the faulty chmod in d/rules, as there are directories in the
+    targetted folder
+
+  [ Markus Koschany ]
+  * Refreshing patches
+
+ -- Pierre Gruet <pgt at debian.org>  Fri, 01 Jul 2022 16:43:40 +0200
+
 activemq (5.16.1-1) unstable; urgency=high
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -68,10 +68,11 @@ Build-Depends:
  libxstream-java (>= 1.4),
  libzookeeper-java,
  maven-debian-helper
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/java-team/activemq.git
 Vcs-Browser: https://salsa.debian.org/java-team/activemq
-Homepage: http://activemq.apache.org
+Homepage: https://activemq.apache.org
+Rules-Requires-Root: no
 
 Package: libactivemq-java
 Architecture: all
@@ -120,6 +121,7 @@ Depends:
  liblog4j1.2-java,
  lsb-base (>= 3.2-14),
  ${misc:Depends}
+Recommends: velocity
 Description: Java message broker - server
  Apache ActiveMQ is a message broker built around Java Message Service (JMS)
  API : allow sending messages between two or more clients in a loosely coupled,


=====================================
debian/patches/mising-dependency-in-stomp-pom.patch
=====================================
@@ -0,0 +1,19 @@
+Description: the pom file in activemq-stomp misses the xpp3:xpp3 dependency
+Author: Pierre Gruet <pgt at debian.org>
+Forwarded: no
+Last-Update: 2022-06-27
+
+--- a/activemq-stomp/pom.xml
++++ b/activemq-stomp/pom.xml
+@@ -40,6 +40,11 @@
+       <artifactId>activemq-broker</artifactId>
+     </dependency>
+ 
++    <dependency>
++      <groupId>xpp3</groupId>
++      <artifactId>xpp3</artifactId>
++    </dependency>
++
+     <!-- =============================== -->
+     <!-- Optional Dependencies           -->
+     <!-- =============================== -->


=====================================
debian/patches/series
=====================================
@@ -5,3 +5,4 @@ disable-broker-test-dependency.patch
 java11.patch
 maven-xbean-plugin.patch
 enable-activemq-jdbc-store-module.patch
+mising-dependency-in-stomp-pom.patch


=====================================
debian/rules
=====================================
@@ -7,5 +7,5 @@
 override_dh_install:
 	dh_install
 	chmod 644 debian/activemq/etc/activemq/instances-available/main/log4j.properties
-	chmod 644 -R debian/activemq/usr/share/doc/activemq/examples/*
+	find debian/activemq/usr/share/doc/activemq/examples -type f -exec chmod 644 {} +
 	chmod 644 debian/activemq/usr/share/activemq/README.txt


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://issues.apache.org/jira/browse/AMQ
+Repository: http://gitbox.apache.org/repos/asf/activemq.git
+Repository-Browse: https://github.com/apache/activemq



View it on GitLab: https://salsa.debian.org/java-team/activemq/-/compare/bca0e977f950400756e7d8e588a64914b0384b3b...90a0b740f3d7e2755a450e624b798ec831db1ed7

-- 
View it on GitLab: https://salsa.debian.org/java-team/activemq/-/compare/bca0e977f950400756e7d8e588a64914b0384b3b...90a0b740f3d7e2755a450e624b798ec831db1ed7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220701/7957e0ba/attachment.htm>


More information about the pkg-java-commits mailing list