Emmanuel Bourg pushed to branch master at Debian Java Maintainers / geronimo-validation-1.0-spec
Commits: d6eb51e5 by Emmanuel Bourg at 2024-10-28T10:03:47+01:00 Use salsa.debian.org Vcs-* URLs - - - - - 130df8d7 by Emmanuel Bourg at 2024-10-28T10:04:16+01:00 Standards-Version updated to 4.7.0 - - - - - 09329448 by Emmanuel Bourg at 2024-10-28T10:04:21+01:00 Switch to debhelper level 13 - - - - - ac257af8 by Emmanuel Bourg at 2024-10-28T10:06:36+01:00 Removed the -java-doc package - - - - - c4074999 by Emmanuel Bourg at 2024-10-28T10:06:46+01:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - − debian/libgeronimo-validation-1.0-spec-java-doc.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +geronimo-validation-1.0-spec (1.1-4) unstable; urgency=medium + + * 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 10:06:40 +0100 + geronimo-validation-1.0-spec (1.1-3) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -4,21 +4,20 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: - debhelper (>= 10~), + debhelper-compat (= 13), default-jdk, libgeronimo-osgi-support-java, libmaven-bundle-plugin-java, - libmaven-javadoc-plugin-java, maven-debian-helper (>= 2.2) -Standards-Version: 4.1.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/geronimo-validation-1.0-spec.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/geronimo-validation-1.0-spec.git +Standards-Version: 4.7.0 +Vcs-Git: https://salsa.debian.org/java-team/geronimo-validation-1.0-spec.git +Vcs-Browser: https://salsa.debian.org/java-team/geronimo-validation-1.0-spec Homepage: http://geronimo.apache.org Package: libgeronimo-validation-1.0-spec-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Suggests: ${maven:OptionalDepends}, libgeronimo-validation-1.0-spec-java-doc (= ${binary:Version}) +Suggests: ${maven:OptionalDepends} Description: Geronimo JSR-303 Bean Validation Spec API Apache Geronimo implementation of the JSR-303 Bean Validation Spec API. . @@ -33,24 +32,3 @@ Description: Geronimo JSR-303 Bean Validation Spec API . This package contains only API of JSR-303 spec. Hibernate Validator is the reference implementation of this spec. - -Package: libgeronimo-validation-1.0-spec-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Suggests: ${maven:DocOptionalDepends}, libgeronimo-validation-1.0-spec-java (= ${binary:Version}) -Description: Documentation for libgeronimo-validation-1.0-spec-java - Documentation for the Apache Geronimo implementation of the JSR-303 Bean - Validation Spec API. - . - JSR 303 defines a metadata model and API for JavaBean validation. - The default metadata source is annotations, with the ability to override and - extend the meta-data through the use of XML validation descriptors. The - API is not tied to a specific application tier or programming model. - . - It is specifically not tied to either the web tier or the persistence tier, - and is available for both server-side application programming, - as well as rich client Swing application developer. - . - This package contains only API of JSR-303 spec. Hibernate Validator is the - reference implementation of this spec. ===================================== debian/libgeronimo-validation-1.0-spec-java-doc.install deleted ===================================== @@ -1 +0,0 @@ -target/apidocs/* /usr/share/doc/libgeronimo-validation-1.0-spec-java/api/ ===================================== debian/rules ===================================== @@ -2,12 +2,3 @@ %: dh $@ - -get-orig-source: - cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ - uscan \ - --verbose \ - --no-symlink \ - --destdir $(CURDIR) \ - --watchfile debian/watch \ - --force-download View it on GitLab: https://salsa.debian.org/java-team/geronimo-validation-1.0-spec/-/compare/17a5699d9dee77bb92cbada49cd180cdd00762fb...c407499973a6098dddbc6291dcf32027fd847ce6 -- View it on GitLab: https://salsa.debian.org/java-team/geronimo-validation-1.0-spec/-/compare/17a5699d9dee77bb92cbada49cd180cdd00762fb...c407499973a6098dddbc6291dcf32027fd847ce6 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

