Your message dated Mon, 16 Dec 2024 22:20:26 +0000
with message-id <e1tnjry-0029pl...@fasolo.debian.org>
and subject line Bug#1088124: fixed in ldaptive 2.1.2-1
has caused the Debian Bug report #1088124,
regarding ldaptive: FTBFS: dh_install: warning: Cannot find (any matches for) 
"target/site/apidocs/*"
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.)


-- 
1088124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ldaptive
Version: 2.1.1+ds-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibldaptive-java --debian-build --keep-pom-version 
--maven-repo=/<<BUILDDIR>>/ldaptive-2.1.1\+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>>/ldaptive-2.1.1\+ds 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml 
-Ddebian.dir=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian 
-Dmaven.repo.local=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian/maven-repo --batch-mode package javadoc:jar 
javadoc:aggregate -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.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] LDAPTIVE PARENT                                                    [pom]
[INFO] LDAPTIVE CORE                                                      [jar]
[INFO] LDAPTIVE BEANS                                                     [jar]
[INFO] LDAPTIVE JSON                                                      [jar]
[INFO] LDAPTIVE TEMPLATES                                                 [jar]
[INFO]
[INFO] --------------------< org.ldaptive:ldaptive-parent >--------------------
[INFO] Building LDAPTIVE PARENT 2.1.1                                     [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ 
ldaptive-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (javadoc) @ ldaptive-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:test-jar (test-jar) @ ldaptive-parent ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (default-cli) @ ldaptive-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO]
[INFO] -----------------------< org.ldaptive:ldaptive >------------------------
[INFO] Building LDAPTIVE CORE 2.1.1                                       [2/5]
[INFO]   from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/core/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ ldaptive ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 496 source files with javac [forked debug deprecation target 
11] to target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[WARNING] [options] system modules path not set in conjunction with -source 11
[WARNING] 
/<<PKGBUILDDIR>>/core/src/main/java/org/ldaptive/transport/GssApiSaslClient.java:[82,39] 
[removal] <T>doAs(Subject,PrivilegedAction<T>) in Subject has been deprecated and marked 
for removal
  where T is a type-variable:
    T extends Object declared in method <T>doAs(Subject,PrivilegedAction<T>)
[WARNING] 
/<<PKGBUILDDIR>>/core/src/main/java/org/ldaptive/io/URLResourceLoader.java:[20,6]
 [deprecation] URL(String) in URL has been deprecated
