[Git][java-team/atinject-jsr330][master] 11 commits: Team upload.

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Jan 16 15:50:26 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / atinject-jsr330


Commits:
0ce65017 by Andreas Tille at 2025-01-16T16:44:00+01:00
Team upload.

- - - - -
43f0d4c3 by Andreas Tille at 2025-01-16T16:44:00+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
c7ac9090 by Andreas Tille at 2025-01-16T16:44:00+01:00
debhelper-compat 13 (routine-update)

- - - - -
ef5a794c by Andreas Tille at 2025-01-16T16:44:03+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
f5294e68 by Andreas Tille at 2025-01-16T16:44:03+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
20a1423e by Andreas Tille at 2025-01-16T15:44:04+00:00
Trim trailing whitespace.

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

- - - - -
0e8b5273 by Andreas Tille at 2025-01-16T15:44:04+00:00
Use secure URI in Homepage field.

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

- - - - -
5e382e02 by Andreas Tille at 2025-01-16T16:44:08+01:00
watch file standard 4 (routine-update)

- - - - -
edbf49c8 by Andreas Tille at 2025-01-16T16:46:48+01:00
Formatting of changelog

- - - - -
b7ffeeb0 by Andreas Tille at 2025-01-16T16:47:38+01:00
FIx javadoc path

- - - - -
4db064cc by Andreas Tille at 2025-01-16T16:49:43+01:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/libatinject-jsr330-api-java-doc.javadoc
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+atinject-jsr330 (1.0+ds1-6) unstable; urgency=medium
+
+  * Team upload.
+  * Packaging update
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Drop useless get-orig-source target (routine-update)
+  * Trim trailing whitespace.
+  * Use secure URI in Homepage field.
+  * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 16 Jan 2025 16:47:49 +0100
+
 atinject-jsr330 (1.0+ds1-5) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -4,15 +4,15 @@ Uploaders: Jakub Adam <jakub.adam at ktknet.cz>
 Section: java
 Priority: optional
 Build-Depends: ant,
-               debhelper (>= 10~),
+               debhelper-compat (= 13),
                default-jdk,
                javahelper,
                junit4,
                maven-repo-helper
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/atinject-jsr330.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/atinject-jsr330.git
-Homepage: http://javax-inject.github.io/javax-inject/
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/atinject-jsr330
+Vcs-Git: https://salsa.debian.org/java-team/atinject-jsr330.git
+Homepage: https://javax-inject.github.io/javax-inject/
 
 Package: libatinject-jsr330-api-java
 Architecture: all
@@ -28,8 +28,6 @@ Description: Java API for JSR-330 Dependency Injection
 Package: libatinject-jsr330-tck-java
 Architecture: all
 Depends: ${misc:Depends}
-Breaks: libatinject-jsr330-api-java (<< 1.0+ds1-4~)
-Replaces: libatinject-jsr330-api-java (<< 1.0+ds1-4~)
 Description: Java API for JSR-330 Dependency Injection (TCK)
  AtInject is the Java API build by the JSR-330 Expert Group:
  <http://jcp.org/en/jsr/detail?id=330>.
@@ -43,7 +41,8 @@ Package: libatinject-jsr330-api-java-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Suggests: default-jdk-doc, libatinject-jsr330-api-java
+Suggests: default-jdk-doc,
+          libatinject-jsr330-api-java
 Description: Documentation for libatinject-jsr330-api-java
  Documentation for AtInject that is the Java API build by the JSR-330 Expert
  Group: <http://jcp.org/en/jsr/detail?id=330>.


=====================================
debian/libatinject-jsr330-api-java-doc.javadoc
=====================================
@@ -1 +1 @@
-build/javadoc /usr/share/doc/libatinject-jsr330-api-java/api
+build/javadoc usr/share/doc/libatinject-jsr330-api-java/api


=====================================
debian/rules
=====================================
@@ -10,7 +10,3 @@ override_dh_auto_build:
 
 override_dh_auto_clean:
 	rm -Rf build
-
-get-orig-source:
-	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
-	uscan --rename --force-download


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
 opts=uversionmangle=s/^(.*)$/$1.0/,dversionmangle=s/(.*)\+ds\d/$1/ \
 https://github.com/javax-inject/javax-inject/tags .*/javax.inject-tck-([\d\.]+).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/atinject-jsr330/-/compare/f7756e6cbfe3ddeade63cbf2c7169040e9afadf7...4db064cc769678a34265785373a2adf5918ac509

-- 
View it on GitLab: https://salsa.debian.org/java-team/atinject-jsr330/-/compare/f7756e6cbfe3ddeade63cbf2c7169040e9afadf7...4db064cc769678a34265785373a2adf5918ac509
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/20250116/008b5e3e/attachment.htm>


More information about the pkg-java-commits mailing list