Your message dated Mon, 02 Jan 2023 14:43:55 +0000
with message-id <e1pcm2d-00amaf...@fasolo.debian.org>
and subject line Bug#1027558: fixed in wagon 3.5.3-1
has caused the Debian Bug report #1027558,
regarding wagon: FTBFS: make[1]: svnadmin: No such file or directory
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 ow...@bugs.debian.org
immediately.)
--
1027558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027558
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wagon
Version: 3.5.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230101 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p /<<PKGBUILDDIR>>/wagon-providers/wagon-scm/target/test-classes/
> svnadmin create
> /<<PKGBUILDDIR>>/wagon-providers/wagon-scm/target/test-classes/test-repo-svn
> make[1]: svnadmin: No such file or directory
> make[1]: [debian/rules:10: override_dh_auto_build] Error 127 (ignored)
> dh_auto_build
> /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 package
> -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.
> [0m[0m[INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.maven.wagon:wagon-http:jar:3.5.2
> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
> found duplicate declaration of plugin
> org.apache.maven.plugins:maven-surefire-plugin @ line 168, column 12
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they
> threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support
> building such malformed projects.
> [WARNING]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Apache Maven Wagon
> [pom]
> [INFO] Apache Maven Wagon :: API
> [jar]
> [INFO] Apache Maven Wagon :: Provider Test
> [jar]
> [INFO] Apache Maven Wagon :: Providers
> [pom]
> [INFO] Apache Maven Wagon :: Providers :: File Provider
> [jar]
> [INFO] Apache Maven Wagon :: Providers :: FTP Provider
> [jar]
> [INFO] Apache Maven Wagon :: Providers :: HTTP Shared Library
> [jar]
> [INFO] Apache Maven Wagon :: Test Compatibility Kits
> [pom]
> [INFO] Apache Maven Wagon :: HTTP Test Compatibility Kit
> [jar]
> [INFO] Apache Maven Wagon :: Providers :: HTTP Provider
> [jar]
> [INFO] Apache Maven Wagon :: Providers :: Lightweight HTTP Provider
> [jar]
> [INFO] Apache Maven Wagon :: Providers :: SSH Common Library
> [jar]
> [INFO] Apache Maven Wagon :: Providers :: SSH External Provider
> [jar]
> [INFO] Apache Maven Wagon :: Providers :: SSH Provider
> [jar]
> [INFO]
> [INFO] --------------------< org.apache.maven.wagon:wagon
> >--------------------
> [INFO] Building Apache Maven Wagon 3.5.2
> [1/14]
> [INFO] --------------------------------[ pom
> ]---------------------------------
> [INFO]
> [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (generate) @
> wagon ---
> [INFO]
> [INFO] -------------< org.apache.maven.wagon:wagon-provider-api
> >--------------
> [INFO] Building Apache Maven Wagon :: API 3.5.2
> [2/14]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [WARNING] The artifact
> org.apache.maven.plugins:maven-resources-plugin:jar:2.6 has been relocated to
> org.apache.maven.plugins:maven-resources-plugin:jar:3.3.0
> [WARNING] The artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
> has been relocated to org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1
> [WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:2.4 has
> been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @
> wagon-provider-api ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/wagon-provider-api/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> wagon-provider-api ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e.
> build is platform dependent!
> [INFO] Compiling 38 source files to
> /<<PKGBUILDDIR>>/wagon-provider-api/target/classes
> [INFO]
> /<<PKGBUILDDIR>>/wagon-provider-api/src/main/java/org/apache/maven/wagon/AbstractWagon.java:
> Some input files use or override a deprecated API.
> [INFO]
> /<<PKGBUILDDIR>>/wagon-provider-api/src/main/java/org/apache/maven/wagon/AbstractWagon.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> /<<PKGBUILDDIR>>/wagon-provider-api/src/main/java/org/apache/maven/wagon/WagonUtils.java:
>
> /<<PKGBUILDDIR>>/wagon-provider-api/src/main/java/org/apache/maven/wagon/WagonUtils.java
> uses unchecked or unsafe operations.
> [INFO]
> /<<PKGBUILDDIR>>/wagon-provider-api/src/main/java/org/apache/maven/wagon/WagonUtils.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (generate) @
> wagon-provider-api ---
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources)
> @ wagon-provider-api ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> wagon-provider-api ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @
> wagon-provider-api ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ wagon-provider-api ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/wagon-provider-api/target/wagon-provider-api-3.5.2.jar
> [INFO]
> [INFO] -------------< org.apache.maven.wagon:wagon-provider-test
> >-------------
> [INFO] Building Apache Maven Wagon :: Provider Test 3.5.2
> [3/14]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [WARNING] The artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5
> has been relocated to org.codehaus.plexus:plexus-container-default:jar:debian
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @
> wagon-provider-test ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/wagon-provider-test/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> wagon-provider-test ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e.
> build is platform dependent!
> [INFO] Compiling 5 source files to
> /<<PKGBUILDDIR>>/wagon-provider-test/target/classes
> [INFO]
> /<<PKGBUILDDIR>>/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java:
> Some input files use or override a deprecated API.
> [INFO]
> /<<PKGBUILDDIR>>/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> /<<PKGBUILDDIR>>/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java:
>
> /<<PKGBUILDDIR>>/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java
> uses unchecked or unsafe operations.
> [INFO]
> /<<PKGBUILDDIR>>/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (generate) @
> wagon-provider-test ---
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources)
> @ wagon-provider-test ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> wagon-provider-test ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @
> wagon-provider-test ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ wagon-provider-test ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/wagon-provider-test/target/wagon-provider-test-3.5.2.jar
> [INFO]
> [INFO] ---------------< org.apache.maven.wagon:wagon-providers
> >---------------
> [INFO] Building Apache Maven Wagon :: Providers 3.5.2
> [4/14]
> [INFO] --------------------------------[ pom
> ]---------------------------------
> [INFO]
> [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (generate) @
> wagon-providers ---
> [INFO]
> [INFO] -----------------< org.apache.maven.wagon:wagon-file
> >------------------
> [INFO] Building Apache Maven Wagon :: Providers :: File Provider 3.5.2
> [5/14]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @
> wagon-file ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/wagon-providers/wagon-file/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wagon-file
> ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e.
> build is platform dependent!
> [INFO] Compiling 1 source file to
> /<<PKGBUILDDIR>>/wagon-providers/wagon-file/target/classes
> [INFO]
> [INFO] --- plexus-component-metadata:2.1.1:generate-metadata (generate) @
> wagon-file ---
> [INFO] Discovered 1 component descriptors(s)
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources)
> @ wagon-file ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> wagon-file ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ wagon-file ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ wagon-file ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/wagon-providers/wagon-file/target/wagon-file-3.5.2.jar
> [INFO]
> [INFO] ------------------< org.apache.maven.wagon:wagon-ftp
> >------------------
> [INFO] Building Apache Maven Wagon :: Providers :: FTP Provider 3.5.2
> [6/14]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @
> wagon-ftp ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/wagon-providers/wagon-ftp/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ wagon-ftp
> ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e.
> build is platform dependent!
> [INFO] Compiling 3 source files to
> /<<PKGBUILDDIR>>/wagon-providers/wagon-ftp/target/classes
> [INFO]
> /<<PKGBUILDDIR>>/wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpWagon.java:
>
> /<<PKGBUILDDIR>>/wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpWagon.java
> uses or overrides a deprecated API.
> [INFO]
> /<<PKGBUILDDIR>>/wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpWagon.java:
> Recompile with -Xlint:deprecation for details.
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /<<PKGBUILDDIR>>/wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpWagon.java:[119,12]
> cannot access java.time.Duration
> class file for java.time.Duration not found
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Apache Maven Wagon 3.5.2:
> [INFO]
> [INFO] Apache Maven Wagon ................................. SUCCESS [ 0.144
> s]
> [INFO] Apache Maven Wagon :: API .......................... SUCCESS [ 2.105
> s]
> [INFO] Apache Maven Wagon :: Provider Test ................ SUCCESS [ 1.059
> s]
> [INFO] Apache Maven Wagon :: Providers .................... SUCCESS [ 0.006
> s]
> [INFO] Apache Maven Wagon :: Providers :: File Provider ... SUCCESS [ 0.217
> s]
> [INFO] Apache Maven Wagon :: Providers :: FTP Provider .... FAILURE [ 0.169
> s]
> [INFO] Apache Maven Wagon :: Providers :: HTTP Shared Library SKIPPED
> [INFO] Apache Maven Wagon :: Test Compatibility Kits ...... SKIPPED
> [INFO] Apache Maven Wagon :: HTTP Test Compatibility Kit .. SKIPPED
> [INFO] Apache Maven Wagon :: Providers :: HTTP Provider ... SKIPPED
> [INFO] Apache Maven Wagon :: Providers :: Lightweight HTTP Provider SKIPPED
> [INFO] Apache Maven Wagon :: Providers :: SSH Common Library SKIPPED
> [INFO] Apache Maven Wagon :: Providers :: SSH External Provider SKIPPED
> [INFO] Apache Maven Wagon :: Providers :: SSH Provider .... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3.902 s
> [INFO] Finished at: 2023-01-01T09:15:25Z
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
> (default-compile) on project wagon-ftp: Compilation failure
> [ERROR]
> /<<PKGBUILDDIR>>/wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpWagon.java:[119,12]
> cannot access java.time.Duration
> [ERROR] class file for java.time.Duration not found
> [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 :wagon-ftp
> [0m[0mdh_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 package
> -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 25
The full build log is available from:
http://qa-logs.debian.net/2023/01/01/wagon_3.5.2-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230101;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230101&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: wagon
Source-Version: 3.5.3-1
Done: Emmanuel Bourg <ebo...@apache.org>
We believe that the bug you reported is fixed in the latest version of
wagon, 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 1027...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated wagon 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 02 Jan 2023 14:43:37 +0100
Source: wagon
Architecture: source
Version: 3.5.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 1027558
Changes:
wagon (3.5.3-1) unstable; urgency=medium
.
* Team upload.
* New upstream release
- Refreshed the patches
* Set the target release to Java 8 (Closes: #1027558)
* Standards-Version updated to 4.6.2
Checksums-Sha1:
00c6fa007d9c66c79394579da87de7e6da776886 2860 wagon_3.5.3-1.dsc
92cedee7de7b75e51eb2cd709716a879f2d17cdd 198720 wagon_3.5.3.orig.tar.xz
631830e134851465999a80ea02f9fced283e9caf 8048 wagon_3.5.3-1.debian.tar.xz
d28e335d22a8b172188813f22e10a8f3e5de9de1 16578 wagon_3.5.3-1_source.buildinfo
Checksums-Sha256:
5344995b785cac9a81356c98f5ee7ac662665f1d9ba87cdc10cba1545f9394c8 2860
wagon_3.5.3-1.dsc
1ccbcec99a7a7aa59a3d27aa1059c7b59e0a1a620972daa626cb9dd966808aca 198720
wagon_3.5.3.orig.tar.xz
4bb372f46f3a17c07fad4d2c0ba87d06895c8db2a395c79ae75ed6739442f92b 8048
wagon_3.5.3-1.debian.tar.xz
d6ef1dedc0d39373788f7c9e22bfef3719887eca144c28522c0f93f8a10e2236 16578
wagon_3.5.3-1_source.buildinfo
Files:
dc82a15f2a3313890d2719f1602531c4 2860 java optional wagon_3.5.3-1.dsc
1c431199bd2c43c629664e82b206d42e 198720 java optional wagon_3.5.3.orig.tar.xz
57fa3069c83eee3e2cca917dfc50b37c 8048 java optional wagon_3.5.3-1.debian.tar.xz
4cdef03ef2986d2d8e80fe343db554d8 16578 java optional
wagon_3.5.3-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmOy3/EACgkQ9RPEGeS5
0KyUaRAAh3uLjhb+/+0niITB5P9UR8NFTRRbo3SHYNX155pWEcGRj8wGs6DpLdRb
fQzmADKc8LK29MwUiVdkTRHPTv9x9l8UxRYk8FR3EMg15SBmVdB03GzltfypJoxa
JrDDAqK3eMmboSw811xNwlSimBZlVomXpCXtCECkbsfSxQyIFYIbi1B6domeaMql
Vy6czfyaUxyXC5O362YZ+Ghriry0MRyNtGvxPksQA4auQs+kjqrzo6bNJoeIOAlA
UtGBqUtchidAJ1722fjRTYXV/wcTQmekG28cAOd6qI4Llu4t6jTAQ92+9E+87uMJ
dgaLcket3kFBAX/RPyrWW8timcpuP8LlhRmKMhb/OTrQE0UtySLGTSDO6CEuwOm0
kSQSKHGZkBu2J47mmmQswZpckkgfPAcX6b5UPvX99ZkKWMGkmBTmGZWXZvFVK1Oa
bB+59PJe2TtA/7G4rNlejFgZum/GbyGfvAHqe6Md8d1MRmyEP58KL0vCe/+cD5PT
PdyQo7ajdWDiDnQsHldNY2zgH+zbHUpMBJwQF8ooCX20SoiL7uzcvA/lr8+BFO8F
I/mD/i4KQQeMHFSolzuOx29rBP1+gK5IcTC1AlXlGol8iPH5niTjT8hSXq28quiI
tIINqrzuYyMtsXBiU0MJeQt7ScLRDLR1svnYak87/p5/29l7Em4=
=nZs2
-----END PGP SIGNATURE-----
--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
debian-j...@lists.debian.org for discussions and questions.