Santiago Vila pushed to branch master at Debian Med / igv
Commits: f5a470e4 by Santiago Vila at 2026-02-07T13:26:00+01:00 Fix clean target. Closes: #1048443. - - - - - 96123550 by Santiago Vila at 2026-02-07T13:27:00+01:00 d/salsa-ci.yml: Use the simplified version. - - - - - 27037e8f by Santiago Vila at 2026-02-07T13:28:00+01:00 d/salsa-ci.yml: Disable build on i386 because it does not work (unmet build-depends). - - - - - aeb752e2 by Santiago Vila at 2026-02-07T13:29:00+01:00 d/salsa-ci.yml: Disable job "blhc" until someone figures out how to fix it. - - - - - 5ec0ad55 by Santiago Vila at 2026-02-07T13:30:00+01:00 Upload for unstable as 2.18.5+dfsg-3 - - - - - 4 changed files: - debian/changelog - debian/clean - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +igv (2.18.5+dfsg-3) unstable; urgency=medium + + * Team upload. + * Fix clean target. Closes: #1048443. + * Simplify and fine-tune salsa-ci.yml. + + -- Santiago Vila <[email protected]> Sat, 07 Feb 2026 13:30:00 +0100 + igv (2.18.5+dfsg-2) unstable; urgency=medium * Updating override of dh_clean for leftover files (Closes: #1048443) ===================================== debian/clean ===================================== @@ -1,2 +1,5 @@ -igv.jar +.java/ +igv/prefs.properties +src/main/resources-icons/ +src/main/resources/log4j.xml test/data/wig/test.bedgraph ===================================== debian/rules ===================================== @@ -8,15 +8,6 @@ JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --buildsystem=gradle --with javahelper -override_dh_clean: - if [ -e src/main/resources/log4j.xml ] ; then rm src/main/resources/log4j.xml ; fi - if [ -e igv/prefs.properties ] ; then rm igv/prefs.properties ; fi - if [ -e src/main/resources-icons ]; then \ - rm -rf src/main/resources-icons ; \ - fi - rm -rf .java - dh_clean - override_dh_auto_configure: cp debian/log4j.xml src/main/resources/ # Converting my home-made svg icons into png ones ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,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 + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 + SALSA_CI_DISABLE_BLHC: 1 View it on GitLab: https://salsa.debian.org/med-team/igv/-/compare/e0e386c89c9a6555caab4dc0197feb0b6cbbbb03...5ec0ad556300362390be214d4101c8fd4a174242 -- View it on GitLab: https://salsa.debian.org/med-team/igv/-/compare/e0e386c89c9a6555caab4dc0197feb0b6cbbbb03...5ec0ad556300362390be214d4101c8fd4a174242 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
