[Git][java-team/fest-assert][master] 11 commits: Fix watch file
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jan 14 16:11:51 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / fest-assert
Commits:
ea0f85a9 by Andreas Tille at 2025-01-14T16:50:00+01:00
Fix watch file
- - - - -
24664607 by Andreas Tille at 2025-01-14T16:50:43+01:00
Point Homepage to Github
- - - - -
5758776f by Andreas Tille at 2025-01-14T16:51:10+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
8e944017 by Andreas Tille at 2025-01-14T16:51:10+01:00
debhelper-compat 13 (routine-update)
- - - - -
15350e99 by Andreas Tille at 2025-01-14T16:51:53+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
d39a0786 by Andreas Tille at 2025-01-14T16:51:53+01:00
Secure URI in copyright format (routine-update)
- - - - -
647426c6 by Andreas Tille at 2025-01-14T15:51:54+00:00
Update lintian override info format in d/source/lintian-overrides on line 2.
Changes-By: lintian-brush
Fixes: lintian: mismatched-override
See-also: https://lintian.debian.org/tags/mismatched-override.html
- - - - -
d0040733 by Andreas Tille at 2025-01-14T16:52:19+01:00
watch file standard 4 (routine-update)
- - - - -
97ee0b3f by Andreas Tille at 2025-01-14T17:04:04+01:00
Drop unused lintian-overrides
- - - - -
1b5cd21b by Andreas Tille at 2025-01-14T17:07:30+01:00
Drop -doc package
- - - - -
72ce8531 by Andreas Tille at 2025-01-14T17:09:58+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/source/lintian-overrides
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+fest-assert (2.0~M10-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fix watch file
+ * Point Homepage to Github
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Update lintian override info format in d/source/lintian-overrides on line 2.
+ * watch file standard 4 (routine-update)
+ * Drop unused lintian-overrides
+ * Drop -doc package
+
+ -- Andreas Tille <tille at debian.org> Tue, 14 Jan 2025 17:07:36 +0100
+
fest-assert (2.0~M10-1) unstable; urgency=low
* Initial release (Closes: #769077)
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,11 +1,10 @@
Source: fest-assert
-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),
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
default-jdk,
- default-jdk-doc,
javahelper,
junit4,
libfest-test-java,
@@ -13,15 +12,16 @@ Build-Depends: debhelper (>= 9),
libmaven-javadoc-plugin-java,
libmockito-java,
maven-debian-helper
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/fest-assert.git
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/fest-assert.git
-Homepage: http://code.google.com/p/fest/
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/fest-assert
+Vcs-Git: https://salsa.debian.org/java-team/fest-assert.git
+Homepage: https://github.com/alexruiz/fest-assert-2.x
Package: libfest-assert-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: libfest-assert-java-doc, ${maven:OptionalDepends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
+Suggests: ${maven:OptionalDepends}
Description: Java library that provides a fluent interface for writing assertions
FEST Assertions is a Java library that provides a fluent interface
for writing assertions. It's main goal is to improve test code
@@ -29,16 +29,3 @@ Description: Java library that provides a fluent interface for writing assertion
be used with either JUnit or TestNG.
.
This package contains common utilities used in all FEST packages.
-
-Package: libfest-assert-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Suggests: libfest-assert-java, ${maven:DocOptionalDepends}
-Description: Documentation for libfest-assert-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-assert.
=====================================
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-assert
Source: https://github.com/alexruiz/fest-assert-2.x
=====================================
debian/source/lintian-overrides deleted
=====================================
@@ -1,2 +0,0 @@
-# This jar contains only IDE settings and no compiled classes
-fest-assert source: source-contains-prebuilt-java-object src/formatters/intellij-codestyle.jar
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
opts=uversionmangle=s/(\d)(M\d)/$1~$2/g \
-https://github.com/alexruiz/fest-assert-2.x/releases .*/fest-assert-core-(.+).tar.gz
+https://github.com/alexruiz/fest-assert-2.x/tags .*/fest-assert-core-(.+).tar.gz
View it on GitLab: https://salsa.debian.org/java-team/fest-assert/-/compare/c55f177196360673ac70f47945098964d480b17e...72ce85318877d04c4bf27f52f93415c5c9f72fef
--
View it on GitLab: https://salsa.debian.org/java-team/fest-assert/-/compare/c55f177196360673ac70f47945098964d480b17e...72ce85318877d04c4bf27f52f93415c5c9f72fef
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/20250114/f61bc434/attachment.htm>
More information about the pkg-java-commits
mailing list