Your message dated Thu, 18 Jun 2026 11:06:29 +0000
with message-id <[email protected]>
and subject line Bug#1139529: fixed in rdf4j 3.7.7+ds-2
has caused the Debian Bug report #1139529,
regarding rdf4j: FTBFS: unreported exception java.io.IOException; must be 
caught or declared to be thrown
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.)


-- 
1139529: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139529
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rdf4j
Version: 3.7.7+ds-1
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/202606/

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:rdf4j, 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 -plibrdf4j-java
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibrdf4j-java --debian-build --keep-pom-version 
--maven-repo=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/debian/maven-repo
   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=/<<BUILDDIR>>/rdf4j-3.7.7\+ds 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/debian 
-Dmaven.repo.local=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/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.

[... snipped ...]

[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ 
rdf4j-model-vocabulary ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-model-vocabulary ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-model-vocabulary ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/core/model-vocabulary/target/rdf4j-model-vocabulary-3.7.7.jar
[INFO] 
[INFO] -------------------< org.eclipse.rdf4j:rdf4j-model >--------------------
[INFO] Building RDF4J: Model 3.7.7                                       [5/43]
[INFO]   from core/model/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-model ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/core/model/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-model ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 64 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
/<<PKGBUILDDIR>>/core/model/src/main/java/org/eclipse/rdf4j/model/impl/ValidatingValueFactory.java:
 Some input files use or override a deprecated API.
[INFO] 
/<<PKGBUILDDIR>>/core/model/src/main/java/org/eclipse/rdf4j/model/impl/ValidatingValueFactory.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
/<<PKGBUILDDIR>>/core/model/src/main/java/org/eclipse/rdf4j/model/util/Models.java:
 Some input files use unchecked or unsafe operations.
[INFO] 
/<<PKGBUILDDIR>>/core/model/src/main/java/org/eclipse/rdf4j/model/util/Models.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ rdf4j-model 
---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ rdf4j-model ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-model ---
[INFO] Building jar: /<<PKGBUILDDIR>>/core/model/target/rdf4j-model-3.7.7.jar
[INFO] 
[INFO] ---------------< org.eclipse.rdf4j:rdf4j-sparqlbuilder >----------------
[INFO] Building RDF4J: SparqlBuilder 3.7.7                               [6/43]
[INFO]   from core/sparqlbuilder/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-sparqlbuilder 
---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/core/sparqlbuilder/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-sparqlbuilder ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 87 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ 
rdf4j-sparqlbuilder ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ 
rdf4j-sparqlbuilder ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-sparqlbuilder ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-sparqlbuilder ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/core/sparqlbuilder/target/rdf4j-sparqlbuilder-3.7.7.jar
[INFO] 
[INFO] ------------------< org.eclipse.rdf4j:rdf4j-rio-api >-------------------
[INFO] Building RDF4J: Rio - API 3.7.7                                   [7/43]
[INFO]   from core/rio/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-rio-api ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-rio-api ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 70 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
/<<PKGBUILDDIR>>/core/rio/api/src/main/java/org/eclipse/rdf4j/rio/ParserConfig.java:
 Some input files use or override a deprecated API.
[INFO] 
/<<PKGBUILDDIR>>/core/rio/api/src/main/java/org/eclipse/rdf4j/rio/ParserConfig.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
/<<PKGBUILDDIR>>/core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/ClassRioSetting.java:
 Some input files use unchecked or unsafe operations.
[INFO] 
/<<PKGBUILDDIR>>/core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/ClassRioSetting.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ 
rdf4j-rio-api ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ rdf4j-rio-api ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-rio-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-rio-api ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/core/rio/api/target/rdf4j-rio-api-3.7.7.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ rdf4j-rio-api ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] ---------------< org.eclipse.rdf4j:rdf4j-rio-languages >----------------
[INFO] Building RDF4J: Rio - Languages 3.7.7                             [8/43]
[INFO]   from core/rio/languages/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-rio-languages 
---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-rio-languages ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 3 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ 
rdf4j-rio-languages ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ 
rdf4j-rio-languages ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-rio-languages ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-rio-languages ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/core/rio/languages/target/rdf4j-rio-languages-3.7.7.jar
[INFO] 
[INFO] ---------------< org.eclipse.rdf4j:rdf4j-rio-datatypes >----------------
[INFO] Building RDF4J: Rio - Datatypes 3.7.7                             [9/43]
[INFO]   from core/rio/datatypes/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-rio-datatypes 
---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-rio-datatypes ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 6 source files with javac [debug target 8] to target/classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ 
rdf4j-rio-datatypes ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ 
rdf4j-rio-datatypes ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.3:test (default-test) @ rdf4j-rio-datatypes ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ rdf4j-rio-datatypes ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/core/rio/datatypes/target/rdf4j-rio-datatypes-3.7.7.jar
[INFO] 
[INFO] -------------------< org.eclipse.rdf4j:rdf4j-query >--------------------
[INFO] Building RDF4J: Query 3.7.7                                      [10/43]
[INFO]   from core/query/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ rdf4j-query ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/core/query/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ rdf4j-query ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
build is platform dependent!
[INFO] Compiling 58 source files with javac [debug target 8] to target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path is not set in conjunction with -source 8
  not setting the bootstrap class path may lead to class files that cannot run 
