[Git][java-team/cdk][master] 6 commits: rewrite maven coodinates for cmlxom
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Sat Oct 16 15:22:03 BST 2021
Tony Mancill pushed to branch master at Debian Java Maintainers / cdk
Commits:
12589fd9 by tony mancill at 2021-10-15T19:53:21-07:00
rewrite maven coodinates for cmlxom
- - - - -
c57a7160 by tony mancill at 2021-10-15T19:55:07-07:00
prepare changelog for upload to unstable
- - - - -
b176c30e by tony mancill at 2021-10-15T20:14:27-07:00
Set Rules-Requires-Root: no in debian/control
- - - - -
55411963 by tony mancill at 2021-10-15T20:15:10-07:00
Use debhelper-compat 13
- - - - -
d42c4dad by tony mancill at 2021-10-15T20:15:29-07:00
Bump Standards-Version to 4.6.0
- - - - -
893c0e32 by tony mancill at 2021-10-15T20:15:59-07:00
prepare changelog for upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/maven.rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+cdk (1:2.5-3) unstable; urgency=medium
+
+ * Team upload.
+ * Address FTFBS by rewriting package name for cmlxom via maven.rules.
+ * Set Rules-Requires-Root: no in debian/control
+ * Use debhelper-compat 13
+ * Bump Standards-Version to 4.6.0
+
+ -- tony mancill <tmancill at debian.org> Fri, 15 Oct 2021 20:15:35 -0700
+
cdk (1:2.5-2) unstable; urgency=medium
* No-changes source-only upload to unstable.
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders:
Section: java
Priority: optional
Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
default-jdk,
libbeam-java,
libcmlxom-java,
@@ -32,10 +32,11 @@ Build-Depends:
libxom-java,
libxpp3-java,
maven-debian-helper,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/java-team/cdk
Vcs-Git: https://salsa.debian.org/java-team/cdk.git
Homepage: https://cdk.github.io/
+Rules-Requires-Root: no
Package: libcdk-java
Architecture: all
=====================================
debian/maven.rules
=====================================
@@ -1,6 +1,7 @@
s/com.google.code.google-collections/com.google.guava/ s/google-collect/guava/ s/jar/bundle/ s/.*/debian/ * *
s/com.google.collections/com.google.guava/ s/google-collections/guava/ s/jar/bundle/ s/.*/debian/ * *
+s/org.xml-cml/org.blueobelisk/ cmlxom jar s/.*/debian/ * *
com.google.guava guava bundle s/.*/debian/ * *
com.google.guava guava s/jar/bundle/ s/.*/debian/ * *
junit junit jar s/4\..*/4.x/ * *
View it on GitLab: https://salsa.debian.org/java-team/cdk/-/compare/0c3713edf98af548d5677c16446020d5af6d908f...893c0e3291a657777ab882f38cb288a0928089d2
--
View it on GitLab: https://salsa.debian.org/java-team/cdk/-/compare/0c3713edf98af548d5677c16446020d5af6d908f...893c0e3291a657777ab882f38cb288a0928089d2
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/20211016/0a399c52/attachment.htm>
More information about the pkg-java-commits
mailing list