[Git][java-team/fest-util][master] 6 commits: Removed the -java-doc package
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Oct 28 15:31:44 GMT 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / fest-util
Commits:
ab079779 by Emmanuel Bourg at 2024-10-28T16:25:24+01:00
Removed the -java-doc package
- - - - -
1c0cf380 by Emmanuel Bourg at 2024-10-28T16:25:29+01:00
Standards-Version updated to 4.7.0
- - - - -
a5a6cda4 by Emmanuel Bourg at 2024-10-28T16:25:44+01:00
Switch to debhelper level 13
- - - - -
550c00ff by Emmanuel Bourg at 2024-10-28T16:25:54+01:00
Use salsa.debian.org Vcs-* URLs
- - - - -
bb014865 by Emmanuel Bourg at 2024-10-28T16:28:58+01:00
Updated the watch file
- - - - -
b23e2579 by Emmanuel Bourg at 2024-10-28T16:29:28+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- − debian/libfest-util-java-doc.javadoc
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+fest-util (1.2.5-2) unstable; urgency=medium
+
+ * Team upload.
+ * Removed the -java-doc package
+ * Standards-Version updated to 4.7.0
+ * Switch to debhelper level 13
+ * Use salsa.debian.org Vcs-* URLs
+ * Updated the watch file
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 28 Oct 2024 16:29:16 +0100
+
fest-util (1.2.5-1) unstable; urgency=low
* Initial release (Closes: #769088)
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -3,23 +3,21 @@ Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Tim Potter <tpot at hp.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper-compat (= 13),
default-jdk,
- default-jdk-doc,
javahelper,
junit4,
- libmaven-javadoc-plugin-java,
libmockito-java,
maven-debian-helper
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/fest-util.git
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/fest-util.git
+Standards-Version: 4.7.0
+Vcs-Git: https://salsa.debian.org/java-team/fest-util.git
+Vcs-Browser: https://salsa.debian.org/java-team/fest-util
Homepage: https://github.com/alexruiz/fest-util
Package: libfest-util-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: libfest-util-java-doc, ${maven:OptionalDepends}
+Suggests: ${maven:OptionalDepends}
Description: common utilities 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 +25,3 @@ Description: common utilities for FEST (Fixtures for Easy Software Testing) pack
be used with either JUnit or TestNG.
.
This package contains common utilities used in all FEST packages.
-
-Package: libfest-util-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Suggests: libfest-util-java, ${maven:DocOptionalDepends}
-Description: Documentation for libfest-util-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-common.
=====================================
debian/libfest-util-java-doc.javadoc deleted
=====================================
@@ -1 +0,0 @@
-target/site/apidocs usr/share/doc/libfest-util-java/api
=====================================
debian/rules
=====================================
@@ -4,4 +4,4 @@ export JAVA_HOME=/usr/lib/jvm/default-java
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8
%:
- dh $@ --buildsystem=maven --with javahelper
+ dh $@ --with javahelper
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-https://github.com/alexruiz/fest-util/releases .*/fest-util-([\d\.]+).tar.gz
+version=4
+https://github.com/alexruiz/fest-util/tags .*/fest-util-([\d\.]+).tar.gz
View it on GitLab: https://salsa.debian.org/java-team/fest-util/-/compare/249df317877073bfbd93e16f2674d15ac8c251e4...b23e257954bb2dfcdec465b9bcd451e741db0af5
--
View it on GitLab: https://salsa.debian.org/java-team/fest-util/-/compare/249df317877073bfbd93e16f2674d15ac8c251e4...b23e257954bb2dfcdec465b9bcd451e741db0af5
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/20241028/c8ca8da5/attachment.htm>
More information about the pkg-java-commits
mailing list