Emmanuel Bourg pushed to branch master at Debian Java Maintainers / felix-shell
Commits: 098fce0a by Emmanuel Bourg at 2024-10-28T11:11:05+01:00 Use salsa.debian.org Vcs-* URLs - - - - - 3126c101 by Emmanuel Bourg at 2024-10-28T11:11:18+01:00 Standards-Version updated to 4.7.0 - - - - - 0198f8dd by Emmanuel Bourg at 2024-10-28T11:11:22+01:00 Switch to debhelper level 13 - - - - - 72a0f51c by Emmanuel Bourg at 2024-10-28T11:13:12+01:00 Removed the -java-doc package - - - - - ef9ee342 by Emmanuel Bourg at 2024-10-28T11:13:34+01:00 Wrap and sort - - - - - 0f80aa27 by Emmanuel Bourg at 2024-10-28T11:14:55+01:00 Upload to unstable - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - − debian/libfelix-shell-java-doc.doc-base - − debian/libfelix-shell-java-doc.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +felix-shell (1.4.3-3) unstable; urgency=medium + + * Team upload. + * Removed the -java-doc package + * Use salsa.debian.org Vcs-* URLs + * Standards-Version updated to 4.7.0 + * Switch to debhelper level 13 + + -- Emmanuel Bourg <[email protected]> Mon, 28 Oct 2024 11:14:51 +0100 + felix-shell (1.4.3-2) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -2,31 +2,23 @@ Source: felix-shell Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: - Damien Raude-Morvan <[email protected]> +Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), default-jdk, - default-jdk-doc, libmaven-bundle-plugin-java, - libmaven-javadoc-plugin-java, libosgi-compendium-java, libosgi-core-java, maven-debian-helper (>= 1.4) -Standards-Version: 4.1.2 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/felix-shell.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-java/felix-shell.git +Standards-Version: 4.7.0 +Vcs-Git: https://salsa.debian.org/java-team/felix-shell.git +Vcs-Browser: https://salsa.debian.org/java-team/felix-shell Homepage: http://felix.apache.org/site/apache-felix-shell.html Package: libfelix-shell-java Architecture: all -Depends: - ${maven:Depends}, - ${misc:Depends} -Recommends: - ${maven:OptionalDepends} -Suggests: - libfelix-shell-java-doc +Depends: ${maven:Depends}, ${misc:Depends} +Recommends: ${maven:OptionalDepends} Description: Felix OSGi shell to issue commands to the framework The Felix project is an implementation of the OSGi R4.2 core framework specification. @@ -37,23 +29,3 @@ Description: Felix OSGi shell to issue commands to the framework . This subproject defines a shell service for creating and executing arbitrary commands into Apache Felix. - -Package: libfelix-shell-java-doc -Architecture: all -Section: doc -Depends: - ${maven:DocDepends}, - ${misc:Depends} -Recommends: - ${maven:DocOptionalDepends} -Suggests: - libfelix-shell-java -Description: Felix OSGi shell - documentation - The Felix project is an implementation - of the OSGi R4.2 core framework specification. - . - OSGi framework is a module system and service platform - for the Java programming language that implements - a complete and dynamic component model. - . - This package contains Javadoc API documentation for libfelix-shell-java. ===================================== debian/libfelix-shell-java-doc.doc-base deleted ===================================== @@ -1,10 +0,0 @@ -Document: felix-shell -Title: Apache Felix Shell service -Author: The Apache Software Foundation -Abstract: This is the API Javadoc provided for the - libfelix-shell-java library. -Section: Programming/Java - -Format: HTML -Index: /usr/share/doc/libfelix-shell-java/api/index.html -Files: /usr/share/doc/libfelix-shell-java/api/*.html ===================================== debian/libfelix-shell-java-doc.install deleted ===================================== @@ -1,2 +0,0 @@ -doc/apache-* /usr/share/doc/libfelix-shell-java/ -target/apidocs/* /usr/share/doc/libfelix-shell-java/api/ ===================================== debian/rules ===================================== @@ -2,6 +2,3 @@ %: dh $@ - -get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename View it on GitLab: https://salsa.debian.org/java-team/felix-shell/-/compare/725b1190586648c7b4279ea0723a7b22936b9eb5...0f80aa274296dc53b8d8a19f4bc771da12c5bafb -- View it on GitLab: https://salsa.debian.org/java-team/felix-shell/-/compare/725b1190586648c7b4279ea0723a7b22936b9eb5...0f80aa274296dc53b8d8a19f4bc771da12c5bafb 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

