Merge ~vpa1977/ubuntu/+source/cava:ubuntu/devel into ubuntu/+source/cava:ubuntu/devel

Proposed by Vladimir Petko
Status: Merged
Merge reported by: Robie Basak
Merged at revision: b251023bc1a8a864461b0cee58e0a179f44184f4
Proposed branch: ~vpa1977/ubuntu/+source/cava:ubuntu/devel
Merge into: ubuntu/+source/cava:ubuntu/devel
Diff against target: 83 lines (+18/-6)
3 files modified
debian/changelog (+8/-0)
debian/control (+2/-1)
debian/patches/gradle-build.patch (+8/-5)
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
git-ubuntu import Pending
Review via email: mp+460303@code.launchpad.net

Description of the change

This MP resolves Java 21 ftbfs.

PPA: ppa:vpa1977/gettext [1]

Changes:
 - Suppress obsolete release level warning

Testing:
 - rebuild in default Java 21 ppa[2]
 - piuparts test [3]

[1] https://launchpad.net/~vpa1977/+archive/ubuntu/gettext
[2] https://launchpad.net/~vpa1977/+archive/ubuntu/gettext-21/+sourcepub/15779302/+listing-archive-extra
[3] https://bugs.launchpad.net/ubuntu/+source/cava/+bug/2052754/comments/1

To post a comment you must log in.
Revision history for this message
Julian Andres Klode (juliank) wrote :

Sponsored, thank you.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 239ff7f..06850d5 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+cava (0.6.0-1.1ubuntu1) noble; urgency=medium
7+
8+ [ Pushkar Kulkarni ]
9+ * d/p/gradle-build.patch: Avoid source/target obsolete warnings
10+ (LP: #2052754).
11+
12+ -- Vladimir Petko <vladimir.petko@canonical.com> Fri, 09 Feb 2024 14:03:38 +1300
13+
14 cava (0.6.0-1.1) unstable; urgency=medium
15
16 * Non maintainer upload by the Reproducible Builds team.
17diff --git a/debian/control b/debian/control
18index 3249e97..2a0a8db 100644
19--- a/debian/control
20+++ b/debian/control
21@@ -1,7 +1,8 @@
22 Source: cava
23 Section: java
24 Priority: optional
25-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
26+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
27+XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
28 Uploaders: Hans-Christoph Steiner <hans@eds.org>
29 Build-Depends: debhelper (>= 11~),
30 antlr4,
31diff --git a/debian/patches/gradle-build.patch b/debian/patches/gradle-build.patch
32index a945907..6805874 100644
33--- a/debian/patches/gradle-build.patch
34+++ b/debian/patches/gradle-build.patch
35@@ -133,8 +133,11 @@
36 tasks.withType(JavaCompile) {
37 options.compilerArgs += [
38 '-Xlint:unchecked',
39-@@ -179,48 +101,6 @@
40+@@ -177,50 +99,9 @@
41+ '-Xlint:divzero',
42+ '-Xlint:finally',
43 '-Xlint:static',
44++ '-Xlint:-options',
45 '-Werror'
46 ]
47 -
48@@ -182,7 +185,7 @@
49 }
50
51
52-@@ -243,13 +123,6 @@
53+@@ -243,13 +124,6 @@
54 from javadoc.destinationDir
55 }
56
57@@ -196,7 +199,7 @@
58 //////
59 // Packaging and deployment
60
61-@@ -272,126 +145,6 @@
62+@@ -272,126 +146,6 @@
63 archives jar
64 archives sourcesJar
65 }
66@@ -323,7 +326,7 @@
67 }
68
69 tasks.withType(Sign) {
70-@@ -399,49 +152,6 @@
71+@@ -399,49 +153,6 @@
72 System.getenv('ENABLE_SIGNING') == 'true'
73 }
74 }
75@@ -373,7 +376,7 @@
76 }
77 }
78
79-@@ -475,44 +185,3 @@
80+@@ -475,44 +186,3 @@
81 classpath += it.javadoc.classpath
82 }
83 }

Subscribers

People subscribed via source and target branches