on JDK 8
    --release 8 is recommended instead of -source 8 -target 8 because it sets 
the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/<<PKGBUILDDIR>>/core/query/src/main/java/org/eclipse/rdf4j/query/explanation/ExplanationImpl.java:[50,60]
 unreported exception java.io.IOException; must be caught or declared to be 
thrown
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse RDF4J 3.7.7:
[INFO] 
[INFO] RDF4J: Model API ................................... SUCCESS [  1.412 s]
[INFO] RDF4J Core ......................................... SUCCESS [  0.011 s]
[INFO] RDF4J: util ........................................ SUCCESS [  0.860 s]
[INFO] RDF4J: RDF Vocabularies ............................ SUCCESS [  0.239 s]
[INFO] RDF4J: Model ....................................... SUCCESS [  0.797 s]
[INFO] RDF4J: SparqlBuilder ............................... SUCCESS [  0.302 s]
[INFO] RDF4J: Rio - API ................................... SUCCESS [  0.284 s]
[INFO] RDF4J: Rio - Languages ............................. SUCCESS [  0.077 s]
[INFO] RDF4J: Rio - Datatypes ............................. SUCCESS [  0.063 s]
[INFO] RDF4J: Query ....................................... FAILURE [  0.180 s]
[INFO] RDF4J: Rio - Binary ................................ SKIPPED
[INFO] RDF4J: Rio - N-Triples ............................. SKIPPED
[INFO] RDF4J: Rio - HDT ................................... SKIPPED
[INFO] RDF4J: Rio - JSON-LD ............................... SKIPPED
[INFO] RDF4J: Rio - Turtle ................................ SKIPPED
[INFO] RDF4J: Rio - N3 (writer-only) ...................... SKIPPED
[INFO] RDF4J: Rio - N-Quads ............................... SKIPPED
[INFO] RDF4J: Rio - RDF/JSON .............................. SKIPPED
[INFO] RDF4J: Rio - RDF/XML ............................... SKIPPED
[INFO] RDF4J: Rio - TriX .................................. SKIPPED
[INFO] RDF4J: Rio - TriG .................................. SKIPPED
[INFO] RDF4J: Rio ......................................... SKIPPED
[INFO] RDF4J: Query result IO - API ....................... SKIPPED
[INFO] RDF4J: Query result IO - binary .................... SKIPPED
[INFO] RDF4J: Query result IO - SPARQL/JSON ............... SKIPPED
[INFO] RDF4J: Query result IO - SPARQL/XML ................ SKIPPED
[INFO] RDF4J: Query result IO ............................. SKIPPED
[INFO] RDF4J: Query algebra - model ....................... SKIPPED
[INFO] RDF4J: Query algebra ............................... SKIPPED
[INFO] RDF4J: Query parser - API .......................... SKIPPED
[INFO] RDF4J: Query parser - SeRQL ........................ SKIPPED
[INFO] RDF4J: Query parser - SPARQL ....................... SKIPPED
[INFO] RDF4J: Query parser ................................ SKIPPED
[INFO] RDF4J: Repository .................................. SKIPPED
[INFO] RDF4J: Client Libraries ............................ SKIPPED
[INFO] RDF4J: Storage Libraries ........................... SKIPPED
[INFO] RDF4J: application configuration ................... SKIPPED
[INFO] RDF4J: Runtime ..................................... SKIPPED
[INFO] RDF4J Tools ........................................ SKIPPED
[INFO] RDF4J : Test Suites ................................ SKIPPED
[INFO] RDF4J Compliance tests ............................. SKIPPED
[INFO] RDF4J BOM .......................................... SKIPPED
[INFO] Eclipse RDF4J ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.387 s
[INFO] Finished at: 2026-06-08T22:05:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) 
on project rdf4j-query: Compilation failure
[ERROR] 
/<<PKGBUILDDIR>>/core/query/src/main/java/org/eclipse/rdf4j/query/explanation/ExplanationImpl.java:[50,60]
 unreported exception java.io.IOException; must be caught or declared to be 
