Andrius Merkys pushed to branch master at Debian Java Maintainers / cdk
Commits: 31a86850 by Andrius Merkys at 2025-01-03T04:17:53-05:00 Ignore jna-inchi-core (Closes: #1090200) - - - - - 2cb393da by Andrius Merkys at 2025-01-03T04:23:25-05:00 Update debian/copyright. - - - - - 9266c070 by Andrius Merkys at 2025-01-03T04:23:53-05:00 Simplify debian/rules. - - - - - 981fa6b4 by Andrius Merkys at 2025-01-03T04:24:13-05:00 Update changelog for 1:2.9-3 release - - - - - 4 changed files: - debian/changelog - debian/copyright - debian/maven.ignoreRules - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +cdk (1:2.9-3) unstable; urgency=medium + + * Ignore jna-inchi-core (Closes: #1090200) + * Update debian/copyright. + * Simplify debian/rules. + + -- Andrius Merkys <[email protected]> Fri, 03 Jan 2025 04:24:04 -0500 + cdk (1:2.9-2) unstable; urgency=medium * Enable InChI support. ===================================== debian/copyright ===================================== @@ -8,7 +8,7 @@ License: LGPL-2.1 Files: debian/* Copyright: 2019, Andreas Tille <[email protected]> - 2019-2024, Andrius Merkys <[email protected]> + 2019-2025, Andrius Merkys <[email protected]> License: LGPL-2.1 License: LGPL-2.1 ===================================== debian/maven.ignoreRules ===================================== @@ -1,3 +1,4 @@ +io.github.dan2097 jna-inchi-core * * * * junit junit * * * * org.apache.jena jena-core * * * * org.apache.maven.plugins maven-javadoc-plugin * * * * ===================================== debian/rules ===================================== @@ -5,6 +5,5 @@ # Version of libsignatures-java (0.0~...) is different from the one # given in its pom.xml, thus it has to be removed manually. -override_dh_auto_install: - dh_auto_install +execute_after_dh_auto_install: sed -i 's/libsignatures-java (>= 1.2-SNAPSHOT)/libsignatures-java/' debian/libcdk-java.substvars View it on GitLab: https://salsa.debian.org/java-team/cdk/-/compare/b39fd0ef3b9206b0b54abdc5b412dba8734ed9f6...981fa6b423f14b4fc1b9aee78bf5d316fdc292fd -- View it on GitLab: https://salsa.debian.org/java-team/cdk/-/compare/b39fd0ef3b9206b0b54abdc5b412dba8734ed9f6...981fa6b423f14b4fc1b9aee78bf5d316fdc292fd 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

