[Git][java-team/jcsp][master] 2 commits: Upload 1.1-rc4-3 to unstable

Miguel Landaeta (@nomadium) gitlab at salsa.debian.org
Sun Dec 3 12:58:35 GMT 2023



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


Commits:
f2d5e5ee by Miguel Landaeta at 2023-12-02T23:06:47+00:00
Upload 1.1-rc4-3 to unstable

- - - - -
183520a0 by Miguel Landaeta at 2023-12-03T12:58:01+00:00
Remove myself from uploaders list

- - - - -


9 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,15 +1,24 @@
-jcsp (1.1-rc4-3) UNRELEASED; urgency=medium
+jcsp (1.1-rc4-4) UNRELEASED; urgency=medium
 
   * Team upload.
   * Remove myself from uploaders list. (Closes: #871868)
-  * Bump DH compat level to 10.
-  * Bump Standards-Version to 3.9.8. No changes were required.
+
+ -- Miguel Landaeta <nomadium at debian.org>  Sun, 03 Dec 2023 12:56:59 +0000
+
+jcsp (1.1-rc4-3) unstable; urgency=medium
+
+  * Bump DH compat level to 13.
+  * Bump Standards-Version to 4.6.2. No changes were required.
   * Wrap and sort dependencies lists.
   * Update Vcs-* fields.
   * Update copyright info.
   * Simplify d/rules.
+  * Apply Multi-Arch hints.
+  * Set Rules-Requires-Root: no.
+  * Update d/watch file and bump it to version 4.
+  * Address lintian errors in -doc package.
 
- -- Miguel Landaeta <nomadium at debian.org>  Mon, 07 Aug 2017 17:40:54 +0100
+ -- Miguel Landaeta <nomadium at debian.org>  Sat, 02 Dec 2023 22:46:43 +0000
 
 jcsp (1.1-rc4-2) unstable; urgency=low
 


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


=====================================
debian/control
=====================================
@@ -4,16 +4,18 @@ Section: java
 Priority: optional
 Build-Depends: ant,
                ant-contrib,
-               debhelper (>= 10~),
+               debhelper-compat (= 13),
                default-jdk,
                javahelper,
                maven-repo-helper
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jcsp.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jcsp.git
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/java-team/jcsp.git
+Vcs-Browser: https://salsa.debian.org/java-team/jcsp
+Rules-Requires-Root: no
 
 Package: libjcsp-java
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Suggests: libjcsp-java-doc (= ${binary:Version})
 Description: Java library providing Communicating Sequential Processes (CSP) features
@@ -38,6 +40,7 @@ Description: Java library providing Communicating Sequential Processes (CSP) fea
 
 Package: libjcsp-java-doc
 Architecture: all
+Multi-Arch: foreign
 Section: doc
 Depends: ${misc:Depends}
 Suggests: libjcsp-java (= ${binary:Version})


=====================================
debian/copyright
=====================================
@@ -9,7 +9,7 @@ Copyright: 1996-2008 Peter Welch and Paul Austin
 License: LGPL-2.1
 
 Files: debian/*
-Copyright: 2010, 2013 Miguel Landaeta <nomadium at debian.org>
+Copyright: 2010-2023 Miguel Landaeta <nomadium at debian.org>
 License: LGPL-2.1
 
 License: LGPL-2.1


=====================================
debian/libjcsp-java-doc.javadoc
=====================================
@@ -1 +1 @@
-dist/jcsp-1.1-rc4/jcsp-doc  /usr/share/doc/libjcsp-java/api
+dist/jcsp-1.1-rc4/jcsp-doc  usr/share/doc/libjcsp-java/api


=====================================
debian/orig-tar.excludes deleted
=====================================
@@ -1 +0,0 @@
-jcsp-1*/*.pdf


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,18 +0,0 @@
-#!/bin/sh 
-
-set -e
-
-# called by uscan with '--upstream-version' <version> <file>
-echo "version $2"
-package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-version=$2
-tarball=$3
-TAR=${package}_${version}.orig.tar.gz
-DIR=${package}-${version}.orig
-REPO="http://projects.cs.kent.ac.uk/projects/jcsp/svn/jcsp/tags/${package}-${version}/"
-
-svn export $REPO $DIR
-GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR \
-    --anchored -X debian/orig-tar.excludes $DIR
-
-rm -rf $tarball $DIR


=====================================
debian/rules
=====================================
@@ -18,12 +18,3 @@ override_dh_install:
 
 override_dh_compress:
 	dh_compress -X.java
-
-get-orig-source:
-	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
-	uscan \
-		--verbose \
-		--no-symlink \
-		--destdir $(CURDIR)      \
-		--watchfile debian/watch \
-		--force-download


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
-opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,dversionmangle=s/(\d)-?(rc\d*)$/$1~$2/ \
-http://www.cs.kent.ac.uk/projects/ofa/jcsp/jcsp-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)|jar)
+version=4
+https://github.com/CSPforJAVA/@PACKAGE@/tags \
+ /CSPforJAVA/@PACKAGE@/archive/refs/tags/@ANY_VERSION@@ARCHIVE_EXT@



View it on GitLab: https://salsa.debian.org/java-team/jcsp/-/compare/029f9f423ce50df5d69b0fc094b376f0d4a8f8fa...183520a0c3dfce9ae013777f25a623072b6744d3

-- 
View it on GitLab: https://salsa.debian.org/java-team/jcsp/-/compare/029f9f423ce50df5d69b0fc094b376f0d4a8f8fa...183520a0c3dfce9ae013777f25a623072b6744d3
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/20231203/af08aeb2/attachment.htm>


More information about the pkg-java-commits mailing list