thrown
[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 :rdf4j-query
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=/<<BUILDDIR>>/rdf4j-3.7.7\+ds 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/debian 
-Dmaven.repo.local=/<<BUILDDIR>>/rdf4j-3.7.7\+ds/debian/maven-repo --batch-mode 
package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: rdf4j
Source-Version: 3.7.7+ds-2
Done: Andrius Merkys <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rdf4j, 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.
Andrius Merkys <[email protected]> (supplier of updated rdf4j 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: Thu, 18 Jun 2026 06:50:12 -0400
Source: rdf4j
Architecture: source
Version: 3.7.7+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Andrius Merkys <[email protected]>
Closes: 1139529
Changes:
 rdf4j (3.7.7+ds-2) unstable; urgency=medium
 .
   * Catch newly thrown IOException via a patch (Closes: #1139529)
Checksums-Sha1:
 fb57ed6c58ccfab70a1f11ec60f4c95a16f01fae 2509 rdf4j_3.7.7+ds-2.dsc
 65d766c2807535b7e5b8ab655f54e88656392973 10812 rdf4j_3.7.7+ds-2.debian.tar.xz
 01c67edf21f559b198cdfb5f6783d9746c7d60d2 5452 rdf4j_3.7.7+ds-2_source.buildinfo
Checksums-Sha256:
 819ea2e6cb766e48afca3b8cd789a50885203b9abe02ea073c42612b8e4c0602 2509 
rdf4j_3.7.7+ds-2.dsc
 b6c7878135eb317eec7bfc12e3435cecc1fe992bb3779cd4a58d9c8b6002d187 10812 
rdf4j_3.7.7+ds-2.debian.tar.xz
 1e5389b363b5a51093decd790a9ca567b37c71c2568e268b026079b5c0f3c25f 5452 
rdf4j_3.7.7+ds-2_source.buildinfo
Files:
 335bfcb2f1f97f9712d93446055ae895 2509 java optional rdf4j_3.7.7+ds-2.dsc
 28907ffafa31b200c7f8336d4f6b025f 10812 java optional 
rdf4j_3.7.7+ds-2.debian.tar.xz
 0994a65600304cba845dca81a4e90adf 5452 java optional 
rdf4j_3.7.7+ds-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmozzgkSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHEHEP/itr8KzfT0qbKP3X1rjrGJGs/ik73NPp
BxtOTkOCHiT6uT6aecCkKCILDyyP9gy2Cywl/COZVFXpsUMgR4bCgqugjvWp+iMc
Fh6gO1ef+//N/12etKZEPiOVeekptcvBaAJ+nbOHhnvp14EdMrrrddtIAHuJRnq1
fzjJxPLquov2+rFFuXtYRZRsIkdOvf6rRfsuU6MsGsZCTbWPekKZPZCfiy5xtGIO
/C/AZtPRatl/BZZ6T+d6ZDSyoVOP3rSW/ywr8+XmrMGuY0x+wDc3XXOHhkgfdug+
brmEMu5xSWH730jUpD25G3YQR1bwc58i/UQ4Zbd9JfiiSq6D+SWXG+/HhRUFfYpw
+iTeSQtTNiEeMC2pu4/6APyRwzgOQA6E4xwUySxVx+FHfG87aJA5E2of9NPgfm3/
k7A3p2sEj8JHW8dtz6QGMdYixFPJRR9Nfwt6P0sBSwIKQHdP+QsO0XUHsgH+6xab
St/UmhmC3TV9keluk3kfmKzI/3mrQhFKlDhgiviYOLp9nDFkrlr72UrZ6Croj4Ua
AOQHAvN6g4WTJBSkBcdM1T5kff/g9kUQMN7BOdvuTUAbJY1vExol/AI+EenLbrqm
u5AfEuSp4Jwxp4sUsXC9xDLDY9ha84XNf6M1iFHvMwsENg2ikCibYBE0UxEvd82a
/hcLrcnPbgau
=6W2y
-----END PGP SIGNATURE-----

Attachment: pgpFAsCmf7pYP.pgp
Description: PGP signature


--- End Message ---

Reply via email to