[Git][java-team/uima-addons][master] 9 commits: * Secure URI in Homepage

Andreas Tille (@tille) gitlab at salsa.debian.org
Sat Nov 1 18:45:02 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / uima-addons


Commits:
a7e78c0d by Andreas Tille at 2025-11-01T19:08:21+01:00
* Secure URI in Homepage
* Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
5adcbf8f by Andreas Tille at 2025-11-01T19:14:20+01:00
Standards-Version: 4.7.2 (routine-update)

- - - - -
c578fdb4 by Andreas Tille at 2025-11-01T19:14:20+01:00
debhelper-compat 13 (routine-update)

- - - - -
3aba76d0 by Andreas Tille at 2025-11-01T19:18:48+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
743f01cc by Andreas Tille at 2025-11-01T19:18:49+01:00
Secure URI in copyright format (routine-update)

- - - - -
8f0ee3db by Andreas Tille at 2025-11-01T19:18:49+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
974365c9 by Andreas Tille at 2025-11-01T19:18:49+01:00
Trim trailing whitespace.

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

- - - - -
e7fc9010 by Andreas Tille at 2025-11-01T19:23:05+01:00
watch file standard 4 (routine-update)

- - - - -
71cc1306 by Andreas Tille at 2025-11-01T19:43:33+01:00
Install NOTICE files

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+uima-addons (2.3.1-10) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Secure URI in Homepage
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * Standards-Version: 4.7.2 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Drop useless get-orig-source target (routine-update)
+  * Trim trailing whitespace.
+  * watch file standard 4 (routine-update)
+  * Install NOTICE files
+
+ -- Andreas Tille <tille at debian.org>  Sat, 01 Nov 2025 19:07:08 +0100
+
 uima-addons (2.3.1-9) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -1,39 +1,47 @@
 Source: uima-addons
+Standards-Version: 4.7.2
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Damien Raude-Morvan <drazzib at debian.org>,
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.4.5)
-Build-Depends-Indep: ant,
-                     bsh,
-                     junit4,
-                     libbuild-helper-maven-plugin-java,
-                     libcommons-io-java,
-                     libcommons-logging-java,
-                     libhttpclient-java,
-                     libjavacc-maven-plugin-java,
-                     libjetty9-java,
-                     liblog4j1.2-java,
-                     libmaven-antrun-plugin-java,
-                     libmaven-bundle-plugin-java,
-                     libmaven-dependency-plugin-java,
-                     libmaven-install-plugin-java,
-                     librhino-java,
-                     libservlet3.1-java,
-                     libslf4j-java,
-                     libuima-core-java,
-                     libuima-tools-java,
-                     libxmlbeans-java,
-                     libxmlbeans-maven-plugin-java (>= 2.3.3-3)
-Standards-Version: 4.1.1
-Vcs-Git: https://salsa.debian.org/java-team/uima-addons.git
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk-headless,
+ maven-debian-helper,
+Build-Depends-Indep:
+ ant,
+ bsh,
+ junit4,
+ libbuild-helper-maven-plugin-java,
+ libcommons-io-java,
+ libcommons-logging-java,
+ libhttpclient-java,
+ libjavacc-maven-plugin-java,
+ libjetty9-java,
+ liblog4j1.2-java,
+ libmaven-antrun-plugin-java,
+ libmaven-bundle-plugin-java,
+ libmaven-dependency-plugin-java,
+ libmaven-install-plugin-java,
+ librhino-java,
+ libservlet3.1-java,
+ libslf4j-java,
+ libuima-core-java,
+ libuima-tools-java,
+ libxmlbeans-java,
+ libxmlbeans-maven-plugin-java,
 Vcs-Browser: https://salsa.debian.org/java-team/uima-addons
-Homepage: http://uima.apache.org/sandbox.html
+Vcs-Git: https://salsa.debian.org/java-team/uima-addons.git
+Homepage: https://uima.apache.org/sandbox.html
 
 Package: libuima-addons-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
-Recommends: ${maven:OptionalDepends}
+Depends:
+ ${maven:Depends},
+ ${misc:Depends},
+Recommends:
+ ${maven:OptionalDepends},
 Description: Apache UIMA Addons
  Apache UIMA is an implementation of the OASIS-UIMA specifications.
  .


=====================================
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: Apache UIMA Addons and Sandbox
 Upstream-Contact: The Apache Software Foundation
 Source: http://www.apache.org/dist/uima/


=====================================
debian/rules
=====================================
@@ -3,5 +3,9 @@
 %:
 	dh $@
 
-get-orig-source:
-	uscan --download-current-version --force-download --rename
+override_dh_installdocs:
+	dh_installdocs
+	for notice in `find . -name "NOTICE*"` ; do \
+	    target=`echo $${notice} | sed -e 's:^\./::' -e 's:/:_:g'` ; \
+	    cp -a $${notice} debian/`dh_listpackages`/usr/share/doc/`dh_listpackages`/$${target} ; \
+	done


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
+version=4
 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
   http://www.apache.org/dist/uima/ \
   uima-addons-(.*)-source-release.zip debian debian/orig-tar.sh



View it on GitLab: https://salsa.debian.org/java-team/uima-addons/-/compare/fc4432060f30ba856312e612fda5caf774bf8530...71cc1306695b95c0e4b2fc4c16f6320b3e70fe74

-- 
View it on GitLab: https://salsa.debian.org/java-team/uima-addons/-/compare/fc4432060f30ba856312e612fda5caf774bf8530...71cc1306695b95c0e4b2fc4c16f6320b3e70fe74
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/20251101/adf09e29/attachment.htm>


More information about the pkg-java-commits mailing list