Andreas Tille pushed to branch master at Debian Java Maintainers / rabbitmq-java-client
Commits: 3045787d by Holger Levsen at 2025-02-25T20:40:00+01:00 Import Debian changes 5.0.0-1.1 rabbitmq-java-client (5.0.0-1.1) unstable; urgency=medium . * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. - - - - - dc5b10c6 by Andreas Tille at 2025-02-25T20:41:14+01:00 Remove redundant debian/README.source - - - - - 8268bd07 by Andreas Tille at 2025-02-25T21:56:44+01:00 Standards-Version: 4.7.1 (routine-update) - - - - - 8e5a2e81 by Andreas Tille at 2025-02-25T21:56:44+01:00 debhelper-compat 13 (routine-update) - - - - - 9554dd92 by Andreas Tille at 2025-02-25T21:57:28+01:00 Reorder sequence of d/control fields by cme (routine-update) - - - - - 6aee7215 by Andreas Tille at 2025-02-25T21:57:28+01:00 Remove trailing whitespace in debian/changelog (routine-update) - - - - - 56d4ea95 by Andreas Tille at 2025-02-25T21:57:28+01:00 Remove trailing whitespace in debian/copyright (routine-update) - - - - - 6a980734 by Andreas Tille at 2025-02-25T21:58:12+01:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - 9371e108 by Andreas Tille at 2025-02-25T22:08:10+01:00 Add debian/gbp.conf to enable pristine-tar - - - - - 7 changed files: - − debian/README.source - debian/changelog - − debian/compat - debian/control - debian/copyright - + debian/gbp.conf - debian/rules Changes: ===================================== debian/README.source deleted ===================================== @@ -1,8 +0,0 @@ -rabbitmq-java-client for Debian ------------------------------- - -This package uses a version control system as described in -http://wiki.debian.org/Java/JavaVcs and the pages linked from there. - - -- Christopher Hoskin <[email protected]> Wed, 11 Oct 2017 06:47:51 +0100 - ===================================== debian/changelog ===================================== @@ -1,6 +1,27 @@ +rabbitmq-java-client (5.0.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Remove redundant debian/README.source + * Standards-Version: 4.7.1 (routine-update) + * debhelper-compat 13 (routine-update) + * Reorder sequence of d/control fields by cme (routine-update) + * Remove trailing whitespace in debian/changelog (routine-update) + * Remove trailing whitespace in debian/copyright (routine-update) + * Trim trailing whitespace. + * Add debian/gbp.conf to enable pristine-tar + + -- Andreas Tille <[email protected]> Tue, 25 Feb 2025 20:40:53 +0100 + +rabbitmq-java-client (5.0.0-1.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen <[email protected]> Sat, 09 Jan 2021 16:11:26 +0100 + rabbitmq-java-client (5.0.0-1) unstable; urgency=medium * Initial release (Closes: #879660) - * Fill in debian/copyright + * Fill in debian/copyright -- Christopher Hoskin <[email protected]> Tue, 24 Oct 2017 20:44:08 +0100 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -1,19 +1,24 @@ Source: rabbitmq-java-client -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> +Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Christopher Hoskin <[email protected]> -Build-Depends: debhelper (>= 9), maven-debian-helper, python3, - libmaven-source-plugin-java, libbuild-helper-maven-plugin-java, - libmaven-bundle-plugin-java, libdropwizard-metrics-java -Standards-Version: 4.1.1 Section: java +Priority: optional +Build-Depends: debhelper-compat (= 13), + maven-debian-helper, + python3, + libmaven-source-plugin-java, + libbuild-helper-maven-plugin-java, + libmaven-bundle-plugin-java, + libdropwizard-metrics-java +Standards-Version: 4.7.1 +Vcs-Browser: https://salsa.debian.org/java-team/rabbitmq-java-client +Vcs-Git: https://salsa.debian.org/java-team/rabbitmq-java-client.git Homepage: https://www.rabbitmq.com/java-client.html -Vcs-Git: https://anonscm.debian.org/git/pkg-java/rabbitmq-java-client.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/rabbitmq-java-client.git Package: librabbitmq-client-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${misc:Depends}, + ${maven:Depends} Suggests: ${maven:OptionalDepends} Description: RabbitMQ Java client The RabbitMQ Java client library allows Java code to interface with RabbitMQ. ===================================== debian/copyright ===================================== @@ -6,7 +6,7 @@ Files-Excluded: doc/channels/channels.pdf doc/channels/whiteboard.JPG Comment: PDFs can be built from tex files doc/channels/whiteboard.JPG contains non-free ICC profile - fixed upstream https://github.com/rabbitmq/rabbitmq-java-client/issues/322 + fixed upstream https://github.com/rabbitmq/rabbitmq-java-client/issues/322 Files: * Copyright: 2007-2017 Present Pivotal Software, Inc. <[email protected]> @@ -71,7 +71,7 @@ License: zed-cm complaints can be forwarded to [email protected]. However, the author accepts no liability for the accuracy of these macros, or their fitness for any purpose. If you make any changes to this - file, please do not distribute the results under the name `zed-cm.sty'. + file, please do not distribute the results under the name `zed-cm.sty'. License: GPL-2+ ===================================== debian/gbp.conf ===================================== @@ -0,0 +1,3 @@ +[DEFAULT] +pristine-tar=True +component=['codegen'] ===================================== debian/rules ===================================== @@ -27,4 +27,3 @@ override_dh_auto_configure: # This is example for Cmake (See https://bugs.debian.org/641051 ) #override_dh_auto_configure: # dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - View it on GitLab: https://salsa.debian.org/java-team/rabbitmq-java-client/-/compare/e8734f26f5b6691e7c93e8ceb3e13fddf649c08c...9371e108a8ab8fae78377848f92a8b81a49e4d4f -- View it on GitLab: https://salsa.debian.org/java-team/rabbitmq-java-client/-/compare/e8734f26f5b6691e7c93e8ceb3e13fddf649c08c...9371e108a8ab8fae78377848f92a8b81a49e4d4f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