[WARNING] 
/<<PKGBUILDDIR>>/core/src/main/java/org/ldaptive/io/URLResourceLoader.java:[32,13]
 [deprecation] URL(String) in URL has been deprecated
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ ldaptive ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
ldaptive ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
ldaptive ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ ldaptive ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ldaptive ---
[INFO] Building jar: /<<PKGBUILDDIR>>/core/target/ldaptive-2.1.1.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (javadoc) @ ldaptive ---
[INFO] Adding the --ignore-source-errors option
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /<<PKGBUILDDIR>>/core/target/ldaptive-2.1.1-javadoc.jar
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:test-jar (test-jar) @ ldaptive ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (default-cli) @ ldaptive ---
[INFO] Adding the --ignore-source-errors option
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /<<PKGBUILDDIR>>/core/target/ldaptive-2.1.1-javadoc.jar
[WARNING] artifact org.ldaptive:ldaptive:javadoc:javadoc:2.1.1 already 
attached, replace previous instance
[INFO]
[INFO] --------------------< org.ldaptive:ldaptive-beans >---------------------
[INFO] Building LDAPTIVE BEANS 2.1.1                                      [3/5]
[INFO]   from beans/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact com.sun.codemodel:codemodel:jar:debian has been 
relocated to org.glassfish.jaxb:codemodel:jar:debian
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive-beans ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
ldaptive-beans ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 55 source files with javac [forked debug deprecation target 
11] to target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[WARNING] [options] system modules path not set in conjunction with -source 11
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ 
ldaptive-beans ---
[WARNING] The artifact com.sun.codemodel:codemodel:jar:debian has been 
relocated to org.glassfish.jaxb:codemodel:jar:debian
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
ldaptive-beans ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
ldaptive-beans ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ ldaptive-beans ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ldaptive-beans ---
[INFO] Building jar: /<<PKGBUILDDIR>>/beans/target/ldaptive-beans-2.1.1.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (javadoc) @ ldaptive-beans ---
[INFO] Adding the --ignore-source-errors option
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: 
/<<PKGBUILDDIR>>/beans/target/ldaptive-beans-2.1.1-javadoc.jar
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:test-jar (test-jar) @ ldaptive-beans ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (default-cli) @ ldaptive-beans ---
[INFO] Adding the --ignore-source-errors option
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: 
/<<PKGBUILDDIR>>/beans/target/ldaptive-beans-2.1.1-javadoc.jar
[WARNING] artifact org.ldaptive:ldaptive-beans:javadoc:javadoc:2.1.1 already 
attached, replace previous instance
[INFO]
[INFO] ---------------------< org.ldaptive:ldaptive-json >---------------------
[INFO] Building LDAPTIVE JSON 2.1.1                                       [4/5]
[INFO]   from json/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive-json ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/json/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
ldaptive-json ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [forked debug deprecation target 11] 
to target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[WARNING] [options] system modules path not set in conjunction with -source 11
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ ldaptive-json 
---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
ldaptive-json ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
ldaptive-json ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ ldaptive-json ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ldaptive-json ---
[INFO] Building jar: /<<PKGBUILDDIR>>/json/target/ldaptive-json-2.1.1.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (javadoc) @ ldaptive-json ---
[INFO] Adding the --ignore-source-errors option
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: 
/<<PKGBUILDDIR>>/json/target/ldaptive-json-2.1.1-javadoc.jar
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:test-jar (test-jar) @ ldaptive-json ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (default-cli) @ ldaptive-json ---
[INFO] Adding the --ignore-source-errors option
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: 
/<<PKGBUILDDIR>>/json/target/ldaptive-json-2.1.1-javadoc.jar
[WARNING] artifact org.ldaptive:ldaptive-json:javadoc:javadoc:2.1.1 already 
attached, replace previous instance
[INFO]
[INFO] ------------------< org.ldaptive:ldaptive-templates >-------------------
[INFO] Building LDAPTIVE TEMPLATES 2.1.1                                  [5/5]
[INFO]   from templates/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive-templates ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/templates/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
ldaptive-templates ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [forked debug deprecation target 11] 
to target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[WARNING] [options] system modules path not set in conjunction with -source 11
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ 
ldaptive-templates ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
ldaptive-templates ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
ldaptive-templates ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
ldaptive-templates ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ldaptive-templates ---
[INFO] Building jar: 
/<<PKGBUILDDIR>>/templates/target/ldaptive-templates-2.1.1.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (javadoc) @ ldaptive-templates ---
[INFO] Adding the --ignore-source-errors option
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: 
/<<PKGBUILDDIR>>/templates/target/ldaptive-templates-2.1.1-javadoc.jar
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:test-jar (test-jar) @ ldaptive-templates ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (default-cli) @ ldaptive-templates 
---
[INFO] Adding the --ignore-source-errors option
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: 
/<<PKGBUILDDIR>>/templates/target/ldaptive-templates-2.1.1-javadoc.jar
[WARNING] artifact org.ldaptive:ldaptive-templates:javadoc:javadoc:2.1.1 
already attached, replace previous instance
[INFO]
[INFO] --------------------< org.ldaptive:ldaptive-parent >--------------------
[INFO] Building LDAPTIVE PARENT 2.1.1                                     [6/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] >>> maven-javadoc-plugin:3.10.1:aggregate (default-cli) > compile @ 
ldaptive-parent >>>
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking LDAPTIVE CORE 2.1.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/core/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ ldaptive ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /<<PKGBUILDDIR>>/core/target/ldaptive-2.1.1.jar 
to /<<PKGBUILDDIR>>/core/target/classes
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking LDAPTIVE BEANS 2.1.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[WARNING] The artifact com.sun.codemodel:codemodel:jar:debian has been 
relocated to org.glassfish.jaxb:codemodel:jar:debian
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive-beans ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
ldaptive-beans ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 55 source files with javac [forked debug deprecation target 
11] to target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[WARNING] [options] system modules path not set in conjunction with -source 11
[WARNING] Overwriting artifact's file from 
/<<PKGBUILDDIR>>/beans/target/ldaptive-beans-2.1.1.jar to 
/<<PKGBUILDDIR>>/beans/target/classes
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking LDAPTIVE JSON 2.1.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive-json ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/json/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
ldaptive-json ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [forked debug deprecation target 11] 
to target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[WARNING] [options] system modules path not set in conjunction with -source 11
[WARNING] Overwriting artifact's file from 
/<<PKGBUILDDIR>>/json/target/ldaptive-json-2.1.1.jar to 
/<<PKGBUILDDIR>>/json/target/classes
[INFO]
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking LDAPTIVE TEMPLATES 2.1.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive-templates ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/templates/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
ldaptive-templates ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [forked debug deprecation target 11] 
to target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[WARNING] [options] system modules path not set in conjunction with -source 11
[WARNING] Overwriting artifact's file from 
/<<PKGBUILDDIR>>/templates/target/ldaptive-templates-2.1.1.jar to 
/<<PKGBUILDDIR>>/templates/target/classes
[INFO]
[INFO] <<< maven-javadoc-plugin:3.10.1:aggregate (default-cli) < compile @ 
ldaptive-parent <<<
[INFO]
[WARNING] The artifact com.sun.codemodel:codemodel:jar:debian has been 
relocated to org.glassfish.jaxb:codemodel:jar:debian
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:aggregate (default-cli) @ 
ldaptive-parent ---
[INFO] Adding the --ignore-source-errors option
[INFO] No previous run data found, generating javadoc.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for LDAPTIVE PARENT 2.1.1:
[INFO]
[INFO] LDAPTIVE PARENT .................................... SUCCESS [  9.102 s]
[INFO] LDAPTIVE CORE ...................................... SUCCESS [ 16.292 s]
[INFO] LDAPTIVE BEANS ..................................... SUCCESS [  6.041 s]
[INFO] LDAPTIVE JSON ...................................... SUCCESS [  2.776 s]
[INFO] LDAPTIVE TEMPLATES ................................. SUCCESS [  3.149 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  38.188 s
[INFO] Finished at: 2024-11-23T12:23:35Z
[INFO] ------------------------------------------------------------------------
   dh_auto_test
        /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>>/ldaptive-2.1.1\+ds 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml 
-Ddebian.dir=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian 
-Dmaven.repo.local=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian/maven-repo --batch-mode test
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.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] LDAPTIVE PARENT                                                    [pom]
[INFO] LDAPTIVE CORE                                                      [jar]
[INFO] LDAPTIVE BEANS                                                     [jar]
[INFO] LDAPTIVE JSON                                                      [jar]
[INFO] LDAPTIVE TEMPLATES                                                 [jar]
[INFO]
[INFO] --------------------< org.ldaptive:ldaptive-parent >--------------------
[INFO] Building LDAPTIVE PARENT 2.1.1                                     [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ 
ldaptive-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO]
[INFO] -----------------------< org.ldaptive:ldaptive >------------------------
[INFO] Building LDAPTIVE CORE 2.1.1                                       [2/5]
[INFO]   from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/core/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ ldaptive ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ ldaptive ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
ldaptive ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
ldaptive ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ ldaptive ---
[INFO] Tests are skipped.
[INFO]
[INFO] --------------------< org.ldaptive:ldaptive-beans >---------------------
[INFO] Building LDAPTIVE BEANS 2.1.1                                      [3/5]
[INFO]   from beans/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact com.sun.codemodel:codemodel:jar:debian has been 
relocated to org.glassfish.jaxb:codemodel:jar:debian
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive-beans ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
ldaptive-beans ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ 
ldaptive-beans ---
[WARNING] The artifact com.sun.codemodel:codemodel:jar:debian has been 
relocated to org.glassfish.jaxb:codemodel:jar:debian
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
ldaptive-beans ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
ldaptive-beans ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ ldaptive-beans ---
[INFO] Tests are skipped.
[INFO]
[INFO] ---------------------< org.ldaptive:ldaptive-json >---------------------
[INFO] Building LDAPTIVE JSON 2.1.1                                       [4/5]
[INFO]   from json/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive-json ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/json/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
ldaptive-json ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ ldaptive-json 
---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
ldaptive-json ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
ldaptive-json ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ ldaptive-json ---
[INFO] Tests are skipped.
[INFO]
[INFO] ------------------< org.ldaptive:ldaptive-templates >-------------------
[INFO] Building LDAPTIVE TEMPLATES 2.1.1                                  [5/5]
[INFO]   from templates/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
ldaptive-templates ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/templates/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
ldaptive-templates ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ 
ldaptive-templates ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
ldaptive-templates ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
ldaptive-templates ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
ldaptive-templates ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for LDAPTIVE PARENT 2.1.1:
[INFO]
[INFO] LDAPTIVE PARENT .................................... SUCCESS [  0.426 s]
[INFO] LDAPTIVE CORE ...................................... SUCCESS [  0.847 s]
[INFO] LDAPTIVE BEANS ..................................... SUCCESS [  0.180 s]
[INFO] LDAPTIVE JSON ...................................... SUCCESS [  0.067 s]
[INFO] LDAPTIVE TEMPLATES ................................. SUCCESS [  0.100 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.707 s
[INFO] Finished at: 2024-11-23T12:23:37Z
[INFO] ------------------------------------------------------------------------
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_auto_install
        /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>>/ldaptive-2.1.1\+ds -Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian 
-Dmaven.repo.local=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian/maven-repo --batch-mode 
-Ddebian.dir=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian -Ddebian.package=libldaptive-java 
-Dmaven.repo.local=/<<BUILDDIR>>/ldaptive-2.1.1\+ds/debian/maven-repo -Dinstall.to.usj=true org.debian.maven:debian-maven-plugin:2.6:install
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.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] LDAPTIVE PARENT                                                    [pom]
[INFO] LDAPTIVE CORE                                                      [jar]
[INFO] LDAPTIVE BEANS                                                     [jar]
[INFO] LDAPTIVE JSON                                                      [jar]
[INFO] LDAPTIVE TEMPLATES                                                 [jar]
[INFO]
[INFO] --------------------< org.ldaptive:ldaptive-parent >--------------------
[INFO] Building LDAPTIVE PARENT 2.1.1                                     [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ ldaptive-parent ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libldaptive-java --has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO]
[INFO] -----------------------< org.ldaptive:ldaptive >------------------------
[INFO] Building LDAPTIVE CORE 2.1.1                                       [2/5]
[INFO]   from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ ldaptive ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/core/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libldaptive-java --has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] Install jar for ldaptive into /usr/share/java
[INFO]
[INFO] --------------------< org.ldaptive:ldaptive-beans >---------------------
[INFO] Building LDAPTIVE BEANS 2.1.1                                      [3/5]
[INFO]   from beans/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ ldaptive-beans ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/beans/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libldaptive-java --has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] Install jar for ldaptive-beans into /usr/share/java
[INFO]
[INFO] ---------------------< org.ldaptive:ldaptive-json >---------------------
[INFO] Building LDAPTIVE JSON 2.1.1                                       [4/5]
[INFO]   from json/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ ldaptive-json ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/json/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libldaptive-java --has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] Install jar for ldaptive-json into /usr/share/java
[INFO]
[INFO] ------------------< org.ldaptive:ldaptive-templates >-------------------
[INFO] Building LDAPTIVE TEMPLATES 2.1.1                                  [5/5]
[INFO]   from templates/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ ldaptive-templates 
---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/templates/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libldaptive-java --has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] Install jar for ldaptive-templates into /usr/share/java
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for LDAPTIVE PARENT 2.1.1:
[INFO]
[INFO] LDAPTIVE PARENT .................................... SUCCESS [  0.256 s]
[INFO] LDAPTIVE CORE ...................................... SUCCESS [  0.035 s]
[INFO] LDAPTIVE BEANS ..................................... SUCCESS [  0.025 s]
[INFO] LDAPTIVE JSON ...................................... SUCCESS [  0.014 s]
[INFO] LDAPTIVE TEMPLATES ................................. SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.441 s
[INFO] Finished at: 2024-11-23T12:23:38Z
[INFO] ------------------------------------------------------------------------
        mh_resolve_dependencies --non-interactive --offline --build -plibldaptive-java 
