[Git][java-team/hessian][master] Upload 4.0.38-3 to unstable

Miguel Landaeta (@nomadium) gitlab at salsa.debian.org
Sat Dec 2 21:31:14 GMT 2023



Miguel Landaeta pushed to branch master at Debian Java Maintainers / hessian


Commits:
76034ad2 by Miguel Landaeta at 2023-12-02T21:14:30+00:00
Upload 4.0.38-3 to unstable

- - - - -


8 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/libhessian-java-doc.javadoc
- − debian/orig-tar.sh
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,15 +1,20 @@
-hessian (4.0.38-3) UNRELEASED; urgency=medium
+hessian (4.0.38-3) unstable; urgency=medium
 
   * Team upload.
   * Remove myself from uploaders list. (Closes: #871860)
-  * Bump DH compat level to 10.
-  * Bump Standards-Version to 3.9.8. No changes were required.
+  * Bump DH compat level to 13.
+  * Bump Standards-Version to 4.6.2. No changes were required.
   * Wrap and sort dependency lists.
   * Update copyright info.
   * Use HTTPS URLs in Vcs-* fields.
   * Simplify d/rules.
+  * Apply Multi-Arch hints.
+  * Set field Rules-Requires-Root to no.
+  * Bump d/watch file to version 4 and fix connection issues with Maven repo.
+  * Drop unused get-orig-source target in d/rules.
+  * Replace B-D on libservlet3.1-java with libservlet-api-java.
 
- -- Miguel Landaeta <nomadium at debian.org>  Mon, 07 Aug 2017 10:56:02 +0100
+ -- Miguel Landaeta <nomadium at debian.org>  Sat, 02 Dec 2023 20:46:48 +0000
 
 hessian (4.0.38-2) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -3,18 +3,20 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
 Section: java
 Priority: optional
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper-compat (= 13),
                default-jdk,
                javahelper,
                maven-repo-helper,
-               libservlet3.1-java
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/hessian.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/hessian.git
+               libservlet-api-java
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/java-team/hessian.git
+Vcs-Browser: https://salsa.debian.org/java-team/hessian
 Homepage: http://hessian.caucho.com
+Rules-Requires-Root: no
 
 Package: libhessian-java
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Suggests: libhessian-java-doc (= ${binary:Version})
 Description: Java implementation of a binary protocol for web services
@@ -28,6 +30,7 @@ Description: Java implementation of a binary protocol for web services
 
 Package: libhessian-java-doc
 Architecture: all
+Multi-Arch: foreign
 Section: doc
 Depends: ${misc:Depends}
 Suggests: libhessian-java (= ${binary:Version})


=====================================
debian/copyright
=====================================
@@ -50,7 +50,7 @@ License: Apache-1.1
 
 
 Files: debian/*
-Copyright: 2010, Miguel Landaeta <nomadium at debian.org>
+Copyright: 2010-2023, Miguel Landaeta <nomadium at debian.org>
            2013, Emmanuel Bourg <ebourg at apache.org>
 License: Apache-2.0
  Licensed under the Apache License, Version 2.0 (the "License");


=====================================
debian/libhessian-java-doc.javadoc
=====================================
@@ -1 +1 @@
-internal /usr/share/doc/libhessian-java/api
+internal  usr/share/doc/libhessian-java/api


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# called by uscan with '--upstream-version' <version> <file>
-PACKAGE=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-VERSION=$2
-TAR=../${PACKAGE}_${VERSION}.orig.tar.xz
-DIR=${PACKAGE}-${VERSION}.orig
-
-rm -Rf $3
-
-wget http://caucho.com/download/hessian-$VERSION-src.jar
-unzip -d $DIR hessian-$VERSION-src.jar
-rm hessian-$VERSION-src.jar
-
-XZ_OPT=--best tar --numeric --group 0 --owner 0 -c -v -J -f $TAR \
-    --exclude 'META-INF' --exclude **/test/** --exclude **/test  $DIR
-
-rm -rf $DIR


=====================================
debian/rules
=====================================
@@ -2,7 +2,7 @@
 include /usr/share/dpkg/default.mk
 
 export JAVA_HOME=/usr/lib/jvm/default-java
-export CLASSPATH=/usr/share/java/servlet-api-3.1.jar
+export CLASSPATH=/usr/share/java/servlet-api.jar
 
 %:
 	dh $@ --with javahelper
@@ -16,9 +16,5 @@ override_dh_auto_install:
 override_dh_auto_clean:
 	mh_clean
 
-get-orig-source:
-	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
-	uscan --force-download --download-current-version --no-symlink
-
 get-orig-pom:
 	wget http://central.maven.org/maven2/com/caucho/hessian/$(DEB_VERSION_UPSTREAM)/hessian-$(DEB_VERSION_UPSTREAM).pom -O debian/pom.xml


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-http://repo1.maven.org/maven2/com/caucho/hessian/ (\d[\d\.]+)/ debian debian/orig-tar.sh
+version=4
+https://repo1.maven.org/maven2/com/caucho/hessian/ @ANY_VERSION@/



View it on GitLab: https://salsa.debian.org/java-team/hessian/-/commit/76034ad2f6b106fb22b93d7635dbc5db37801c67

-- 
View it on GitLab: https://salsa.debian.org/java-team/hessian/-/commit/76034ad2f6b106fb22b93d7635dbc5db37801c67
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/20231202/7b86eefe/attachment.htm>


More information about the pkg-java-commits mailing list