Emmanuel Bourg pushed to branch master at Debian Java Maintainers / junit
Commits: 66511794 by Emmanuel Bourg at 2023-09-26T10:42:02+02:00 Use salsa.debian.org Vcs-* URLs - - - - - 08aeea1a by Emmanuel Bourg at 2023-09-26T10:43:14+02:00 Standards-Version updated to 4.6.2 - - - - - 7db41993 by Emmanuel Bourg at 2023-09-26T10:55:45+02:00 Switch to debhelper level 13 - - - - - 33523da8 by Emmanuel Bourg at 2023-09-26T10:55:45+02:00 Removed Damien Raude-Morvan from the uploaders (Closes: #889409) - - - - - 5d980831 by Emmanuel Bourg at 2023-09-26T10:57:53+02:00 Fixed the build failure with Java 21 (Closes: #1052571) - - - - - 7c0d1b2e by Emmanuel Bourg at 2023-09-26T10:58:18+02:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - − debian/orig-tar.sh - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +junit (3.8.2-10) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with Java 21 (Closes: #1052571) + * Removed Damien Raude-Morvan from the uploaders (Closes: #889409) + * Use salsa.debian.org Vcs-* URLs + * Standards-Version updated to 4.6.2 + * Switch to debhelper level 13 + + -- Emmanuel Bourg <[email protected]> Tue, 26 Sep 2023 10:58:07 +0200 + junit (3.8.2-9) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,15 +3,14 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: - Wolfgang Baer <[email protected]>, - Damien Raude-Morvan <[email protected]> + Wolfgang Baer <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper-compat (= 13), default-jdk, maven-repo-helper (>= 1.5) -Standards-Version: 4.1.1 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/junit.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/junit.git +Standards-Version: 4.6.2 +Vcs-Git: https://salsa.debian.org/java-team/junit.git +Vcs-Browser: https://salsa.debian.org/java-team/junit Homepage: http://www.junit.org Package: junit ===================================== debian/orig-tar.sh deleted ===================================== @@ -1,14 +0,0 @@ -#!/bin/sh -e - -# called by uscan with '--upstream-version' <version> <file> -DIR=junit-$2.orig -TAR=../junit_$2.orig.tar.gz - -# clean up the upstream tarball -unzip $3 -rm -f $3 -mv junit$2 $DIR -GZIP=--best tar czf $TAR --exclude docs/api --exclude junit.jar --exclude *.class $DIR -rm -rf $DIR - -exit 0 ===================================== debian/rules ===================================== @@ -19,7 +19,7 @@ override_dh_auto_configure: override_dh_auto_build: mkdir -p classes - (cd src;${JAVAC} -source 1.7 -target 1.7 -classpath ${CLASSPATH} -d ../classes junit/*/*.java) + (cd src;${JAVAC} -source 8 -target 8 -classpath ${CLASSPATH} -d ../classes junit/*/*.java) cp -r src/junit/swingui/icons classes/junit/swingui cp src/junit/runner/*.gif classes/junit/runner cp src/junit/runner/excluded.properties classes/junit/runner @@ -40,8 +40,3 @@ override_dh_clean: get-orig-pom: wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/junit/junit/${UPSTREAM_VERSION}/junit-${UPSTREAM_VERSION}.pom - -get-orig-source: - -uscan --download-version ${DEB_UPSTREAM_VERSION} --force-download --rename - - View it on GitLab: https://salsa.debian.org/java-team/junit/-/compare/cc488a5ab9df51332d0328317871d4e796746a1b...7c0d1b2ef4ebeb01c4d454e8699e203e3cadb5bb -- View it on GitLab: https://salsa.debian.org/java-team/junit/-/compare/cc488a5ab9df51332d0328317871d4e796746a1b...7c0d1b2ef4ebeb01c4d454e8699e203e3cadb5bb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