--javadoc --base-directory=/<<BUILDDIR>>/ldaptive-2.1.1\+ds --non-explore
Analysing pom.xml...
Analysing core/pom.xml...
Checking the parent dependency in the sub project core/pom.xml
Analysing beans/pom.xml...
Checking the parent dependency in the sub project beans/pom.xml
Analysing json/pom.xml...
Checking the parent dependency in the sub project json/pom.xml
Analysing templates/pom.xml...
Checking the parent dependency in the sub project templates/pom.xml
Analysing distribution/pom.xml...
Checking the parent dependency in the sub project distribution/pom.xml
Checking dependencies for documentation packages...
dpkg --search /usr/share/doc/libgoogle-gson-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libgoogle-gson-java/api/index.html
dpkg --search /usr/share/doc/libgoogle-gson-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libgoogle-gson-java-doc/api/index.html
dpkg --search /usr/share/doc/libgoogle-gson-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libgoogle-gson-java/apidocs/index.html
dpkg --search /usr/share/doc/libgoogle-gson-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libgoogle-gson-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libldaptive-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libldaptive-java/api/index.html
dpkg --search /usr/share/doc/libldaptive-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libldaptive-java-doc/api/index.html
dpkg --search /usr/share/doc/libldaptive-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libldaptive-java/apidocs/index.html
dpkg --search /usr/share/doc/libldaptive-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libldaptive-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libnetty-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libnetty-java/api/index.html
dpkg --search /usr/share/doc/libnetty-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libnetty-java-doc/api/index.html
dpkg --search /usr/share/doc/libnetty-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libnetty-java/apidocs/index.html
dpkg --search /usr/share/doc/libnetty-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libnetty-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libslf4j-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libslf4j-java/api/index.html
dpkg --search /usr/share/doc/libslf4j-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libslf4j-java-doc/api/index.html
dpkg --search /usr/share/doc/libslf4j-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libslf4j-java/apidocs/index.html
dpkg --search /usr/share/doc/libslf4j-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libslf4j-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libcodemodel-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libcodemodel-java/api/index.html
dpkg --search /usr/share/doc/libcodemodel-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libcodemodel-java-doc/api/index.html
dpkg --search /usr/share/doc/libcodemodel-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libcodemodel-java/apidocs/index.html
dpkg --search /usr/share/doc/libcodemodel-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libcodemodel-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libspring-beans-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libspring-beans-java/api/index.html
dpkg --search /usr/share/doc/libspring-beans-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libspring-beans-java-doc/api/index.html
dpkg --search /usr/share/doc/libspring-beans-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libspring-beans-java/apidocs/index.html
dpkg --search /usr/share/doc/libspring-beans-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libspring-beans-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libspring-expression-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libspring-expression-java/api/index.html
dpkg --search /usr/share/doc/libspring-expression-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libspring-expression-java-doc/api/index.html
dpkg --search /usr/share/doc/libspring-expression-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libspring-expression-java/apidocs/index.html
dpkg --search /usr/share/doc/libspring-expression-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libspring-expression-java-doc/apidocs/index.html
        bash -c "rm -f target/apidocs/*.sh target/apidocs/options"
        mh_unpatchpoms -plibldaptive-java
   dh_install
