[Git][java-team/user-agent-utils][master] 7 commits: Build-Depends: s/default-jdk/default-jdk-headless/

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Nov 4 12:44:05 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / user-agent-utils


Commits:
d9b626f7 by Andreas Tille at 2025-11-04T13:31:17+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
a7f94d26 by Andreas Tille at 2025-11-04T13:36:50+01:00
* d/watch: version=5
* Use Files-Excluded and remove debian/orig-tar.sh
* d/rules: Delete redundant get-orig-source target
* debian/README.source: remove

- - - - -
a4ba8bae by Andreas Tille at 2025-11-04T13:37:11+01:00
Standards-Version: 4.7.2 (routine-update)

- - - - -
e6cd0b1d by Andreas Tille at 2025-11-04T13:37:11+01:00
debhelper-compat 13 (routine-update)

- - - - -
bf24b76f by Andreas Tille at 2025-11-04T13:38:12+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
1fe3ada0 by Andreas Tille at 2025-11-04T13:40:41+01: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

- - - - -
f06d4911 by Andreas Tille at 2025-11-04T13:43:31+01:00
Upload to unstable

- - - - -


8 changed files:

- − debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/orig-tar.sh
- debian/rules
- debian/watch


Changes:

=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Information about user-agent-utils
-----------------------------------
-
-This package was debianized using the mh_make command
-from the maven-debian-helper package.
-
-The build system uses Maven but prevents it from downloading
-anything from the Internet, making the build compliant with
-the Debian policy.


=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+user-agent-utils (1.21-2) unstable; urgency=medium
+
+  * Team upload.
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * d/watch: version=5
+  * Use Files-Excluded and remove debian/orig-tar.sh
+  * d/rules: Delete redundant get-orig-source target
+  * debian/README.source: remove
+  * Standards-Version: 4.7.2 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Use secure URI in Homepage field.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 04 Nov 2025 13:42:24 +0100
+
 user-agent-utils (1.21-1) unstable; urgency=medium
 
   * New upstream release


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


=====================================
debian/control
=====================================
@@ -1,18 +1,26 @@
 Source: user-agent-utils
+Standards-Version: 4.7.2
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Emmanuel Bourg <ebourg at apache.org>,
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 11), default-jdk, maven-debian-helper (>= 1.5), junit4
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/user-agent-utils.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/user-agent-utils.git
-Homepage: http://www.bitwalker.eu/software/user-agent-utils
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk-headless,
+ maven-debian-helper,
+ junit4,
+Vcs-Browser: https://salsa.debian.org/java-team/user-agent-utils
+Vcs-Git: https://salsa.debian.org/java-team/user-agent-utils.git
+Homepage: https://www.bitwalker.eu/software/user-agent-utils
 
 Package: libuser-agent-utils-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: ${maven:OptionalDepends}
+Depends:
+ ${misc:Depends},
+ ${maven:Depends},
+Suggests:
+ ${maven:OptionalDepends},
 Description: Utilities for processing user-agent strings
  The user-agent-utils Java library can be used to parse HTTP requests
  in real-time or to analyze log files and gather information about


=====================================
debian/copyright
=====================================
@@ -1,6 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: User-Agent-Utils
 Source: https://github.com/HaraldWalker/user-agent-utils
+Files-Excluded: javadoc
 
 Files: *
 Copyright: 2008-2018, Harald Walker and contributing developers


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-VERSION=$2
-TAR=../user-agent-utils_$VERSION.orig.tar.xz
-DIR=user-agent-utils-$VERSION
-
-mkdir $DIR
-tar -xf $3 --strip-components=1 -C $DIR
-rm $3
-
-XZ_OPT=--best tar -cJvf $TAR --exclude 'javadoc/*' $DIR
-rm -Rf $DIR


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --no-symlink


=====================================
debian/watch
=====================================
@@ -1,2 +1,5 @@
-version=3
-https://github.com/HaraldWalker/user-agent-utils/tags .*/(1\.[\d\.]+).tar.gz debian debian/orig-tar.sh
+Version: 5
+
+Template: Github
+Owner: HaraldWalker
+Project: user-agent-utils



View it on GitLab: https://salsa.debian.org/java-team/user-agent-utils/-/compare/5d781f84fb93eface7786a811be5b3e2513f87fe...f06d4911700d8f8fa94f5de9f6467c49c663730f

-- 
View it on GitLab: https://salsa.debian.org/java-team/user-agent-utils/-/compare/5d781f84fb93eface7786a811be5b3e2513f87fe...f06d4911700d8f8fa94f5de9f6467c49c663730f
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/20251104/765514f3/attachment.htm>


More information about the pkg-java-commits mailing list