[Git][java-team/cdk][master] 4 commits: Ignore jna-inchi-core (Closes: #1090200)
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Fri Jan 3 10:23:27 GMT 2025
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 <merkys at debian.org> 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 <tille at debian.org>
- 2019-2024, Andrius Merkys <merkys at debian.org>
+ 2019-2025, Andrius Merkys <merkys at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250103/f8f77346/attachment.htm>
More information about the pkg-java-commits
mailing list