dh_install: warning: Cannot find (any matches for) "target/site/apidocs/*" 
(tried in ., debian/tmp)

dh_install: warning: libldaptive-java-doc missing files: target/site/apidocs/*
dh_install: error: missing files, aborting
make: *** [debian/rules:4: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202411/

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 could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: ldaptive
Source-Version: 2.1.2-1
Done: Emmanuel Bourg <ebo...@apache.org>

We believe that the bug you reported is fixed in the latest version of
ldaptive, 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 1088...@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 ldaptive 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, 16 Dec 2024 22:59:45 +0100
Source: ldaptive
Architecture: source
Version: 2.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 1088124
Changes:
 ldaptive (2.1.2-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
   * Removed the -java-doc package (Closes: #1088124)
   * Standards-Version updated to 4.7.0
Checksums-Sha1:
 c1d501ad71a8592002b666ca667a2659ad1eeef9 2217 ldaptive_2.1.2-1.dsc
 707c57d3f147a04f413b112d5aceca5bdbbb7179 563380 ldaptive_2.1.2.orig.tar.xz
 d7887a76e63fb89385ad0d0de8252cda60e27e92 3204 ldaptive_2.1.2-1.debian.tar.xz
 7d42fa9bf071d5eaba364adb7de198c6b50ff2a7 15013 
ldaptive_2.1.2-1_source.buildinfo
Checksums-Sha256:
 d2dab11f65110eb3326b2dd151477fa1ee4ed10b3a33195c912c98f379a9e56e 2217 
ldaptive_2.1.2-1.dsc
 d55d3c10e5d7671a44ea66ca3c90780664c4a358f06a40dfcdd4eeefdf701e88 563380 
ldaptive_2.1.2.orig.tar.xz
 587d0a9bfc9576821d1cbc46f836e8eec2f68194f934d2621835358c6df608d3 3204 
ldaptive_2.1.2-1.debian.tar.xz
 165941596806535a9d520684bdd2c7a4fb71dc8d6601434c332bfbb413b3b9f2 15013 
ldaptive_2.1.2-1_source.buildinfo
Files:
 6891f46261a7dda09db3f05565ed1788 2217 java optional ldaptive_2.1.2-1.dsc
 072eb4580a30ea8502488edf07572cf6 563380 java optional 
ldaptive_2.1.2.orig.tar.xz
 d56d25f7dc39abb9b5b8883f134c48f7 3204 java optional 
ldaptive_2.1.2-1.debian.tar.xz
 c6bfece50b8ab3b15887774801248af9 15013 java optional 
ldaptive_2.1.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmdgovISHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsoQAQAIi/7fW3kPWfYwd5wgHhiJihNxS6TEZx
kK/+XJoxWxMqBEe3lgUU+ToVpeAZQsz1TihSAFhgadvsFFr5MTyci0anYVC90uDb
issBarsLJ5n4OEp95IE472ogjvoTr2aL1JnkiexenUrS4jqY4qnmFVhxbYyv2ESb
rNWIKQzaKPZIo7ineBEhfrv5QCFIPu8+U+NYNi2O+PRHD2NV2bjkSOsk9BmyEcVS
sEA54UaR+RVfKfFbXqnIvL7B5fVCpfFWkCS9l45nqMTthZc6Nlet0P77LpMLs0kx
fEDCq3omlNCODUaLfHesDHytUuhoNKxN9IDj3SWZ/HHxQq0+k60ReP/xQLGPogIZ
Vo1fkej6KCdKuZHxV+KV9KVMUsnkiHSuGM2qJodKI39Abowd6kz983J9gnWLIqba
ADExO92/ZtYVwiqyzZNOqRMhm9EXzVjiHhB+UNHvTbVCgy3/KBxiJ2Rbh/uXATMH
FQwNCzmdeW1JAxaBuma+hBgZj492xLc9dl9jEH2W2yvVaSV9f2ojAKDnL+xhAkJw
wvfj5AkopwVGR2fS2mcBqoqJqVICbq1OX/p0MktjdKSXwfjyIT8v3E63C5OT2lF5
b5KbhkRdvWyZXImBTMwsik34XHAOUL5GVqC/2wPvPegs6XQohaCSAWHIdOfQKRzX
oxZGi0W/JAk8
=KaJl
-----END PGP SIGNATURE-----

Attachment: pgpinpNNc_0tm.pgp
Description: PGP signature


--- End Message ---

Reply via email to