Version in base suite: 3.0.3+dfsg-5 Base version: sra-sdk_3.0.3+dfsg-5 Target version: sra-sdk_3.0.3+dfsg-6~deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/s/sra-sdk/sra-sdk_3.0.3+dfsg-5.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/s/sra-sdk/sra-sdk_3.0.3+dfsg-6~deb12u1.dsc .gitignore | 16 ---------------- changelog | 13 +++++++++++++ rules | 5 ++++- salsa-ci.yml | 4 ++++ 4 files changed, 21 insertions(+), 17 deletions(-) diff -Nru sra-sdk-3.0.3+dfsg/debian/.gitignore sra-sdk-3.0.3+dfsg/debian/.gitignore --- sra-sdk-3.0.3+dfsg/debian/.gitignore 2023-02-24 10:52:27.000000000 +0000 +++ sra-sdk-3.0.3+dfsg/debian/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -*.debhelper -*.substvars -.debhelper -.javahelper_clean -debhelper-build-stamp -files -lib*-dev -lib*[0-9] -libngs-java -libngs-java-doc -libngs-java-doc.doc-base.javadoc -libngs-jni -libngs-jni.links -python3-ngs -sra-toolkit -tmp diff -Nru sra-sdk-3.0.3+dfsg/debian/changelog sra-sdk-3.0.3+dfsg/debian/changelog --- sra-sdk-3.0.3+dfsg/debian/changelog 2023-02-24 10:52:27.000000000 +0000 +++ sra-sdk-3.0.3+dfsg/debian/changelog 2023-07-14 03:08:59.000000000 +0000 @@ -1,3 +1,16 @@ +sra-sdk (3.0.3+dfsg-6~deb12u1) bookworm; urgency=medium + + * Reupload to bookworm (stable). + + -- Aaron M. Ucko Thu, 13 Jul 2023 23:08:59 -0400 + +sra-sdk (3.0.3+dfsg-6) unstable; urgency=high + + * debian/rules: Expand $(DEB_HOST_MULTIARCH) in libngs-java.links.in. + (Closes: #1039621.) + + -- Aaron M. Ucko Tue, 27 Jun 2023 22:14:41 -0400 + sra-sdk (3.0.3+dfsg-5) unstable; urgency=medium * Limit libngs-java to those architectures where libs are available diff -Nru sra-sdk-3.0.3+dfsg/debian/rules sra-sdk-3.0.3+dfsg/debian/rules --- sra-sdk-3.0.3+dfsg/debian/rules 2023-02-24 10:52:27.000000000 +0000 +++ sra-sdk-3.0.3+dfsg/debian/rules 2023-06-28 02:09:20.000000000 +0000 @@ -152,7 +152,10 @@ execute_before_dh_link: # Putting the upstream version number (without the dfsg part) at the end of # symlink source in the -jni package. - sed 's/\(#STRIPPED_UPSTREAM_VERSION#\)/\1$(DEB_VERSION_UPSTREAM)/; s/#STRIPPED_UPSTREAM_VERSION#\(.*\)+dfsg[0-9]*/\1/' debian/libngs-jni.links.in > debian/libngs-jni.links + sed -e 's/\(#STRIPPED_UPSTREAM_VERSION#\)/\1$(DEB_VERSION_UPSTREAM)/' \ + -e 's/#STRIPPED_UPSTREAM_VERSION#\(.*\)+dfsg[0-9]*/\1/' \ + -e 's/\$$[({]DEB_HOST_MULTIARCH[)}]/$(DEB_HOST_MULTIARCH)/g' \ + debian/libngs-jni.links.in > debian/libngs-jni.links # require network, not automatically run # use it when the pom file must be re-downloaded from maven repo diff -Nru sra-sdk-3.0.3+dfsg/debian/salsa-ci.yml sra-sdk-3.0.3+dfsg/debian/salsa-ci.yml --- sra-sdk-3.0.3+dfsg/debian/salsa-ci.yml 2023-02-24 10:52:27.000000000 +0000 +++ sra-sdk-3.0.3+dfsg/debian/salsa-ci.yml 2023-02-24 12:15:15.000000000 +0000 @@ -2,3 +2,7 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: +# Does not build on i386 + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1