Your message dated Thu, 26 Mar 2026 05:33:38 +0000
with message-id <[email protected]>
and subject line Bug#1131653: fixed in jline3 3.3.1-5
has caused the Debian Bug report #1131653,
regarding jline3: FTBFS: [ERROR] error: warnings found and -Werror specified
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1131653: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1131653
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:jline3
Version: 3.3.1-4
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202603/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:jline3, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_auto_clean
bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo
\$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
mh_unpatchpoms -plibjline3-java
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
mh_patchpoms -plibjline3-java --debian-build --keep-pom-version
--maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- source:jar package -DskipTests
/usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
-Dclassworlds.conf=/etc/maven/m2-debian.conf
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
org.codehaus.plexus.classworlds.launcher.Launcher
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode source:jar
package -DskipTests -DskipTests -Dnotimestamp=true -Dlocale=en_US
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were
deprecated in JDK 13 and will likely be removed in a future release.
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by
com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper
(file:/usr/share/maven/lib/guava.jar)
WARNING: Please consider reporting this to the maintainers of class
com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[INFO] Scanning for projects...
[WARNING] The project org.jline:jline-parent:pom:3.3.1 uses prerequisites which
is only intended for maven-plugin projects but not for non maven-plugin
projects. For such purposes you should use the maven-enforcer-plugin. See
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JLine Parent [pom]
[INFO] JLine Terminal [jar]
[INFO] JLine JNA Terminal [jar]
[INFO] JLine JANSI Terminal [jar]
[INFO] JLine Reader [jar]
[INFO] JLine Builtins [jar]
[INFO] JLine Bundle [jar]
[INFO] Looking for compatible RELEASE version of plugin
org.apache.maven.plugins:maven-source-plugin
[INFO]
[INFO] -----------------------< org.jline:jline-parent >-----------------------
[INFO] Building JLine Parent 3.3.1 [1/7]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] >>> source:3.4.0:jar (default-cli) > generate-sources @ jline-parent >>>
[INFO]
[INFO] <<< source:3.4.0:jar (default-cli) < generate-sources @ jline-parent <<<
[INFO]
[INFO]
[INFO] --- source:3.4.0:jar (default-cli) @ jline-parent ---
[INFO]
[INFO] --- bundle:3.5.1:manifest (default) @ jline-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO]
[INFO] ----------------------< org.jline:jline-terminal >----------------------
[INFO] Building JLine Terminal 3.3.1 [2/7]
[INFO] from terminal/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> source:3.4.0:jar (default-cli) > generate-sources @ jline-terminal
>>>
[INFO]
[INFO] <<< source:3.4.0:jar (default-cli) < generate-sources @ jline-terminal
<<<
[INFO]
[INFO]
[INFO] --- source:3.4.0:jar (default-cli) @ jline-terminal ---
[INFO] Building jar:
/<<PKGBUILDDIR>>/terminal/target/jline-terminal-3.3.1-sources.jar
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jline-terminal ---
[INFO] Copying 8 resources from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ jline-terminal ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 41 source files with javac [forked debug release 8] to
target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[WARNING]
/<<PKGBUILDDIR>>/terminal/src/main/java/org/jline/terminal/impl/PosixSysTerminal.java:[42,51]
[this-escape] possible 'this' escape before subclass is fully initialized
[WARNING]
/<<PKGBUILDDIR>>/terminal/src/main/java/org/jline/terminal/impl/AbstractWindowsTerminal.java:[65,44]
[this-escape] possible 'this' escape before subclass is fully initialized
[WARNING]
/<<PKGBUILDDIR>>/terminal/src/main/java/org/jline/terminal/impl/LineDisciplineTerminal.java:[110,56]
[this-escape] possible 'this' escape before subclass is fully initialized
[WARNING]
/<<PKGBUILDDIR>>/terminal/src/main/java/org/jline/utils/InputStreamReader.java:[26]
[dangling-doc-comments] documentation comment is not attached to any
declaration
[WARNING]
/<<PKGBUILDDIR>>/terminal/src/main/java/org/jline/terminal/impl/PosixPtyTerminal.java:[47,56]
[this-escape] possible 'this' escape before subclass is fully initialized
[WARNING]
/<<PKGBUILDDIR>>/terminal/src/main/java/org/jline/terminal/impl/DumbTerminal.java:[94,51]
[this-escape] possible 'this' escape before subclass is fully initialized
[WARNING]
/<<PKGBUILDDIR>>/terminal/src/main/java/org/jline/terminal/impl/ExternalTerminal.java:[50,37]
[this-escape] possible 'this' escape before subclass is fully initialized
[INFO]
[INFO] --- bundle:3.5.1:manifest (default) @ jline-terminal ---
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @
jline-terminal ---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jline-terminal
---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ jline-terminal ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ jline-terminal ---
[INFO] Building jar: /<<PKGBUILDDIR>>/terminal/target/jline-terminal-3.3.1.jar
[INFO]
[INFO] --------------------< org.jline:jline-terminal-jna >--------------------
[INFO] Building JLine JNA Terminal 3.3.1 [3/7]
[INFO] from terminal-jna/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> source:3.4.0:jar (default-cli) > generate-sources @
jline-terminal-jna >>>
[INFO]
[INFO] <<< source:3.4.0:jar (default-cli) < generate-sources @
jline-terminal-jna <<<
[INFO]
[INFO]
[INFO] --- source:3.4.0:jar (default-cli) @ jline-terminal-jna ---
[INFO] Building jar:
/<<PKGBUILDDIR>>/terminal-jna/target/jline-terminal-jna-3.3.1-sources.jar
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jline-terminal-jna
---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ jline-terminal-jna ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 14 source files with javac [forked debug release 8] to
target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/osx/OsXNativePty.java:[29,63]
[deprecation] <T>loadLibrary(String,Class<T>) in Native has been deprecated
where T is a type-variable:
T extends Object declared in method <T>loadLibrary(String,Class<T>)
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/osx/OsXNativePty.java:[29,46]
[cast] redundant cast to CLibrary
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/linux/LinuxNativePty.java:[29,63]
[deprecation] <T>loadLibrary(String,Class<T>) in Native has been deprecated
where T is a type-variable:
T extends Object declared in method <T>loadLibrary(String,Class<T>)
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/linux/LinuxNativePty.java:[29,46]
[cast] redundant cast to CLibrary
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/linux/LinuxNativePty.java:[35,51]
[deprecation] <T>loadLibrary(String,Class<T>) in Native has been deprecated
where T is a type-variable:
T extends Object declared in method <T>loadLibrary(String,Class<T>)
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/linux/LinuxNativePty.java:[35,31]
[cast] redundant cast to UtilLibrary
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/solaris/SolarisNativePty.java:[28,63]
[deprecation] <T>loadLibrary(String,Class<T>) in Native has been deprecated
where T is a type-variable:
T extends Object declared in method <T>loadLibrary(String,Class<T>)
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/solaris/SolarisNativePty.java:[28,46]
[cast] redundant cast to CLibrary
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/win/Kernel32.java:[22,41]
[deprecation] <T>loadLibrary(String,Class<T>,Map<String,?>) in Native has been
deprecated
where T is a type-variable:
T extends Object declared in method
<T>loadLibrary(String,Class<T>,Map<String,?>)
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/win/Kernel32.java:[22,24]
[cast] redundant cast to Kernel32
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/freebsd/FreeBsdNativePty.java:[29,63]
[deprecation] <T>loadLibrary(String,Class<T>) in Native has been deprecated
where T is a type-variable:
T extends Object declared in method <T>loadLibrary(String,Class<T>)
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/freebsd/FreeBsdNativePty.java:[29,46]
[cast] redundant cast to CLibrary
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/freebsd/FreeBsdNativePty.java:[35,51]
[deprecation] <T>loadLibrary(String,Class<T>) in Native has been deprecated
where T is a type-variable:
T extends Object declared in method <T>loadLibrary(String,Class<T>)
[WARNING]
/<<PKGBUILDDIR>>/terminal-jna/src/main/java/org/jline/terminal/impl/jna/freebsd/FreeBsdNativePty.java:[35,31]
[cast] redundant cast to UtilLibrary
[INFO]
[INFO] --- bundle:3.5.1:manifest (default) @ jline-terminal-jna ---
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @
jline-terminal-jna ---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @
jline-terminal-jna ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ jline-terminal-jna ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ jline-terminal-jna ---
[INFO] Building jar:
/<<PKGBUILDDIR>>/terminal-jna/target/jline-terminal-jna-3.3.1.jar
[INFO]
[INFO] -------------------< org.jline:jline-terminal-jansi >-------------------
[INFO] Building JLine JANSI Terminal 3.3.1 [4/7]
[INFO] from terminal-jansi/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> source:3.4.0:jar (default-cli) > generate-sources @
jline-terminal-jansi >>>
[INFO]
[INFO] <<< source:3.4.0:jar (default-cli) < generate-sources @
jline-terminal-jansi <<<
[INFO]
[INFO]
[INFO] --- source:3.4.0:jar (default-cli) @ jline-terminal-jansi ---
[INFO] Building jar:
/<<PKGBUILDDIR>>/terminal-jansi/target/jline-terminal-jansi-3.3.1-sources.jar
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jline-terminal-jansi
---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ jline-terminal-jansi ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [forked debug release 8] to
target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[WARNING]
/<<PKGBUILDDIR>>/terminal-jansi/src/main/java/org/jline/terminal/impl/jansi/win/JansiWinSysTerminal.java:[17,27]
[deprecation] WindowsAnsiOutputStream in org.fusesource.jansi has been
deprecated
[WARNING]
/<<PKGBUILDDIR>>/terminal-jansi/src/main/java/org/jline/terminal/impl/jansi/win/JansiWinSysTerminal.java:[39,18]
[deprecation] WindowsAnsiOutputStream in org.fusesource.jansi has been
deprecated
[INFO]
[INFO] --- bundle:3.5.1:manifest (default) @ jline-terminal-jansi ---
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @
jline-terminal-jansi ---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @
jline-terminal-jansi ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ jline-terminal-jansi ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ jline-terminal-jansi ---
[INFO] Building jar:
/<<PKGBUILDDIR>>/terminal-jansi/target/jline-terminal-jansi-3.3.1.jar
[INFO]
[INFO] -----------------------< org.jline:jline-reader >-----------------------
[INFO] Building JLine Reader 3.3.1 [5/7]
[INFO] from reader/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> source:3.4.0:jar (default-cli) > generate-sources @ jline-reader >>>
[INFO]
[INFO] <<< source:3.4.0:jar (default-cli) < generate-sources @ jline-reader <<<
[INFO]
[INFO]
[INFO] --- source:3.4.0:jar (default-cli) @ jline-reader ---
[INFO] Building jar:
/<<PKGBUILDDIR>>/reader/target/jline-reader-3.3.1-sources.jar
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jline-reader ---
[INFO] skip non existing resourceDirectory
/<<PKGBUILDDIR>>/reader/src/main/resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ jline-reader ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 38 source files with javac [forked debug release 8] to
target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[INFO]
[INFO] --- bundle:3.5.1:manifest (default) @ jline-reader ---
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jline-reader
---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jline-reader ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ jline-reader ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ jline-reader ---
[INFO] Building jar: /<<PKGBUILDDIR>>/reader/target/jline-reader-3.3.1.jar
[INFO]
[INFO] ----------------------< org.jline:jline-builtins >----------------------
[INFO] Building JLine Builtins 3.3.1 [6/7]
[INFO] from builtins/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> source:3.4.0:jar (default-cli) > generate-sources @ jline-builtins
>>>
[INFO]
[INFO] <<< source:3.4.0:jar (default-cli) < generate-sources @ jline-builtins
<<<
[INFO]
[WARNING] The artifact
com.googlecode.juniversalchardet:juniversalchardet:jar:debian has been
relocated to com.github.albfernandez:juniversalchardet:jar:debian
[INFO]
[INFO] --- source:3.4.0:jar (default-cli) @ jline-builtins ---
[INFO] Building jar:
/<<PKGBUILDDIR>>/builtins/target/jline-builtins-3.3.1-sources.jar
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jline-builtins ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ jline-builtins ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [forked debug release 8] to
target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING]
/<<PKGBUILDDIR>>/builtins/src/main/java/org/jline/builtins/ScreenTerminal.java:[32]
[dangling-doc-comments] documentation comment is not attached to any
declaration
[WARNING]
/<<PKGBUILDDIR>>/builtins/src/main/java/org/jline/builtins/ScreenTerminal.java:[27]
[dangling-doc-comments] documentation comment is not attached to any
declaration
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] error: warnings found and -Werror specified
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for JLine Parent 3.3.1:
[INFO]
[INFO] JLine Parent ....................................... SUCCESS [ 0.432 s]
[INFO] JLine Terminal ..................................... SUCCESS [ 2.168 s]
[INFO] JLine JNA Terminal ................................. SUCCESS [ 1.382 s]
[INFO] JLine JANSI Terminal ............................... SUCCESS [ 1.107 s]
[INFO] JLine Reader ....................................... SUCCESS [ 1.778 s]
[INFO] JLine Builtins ..................................... FAILURE [ 1.601 s]
[INFO] JLine Bundle ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.646 s
[INFO] Finished at: 2026-03-23T09:51:29Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile)
on project jline-builtins: Compilation failure
[ERROR] error: warnings found and -Werror specified
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :jline-builtins
dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
-Dclassworlds.conf=/etc/maven/m2-debian.conf
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
org.codehaus.plexus.classworlds.launcher.Launcher
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode source:jar
package -DskipTests -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit
code 1
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: jline3
Source-Version: 3.3.1-5
Done: tony mancill <[email protected]>
We believe that the bug you reported is fixed in the latest version of
jline3, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
tony mancill <[email protected]> (supplier of updated jline3 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 25 Mar 2026 21:21:03 -0700
Source: jline3
Architecture: source
Version: 3.3.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: tony mancill <[email protected]>
Closes: 1131653
Changes:
jline3 (3.3.1-5) unstable; urgency=medium
.
* Team upload.
* Address FTBFS due to javadoc warnings (Closes: #1131653)
Checksums-Sha1:
94f56c49a5d8cf53731c65d153a757389b649b93 2177 jline3_3.3.1-5.dsc
f203c0dd18313a040a78be5b5f51650d78d0a18d 5776 jline3_3.3.1-5.debian.tar.xz
d5111232707e3241b889d5a63a39079605fe9f12 11144 jline3_3.3.1-5_amd64.buildinfo
Checksums-Sha256:
62004ec2769c4b1cceaf86683a7027d72e5e1653f42499096496def044f69f28 2177
jline3_3.3.1-5.dsc
909fdebc3a54b30d74859231a38d0632f1c64789b22627ef70165dbfff83c240 5776
jline3_3.3.1-5.debian.tar.xz
c44ffecf95ac26acf59f0c0cf967caf35878a964047a3557bf72973cd5f0df0f 11144
jline3_3.3.1-5_amd64.buildinfo
Files:
8ea2578478917aee67998ac55b45f02b 2177 java optional jline3_3.3.1-5.dsc
79c8ff7eced66516599995221e931f88 5776 java optional
jline3_3.3.1-5.debian.tar.xz
8b72e3f02a918d7c7e8a61eaff67c839 11144 java optional
jline3_3.3.1-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmnEwcgUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpYi3g/8CkTBxsylusqV4WVuYIXe2FtALF+A
w9KXTmZ8EOLdIkjqhRcVB7xwo6azPlcR5+GqTnLDeUhIetenaVISIlc/Sq8b5xhH
qJutgEc+03xLNPH3PtVRthECx/ECMRh6DmccjhD72g7MRCwnhR7dsCHPq5j/4svy
iskBQUtFpRARrWRKu8svFVSVgW8N264ob64/PgeS0PAz1ysg+TMecchCuMfhy2iu
NQ3aoietDEfyGVLIYW4ID9hqoIY/7aTfShoe9atPR3Wi3/AOnAae+Yyuibccholb
NUm3g3qlReWCQ5A3PqLFx/FsEg8SD4xw7jpdUCgrsDk6TiYmq5o3idVNSdWoj6FR
0hlORvGkHmoFsRQWKpA2PiYGOQM6RFfAkzvuC8wAlIDSePQ8Dc5TlK08v/Oyw38c
M5NKf55UKgz77AFbqg5eexueK59IKAg90TluLR9tBBfgqEvoqKKdfVPC1fkPXROr
IE18OfNZsv3o+2n0GxAzssFBjncJNBnO334H24eyG7RD51WtyaEO98iFPGsl9WuN
l0OJ7V3htupJD57lXpmmIMUTMaYJGSQcZ7goBC6fcM1QEbPFwAOTgKeQfpJrF5+G
iAF+hFmfFJocYYWKoEtT+npEEbk7xRhsWHmqD6OQ/pCpYWhPFC5Kdmdl7sQKFyqA
fcIcBbJZrYlCk28=
=syfP
-----END PGP SIGNATURE-----
pgpPz2fPHdiU6.pgp
Description: PGP signature
--- End Message ---