Andreas Tille pushed to branch master at Debian Java Maintainers / fest-test
Commits: 1ef5da14 by Andreas Tille at 2025-01-14T17:19:19+01:00 Fix watch file debhelper-compat = 13 - - - - - 16d76501 by Andreas Tille at 2025-01-14T17:19:37+01:00 Standards-Version: 4.7.0 (routine-update) - - - - - dd432dc9 by Andreas Tille at 2025-01-14T17:19:47+01:00 Reorder sequence of d/control fields by cme (routine-update) - - - - - 6f953e41 by Andreas Tille at 2025-01-14T17:19:47+01:00 Secure URI in copyright format (routine-update) - - - - - 244e5e61 by Andreas Tille at 2025-01-14T16:19:48+00:00 Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html - - - - - 896111d6 by Andreas Tille at 2025-01-14T17:24:02+01:00 Drop -doc package - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - − debian/libfest-test-java-doc.javadoc - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,23 @@ +fest-test (2.1.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Fix watch file + * debhelper-compat = 13 + * Standards-Version: 4.7.0 (routine-update) + * Reorder sequence of d/control fields by cme (routine-update) + * Secure URI in copyright format (routine-update) + * Update watch file format version to 4. + * Drop -doc package + + -- Andreas Tille <[email protected]> Tue, 14 Jan 2025 17:09:28 +0100 + +fest-test (2.1.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]> Tue, 29 Dec 2020 04:01:35 +0100 + fest-test (2.1.0-1) unstable; urgency=medium * Initial release (Closes: #769199) ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -1,24 +1,24 @@ Source: fest-test -Section: java -Priority: optional Maintainer: Debian Java maintainers <[email protected]> Uploaders: Tim Potter <[email protected]> -Build-Depends: debhelper (>= 9), +Section: java +Priority: optional +Build-Depends: debhelper-compat (= 13), default-jdk, - default-jdk-doc, javahelper, junit4, libmaven-javadoc-plugin-java, maven-debian-helper -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-java/fest-test.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/fest-test.git +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/java-team/fest-test +Vcs-Git: https://salsa.debian.org/java-team/fest-test.git Homepage: https://github.com/alexruiz/fest-test Package: libfest-test-java Architecture: all -Depends: ${maven:Depends}, ${misc:Depends} -Suggests: libfest-test-java-doc, ${maven:OptionalDepends} +Depends: ${maven:Depends}, + ${misc:Depends} +Suggests: ${maven:OptionalDepends} Description: common testing code for FEST (Fixtures for Easy Software Testing) packages FEST Assertions is a Java library that provides a fluent interface for writing assertions. It's main goal is to improve test code @@ -27,16 +27,3 @@ Description: common testing code for FEST (Fixtures for Easy Software Testing) p . This package contains common test utilities used for building other packages in the FEST framework. - -Package: libfest-test-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Suggests: libfest-test-java, ${maven:DocOptionalDepends} -Description: Documentation for libfest-test-java - FEST Assertions is a Java library that provides a fluent interface - for writing assertions. It's main goal is to improve test code - readability and make maintenance of tests easier. FEST Assertions can - be used with either JUnit or TestNG. - . - This package contains the API documentation of libfest-test. ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fest-test Source: https://github.com/alexruiz/fest-test ===================================== debian/libfest-test-java-doc.javadoc deleted ===================================== @@ -1 +0,0 @@ -target/site/apidocs usr/share/doc/libfest-test-java/api ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ -version=3 -https://github.com/alexruiz/fest-test/releases .*/fest-test-([\d\.]+).tar.gz +version=4 +https://github.com/alexruiz/fest-test/tags .*/fest-test-([\d\.]+).tar.gz View it on GitLab: https://salsa.debian.org/java-team/fest-test/-/compare/82502b86ac5b7d55dcac7f228b121e491c99d6ea...896111d67a1734005697a3ee19c10f9428dbb7ad -- View it on GitLab: https://salsa.debian.org/java-team/fest-test/-/compare/82502b86ac5b7d55dcac7f228b121e491c99d6ea...896111d67a1734005697a3ee19c10f9428dbb7ad 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

