[Git][java-team/libjsr305-java][master] 8 commits: Build-Depends: s/default-jdk/default-jdk-headless/

Andreas Tille (@tille) gitlab at salsa.debian.org
Sun Feb 9 19:13:27 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / libjsr305-java


Commits:
14d70751 by Andreas Tille at 2025-02-09T20:08:49+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
66fdbda5 by Andreas Tille at 2025-02-09T20:09:03+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
e7114cd9 by Andreas Tille at 2025-02-09T20:09:03+01:00
debhelper-compat 13 (routine-update)

- - - - -
e39809f4 by Andreas Tille at 2025-02-09T20:09:05+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
e3b76693 by Andreas Tille at 2025-02-09T20:09:05+01:00
Remove trailing whitespace in debian/copyright (routine-update)

- - - - -
c74f5240 by Andreas Tille at 2025-02-09T19:09:06+00:00
Drop fields with obsolete URLs.

Changes-By: lintian-brush
Fixes: lintian: obsolete-url-in-packaging
See-also: https://lintian.debian.org/tags/obsolete-url-in-packaging.html

- - - - -
48c13b95 by Andreas Tille at 2025-02-09T19:09:06+00:00
Fill in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: no-homepage-field
See-also: https://lintian.debian.org/tags/no-homepage-field.html

- - - - -
fc2b763e by Andreas Tille at 2025-02-09T20:10:42+01:00
Remove overrides for lintian tags that are no longer supported: no-upstream-changelog, no-upstream-changelog

Changes-By: lintian-brush
Fixes: lintian: malformed-override
See-also: https://lintian.debian.org/tags/malformed-override.html

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libjsr305-java-doc.lintian-overrides
- − debian/libjsr305-java.lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+libjsr305-java (0.1~+svn49-12) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Remove trailing whitespace in debian/copyright (routine-update)
+  * Drop fields with obsolete URLs.
+  * Fill in Homepage field.
+  * Remove overrides for lintian tags that are no longer supported:
+    no-upstream-changelog, no-upstream-changelog
+
+ -- Andreas Tille <tille at debian.org>  Sun, 09 Feb 2025 20:08:26 +0100
+
 libjsr305-java (0.1~+svn49-11) unstable; urgency=medium
 
   [ Miguel Landaeta ]


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
debian/control
=====================================
@@ -1,17 +1,17 @@
 Source: libjsr305-java
-Section: java
-Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: James Page <james.page at ubuntu.com>
-Build-Depends: debhelper (>= 10~),
-               default-jdk,
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               default-jdk-headless,
                default-jdk-doc,
-               javahelper (>= 0.32~),
+               javahelper,
                maven-repo-helper
-Standards-Version: 4.3.0
-Homepage: https://code.google.com/archive/p/jsr-305/
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjsr305-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjsr305-java.git
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/libjsr305-java
+Vcs-Git: https://salsa.debian.org/java-team/libjsr305-java.git
+Homepage: http://code.google.com/p/jsr-305/
 
 Package: libjsr305-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -6,28 +6,28 @@ Source: http://jsr-305.googlecode.com/svn/trunk/
 Files: *
 Copyright: 2007-2009, JSR305 expert group
 License: BSD-3-clause
- Redistribution and use in source and binary forms, with or without 
+ Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
-     * Redistributions of source code must retain the above copyright notice, 
+     * Redistributions of source code must retain the above copyright notice,
        this list of conditions and the following disclaimer.
-     * Redistributions in binary form must reproduce the above copyright notice, 
-       this list of conditions and the following disclaimer in the documentation 
+     * Redistributions in binary form must reproduce the above copyright notice,
+       this list of conditions and the following disclaimer in the documentation
        and/or other materials provided with the distribution.
-     * Neither the name of the JSR305 expert group nor the names of its 
-       contributors may be used to endorse or promote products derived from 
+     * Neither the name of the JSR305 expert group nor the names of its
+       contributors may be used to endorse or promote products derived from
        this software without specific prior written permission.
  .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.
 
 Files: ri/src/main/java/javax/annotation/concurrent/NotThreadSafe.java


=====================================
debian/libjsr305-java-doc.lintian-overrides deleted
=====================================
@@ -1 +0,0 @@
-libjsr305-java-doc: no-upstream-changelog


=====================================
debian/libjsr305-java.lintian-overrides deleted
=====================================
@@ -1 +0,0 @@
-libjsr305-java: no-upstream-changelog



View it on GitLab: https://salsa.debian.org/java-team/libjsr305-java/-/compare/348aad6ddda5c76c4d9564ab6d71951fb2b6f473...fc2b763e35b61100f5e18f2df5aba8704ef162ad

-- 
View it on GitLab: https://salsa.debian.org/java-team/libjsr305-java/-/compare/348aad6ddda5c76c4d9564ab6d71951fb2b6f473...fc2b763e35b61100f5e18f2df5aba8704ef162ad
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/20250209/e986d04d/attachment.htm>


More information about the pkg-java-commits mailing list