Debian Bug report logs -
#724138
wss4j: FTBFS: [javac] /«BUILDDIR»/wss4j-1.5.8+svntag/src/org/apache/ws/security/WSSConfig.java:288: error: cannot find symbol: Transform.init();
Reported by: David Suárez <david.sephirot@gmail.com>
Date: Sun, 22 Sep 2013 19:35:46 UTC
Severity: serious
Tags: jessie, sid
Found in version wss4j/1.5.8+svntag-2
Fixed in version wss4j/1.6.12-1
Done: Emmanuel Bourg <ebourg@apache.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#724138; Package src:wss4j.
(Sun, 22 Sep 2013 19:35:51 GMT) (full text, mbox, link).
Acknowledgement sent
to David Suárez <david.sephirot@gmail.com>:
New Bug report received and forwarded. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>.
(Sun, 22 Sep 2013 19:35:51 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Source: wss4j
Version: 1.5.8+svntag-2
Severity: serious
Tags: jessie sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20130922 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> make[1]: Entering directory `/«BUILDDIR»/wss4j-1.5.8+svntag'
> /usr/share/cdbs/1/rules/simple-patchsys.mk:31: WARNING: simple-patchsys.mk is deprecated - please use source format 3.0 (quilt) instead
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory `/«BUILDDIR»/wss4j-1.5.8+svntag'
> cd . && /usr/lib/jvm/default-java/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/axis.jar:/usr/share/java/commons-logging.jar:/usr/share/java/xalan2.jar:/usr/share/java/bcprov.jar:/usr/share/java/jaxrpc.jar:/usr/share/java/xmlsec.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -buildfile debian/build.xml
> Buildfile: /«BUILDDIR»/wss4j-1.5.8+svntag/debian/build.xml
>
> init:
>
> prepare:
> [mkdir] Created dir: /«BUILDDIR»/wss4j-1.5.8+svntag/build
> [mkdir] Created dir: /«BUILDDIR»/wss4j-1.5.8+svntag/build/test-reports
>
> prepare-src:
> [mkdir] Created dir: /«BUILDDIR»/wss4j-1.5.8+svntag/build/classes
>
> compile.library:
> [javac] /«BUILDDIR»/wss4j-1.5.8+svntag/build.xml:340: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
> [javac] Compiling 98 source files to /«BUILDDIR»/wss4j-1.5.8+svntag/build/classes
> [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3
> [javac] /«BUILDDIR»/wss4j-1.5.8+svntag/src/org/apache/ws/security/WSSConfig.java:288: error: cannot find symbol
> [javac] Transform.init();
> [javac] ^
> [javac] symbol: method init()
> [javac] location: class Transform
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 1 error
> [javac] 1 warning
>
> BUILD FAILED
> /«BUILDDIR»/wss4j-1.5.8+svntag/build.xml:340: Compile failed; see the compiler error output for details.
>
> Total time: 6 seconds
> make: *** [debian/stamp-ant-build] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/09/22/wss4j_1.5.8+svntag-2_unstable.log
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!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#724138; Package src:wss4j.
(Mon, 23 Sep 2013 00:09:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Charles Plessy <plessy@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>.
(Mon, 23 Sep 2013 00:09:04 GMT) (full text, mbox, link).
Message #10 received at 724138@bugs.debian.org (full text, mbox, reply):
Dear Eucalyptus and Java teams,
wss4j (Apache WSS4J WS-Security) is a package that was created in order
to build the Eucalyptus packages, which are currently removed. The
wss4j fails to build from source in Jessie and Unstable.
Current version in Debian is 1.5.8. On the upstream website, versions 1.5.12
and 1.6.12 are available. The 1.6 line diverged after 1.5.11. A version
1.5.13, fixing some extra bugs, is available as a SVN tag but is not advertised
on the upstream website.
The Debian package contains a patch removing some code related to SAML, for a
reason that I do not remember. This patch does not apply cleanly to version
1.5.12, and I suppose it will be the same for 1.6.12. For this reason, I could
not test if updating to one of the latest upstream releases will make the wss4j
package build again for source. Not knowing Java enough, I could not go
further.
My questions are the following:
- Is wss4j still needed in Debian ? Would Eucalyptus 3.0 still use it ?
- Is the Java team interested by taking it over, in any case ?
Here is the extract of the build log that was sent to the bug report.
Le Sun, Sep 22, 2013 at 07:15:37PM +0200, David Suárez a écrit :
>
> > make[1]: Entering directory `/«BUILDDIR»/wss4j-1.5.8+svntag'
> > /usr/share/cdbs/1/rules/simple-patchsys.mk:31: WARNING: simple-patchsys.mk is deprecated - please use source format 3.0 (quilt) instead
> > make[1]: Nothing to be done for `update-config'.
> > make[1]: Leaving directory `/«BUILDDIR»/wss4j-1.5.8+svntag'
> > cd . && /usr/lib/jvm/default-java/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/axis.jar:/usr/share/java/commons-logging.jar:/usr/share/java/xalan2.jar:/usr/share/java/bcprov.jar:/usr/share/java/jaxrpc.jar:/usr/share/java/xmlsec.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -buildfile debian/build.xml
> > Buildfile: /«BUILDDIR»/wss4j-1.5.8+svntag/debian/build.xml
> >
> > init:
> >
> > prepare:
> > [mkdir] Created dir: /«BUILDDIR»/wss4j-1.5.8+svntag/build
> > [mkdir] Created dir: /«BUILDDIR»/wss4j-1.5.8+svntag/build/test-reports
> >
> > prepare-src:
> > [mkdir] Created dir: /«BUILDDIR»/wss4j-1.5.8+svntag/build/classes
> >
> > compile.library:
> > [javac] /«BUILDDIR»/wss4j-1.5.8+svntag/build.xml:340: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
> > [javac] Compiling 98 source files to /«BUILDDIR»/wss4j-1.5.8+svntag/build/classes
> > [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3
> > [javac] /«BUILDDIR»/wss4j-1.5.8+svntag/src/org/apache/ws/security/WSSConfig.java:288: error: cannot find symbol
> > [javac] Transform.init();
> > [javac] ^
> > [javac] symbol: method init()
> > [javac] location: class Transform
> > [javac] Note: Some input files use or override a deprecated API.
> > [javac] Note: Recompile with -Xlint:deprecation for details.
> > [javac] 1 error
> > [javac] 1 warning
> >
> > BUILD FAILED
> > /«BUILDDIR»/wss4j-1.5.8+svntag/build.xml:340: Compile failed; see the compiler error output for details.
> >
> > Total time: 6 seconds
> > make: *** [debian/stamp-ant-build] Error 1
>
> The full build log is available from:
> http://aws-logs.debian.net/ftbfs-logs/2013/09/22/wss4j_1.5.8+svntag-2_unstable.log
Have a nice day,
--
Charles Plessy
Tsurumi, Kanagawa, Japan
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#724138; Package src:wss4j.
(Mon, 23 Sep 2013 14:27:10 GMT) (full text, mbox, link).
Acknowledgement sent
to Brian Thomason <brian.thomason@eucalyptus.com>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>.
(Mon, 23 Sep 2013 14:27:10 GMT) (full text, mbox, link).
Message #15 received at 724138@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Hi Charles,
Thanks for looking into this. No, it is no longer needed moving forward so
can likely be removed from Debian altogether without issue.
-Brian
On Sun, Sep 22, 2013 at 8:05 PM, Charles Plessy <plessy@debian.org> wrote:
> Dear Eucalyptus and Java teams,
>
> wss4j (Apache WSS4J WS-Security) is a package that was created in order
> to build the Eucalyptus packages, which are currently removed. The
> wss4j fails to build from source in Jessie and Unstable.
>
> Current version in Debian is 1.5.8. On the upstream website, versions
> 1.5.12
> and 1.6.12 are available. The 1.6 line diverged after 1.5.11. A version
> 1.5.13, fixing some extra bugs, is available as a SVN tag but is not
> advertised
> on the upstream website.
>
> The Debian package contains a patch removing some code related to SAML,
> for a
> reason that I do not remember. This patch does not apply cleanly to
> version
> 1.5.12, and I suppose it will be the same for 1.6.12. For this reason, I
> could
> not test if updating to one of the latest upstream releases will make the
> wss4j
> package build again for source. Not knowing Java enough, I could not go
> further.
>
> My questions are the following:
>
> - Is wss4j still needed in Debian ? Would Eucalyptus 3.0 still use it ?
> - Is the Java team interested by taking it over, in any case ?
>
> Here is the extract of the build log that was sent to the bug report.
>
> Le Sun, Sep 22, 2013 at 07:15:37PM +0200, David Suárez a écrit :
> >
> > > make[1]: Entering directory `/«BUILDDIR»/wss4j-1.5.8+svntag'
> > > /usr/share/cdbs/1/rules/simple-patchsys.mk:31: WARNING:
> simple-patchsys.mk is deprecated - please use source format 3.0 (quilt)
> instead
> > > make[1]: Nothing to be done for `update-config'.
> > > make[1]: Leaving directory `/«BUILDDIR»/wss4j-1.5.8+svntag'
> > > cd . && /usr/lib/jvm/default-java/bin/java -classpath
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/axis.jar:/usr/share/java/commons-logging.jar:/usr/share/java/xalan2.jar:/usr/share/java/bcprov.jar:/usr/share/java/jaxrpc.jar:/usr/share/java/xmlsec.jar:/usr/lib/jvm/default-java/lib/tools.jar
> -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true
> -Dcompile.optimize=true -buildfile debian/build.xml
> > > Buildfile: /«BUILDDIR»/wss4j-1.5.8+svntag/debian/build.xml
> > >
> > > init:
> > >
> > > prepare:
> > > [mkdir] Created dir: /«BUILDDIR»/wss4j-1.5.8+svntag/build
> > > [mkdir] Created dir:
> /«BUILDDIR»/wss4j-1.5.8+svntag/build/test-reports
> > >
> > > prepare-src:
> > > [mkdir] Created dir: /«BUILDDIR»/wss4j-1.5.8+svntag/build/classes
> > >
> > > compile.library:
> > > [javac] /«BUILDDIR»/wss4j-1.5.8+svntag/build.xml:340: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
> > > [javac] Compiling 98 source files to
> /«BUILDDIR»/wss4j-1.5.8+svntag/build/classes
> > > [javac] warning: [options] bootstrap class path not set in
> conjunction with -source 1.3
> > > [javac]
> /«BUILDDIR»/wss4j-1.5.8+svntag/src/org/apache/ws/security/WSSConfig.java:288:
> error: cannot find symbol
> > > [javac] Transform.init();
> > > [javac] ^
> > > [javac] symbol: method init()
> > > [javac] location: class Transform
> > > [javac] Note: Some input files use or override a deprecated API.
> > > [javac] Note: Recompile with -Xlint:deprecation for details.
> > > [javac] 1 error
> > > [javac] 1 warning
> > >
> > > BUILD FAILED
> > > /«BUILDDIR»/wss4j-1.5.8+svntag/build.xml:340: Compile failed; see the
> compiler error output for details.
> > >
> > > Total time: 6 seconds
> > > make: *** [debian/stamp-ant-build] Error 1
> >
> > The full build log is available from:
> >
> http://aws-logs.debian.net/ftbfs-logs/2013/09/22/wss4j_1.5.8+svntag-2_unstable.log
>
> Have a nice day,
>
> --
> Charles Plessy
> Tsurumi, Kanagawa, Japan
>
> _______________________________________________
> pkg-eucalyptus-maintainers mailing list
> pkg-eucalyptus-maintainers@lists.alioth.debian.org
>
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-eucalyptus-maintainers
>
[Message part 2 (text/html, inline)]
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#724138; Package src:wss4j.
(Tue, 24 Sep 2013 03:39:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Charles Plessy <plessy@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>.
(Tue, 24 Sep 2013 03:39:05 GMT) (full text, mbox, link).
Message #20 received at 724138@bugs.debian.org (full text, mbox, reply):
Le Mon, Sep 23, 2013 at 08:04:53AM +0200, Emmanuel Bourg a écrit :
> Le 23/09/2013 02:05, Charles Plessy a écrit :
>
> > - Is wss4j still needed in Debian ? Would Eucalyptus 3.0 still use it ?
> > - Is the Java team interested by taking it over, in any case ?
>
> The package is probably not needed now, but I'm interested in
> maintaining it as it could be useful for a future package. I just need
> someone to move it under pkg-java on alioth (I don't think I have commit
> rights on pkg-eucalyptus).
Hi Emmanuel,
thanks a lot for the help.
Once you have transferred the package to the Java team, please delete it from
the pkg-eucalyptus repository.
Have a nice day,
--
Charles Plessy
Tsurumi, Kanagawa, Japan
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#724138; Package src:wss4j.
(Wed, 25 Sep 2013 11:36:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Emmanuel Bourg <ebourg@apache.org>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>.
(Wed, 25 Sep 2013 11:36:05 GMT) (full text, mbox, link).
Message #25 received at 724138@bugs.debian.org (full text, mbox, reply):
Hi Charles,
I packaged the latest version of wss4j:
http://anonscm.debian.org/gitweb/?p=pkg-java/wss4j.git
http://mentors.debian.net/package/wss4j
Do you want to sponsor the upload to complete the adoption?
Emmanuel Bourg
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#724138; Package src:wss4j.
(Wed, 25 Sep 2013 14:57:04 GMT) (full text, mbox, link).
Acknowledgement sent
to tony <tmancill@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>.
(Wed, 25 Sep 2013 14:57:04 GMT) (full text, mbox, link).
Message #30 received at 724138@bugs.debian.org (full text, mbox, reply):
On Wed, Sep 25, 2013 at 01:32:11PM +0200, Emmanuel Bourg wrote:
> Hi Charles,
>
> I packaged the latest version of wss4j:
>
> http://anonscm.debian.org/gitweb/?p=pkg-java/wss4j.git
> http://mentors.debian.net/package/wss4j
>
> Do you want to sponsor the upload to complete the adoption?
>
> Emmanuel Bourg
Hi Charles,
If you aren't available, I will sponsor the upload. As a wss4j user,
I'd like to see it remain in Debian. It's one of those libraries that I
think Debian needs to have in order to be a legitimate Java platform.
Cheers,
tony
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>:
Bug#724138; Package src:wss4j.
(Thu, 26 Sep 2013 02:48:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Charles Plessy <plessy@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers@lists.alioth.debian.org>.
(Thu, 26 Sep 2013 02:48:04 GMT) (full text, mbox, link).
Message #35 received at 724138@bugs.debian.org (full text, mbox, reply):
Le Wed, Sep 25, 2013 at 07:56:05AM -0700, tony a écrit :
> On Wed, Sep 25, 2013 at 01:32:11PM +0200, Emmanuel Bourg wrote:
> > Hi Charles,
> >
> > I packaged the latest version of wss4j:
> >
> > http://anonscm.debian.org/gitweb/?p=pkg-java/wss4j.git
> > http://mentors.debian.net/package/wss4j
> >
> > Do you want to sponsor the upload to complete the adoption?
> >
> > Emmanuel Bourg
>
> Hi Charles,
>
> If you aren't available, I will sponsor the upload. As a wss4j user,
> I'd like to see it remain in Debian. It's one of those libraries that I
> think Debian needs to have in order to be a legitimate Java platform.
Thanks Tony for the help, feel free to upload if you are the first to have
time.
Cheers,
--
Charles Plessy
Tsurumi, Kanagawa, Japan
Reply sent
to Emmanuel Bourg <ebourg@apache.org>:
You have taken responsibility.
(Thu, 26 Sep 2013 04:36:05 GMT) (full text, mbox, link).
Notification sent
to David Suárez <david.sephirot@gmail.com>:
Bug acknowledged by developer.
(Thu, 26 Sep 2013 04:36:05 GMT) (full text, mbox, link).
Message #40 received at 724138-close@bugs.debian.org (full text, mbox, reply):
Source: wss4j
Source-Version: 1.6.12-1
We believe that the bug you reported is fixed in the latest version of
wss4j, 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 724138@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <ebourg@apache.org> (supplier of updated wss4j 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 ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 23 Sep 2013 09:18:49 +0200
Source: wss4j
Binary: libwss4j-java
Architecture: source all
Version: 1.6.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebourg@apache.org>
Description:
libwss4j-java - Apache WSS4J WS-Security implementation
Closes: 724138
Changes:
wss4j (1.6.12-1) unstable; urgency=low
.
* New upstream version (Closes: #724138)
- Refreshed the patches
- Updated debian/copyright
* debian/control:
- Maintenance transferred to the Debian Java Maintainers
- Updated Standards-Version to 3.9.4 (no changes)
- Removed the deprecated DM-Upload-Allowed flag
- Removed the dependency on the JRE for the binary package (not needed)
- Build depend on debhelper >= 9
* Use XZ compression for the upstream tarball
* Revamped the build system to use maven-debian-helper
* Install the Maven artifacts in /usr/share/maven-repo
Checksums-Sha1:
64a6b0f6eb8f1fc4aad8822143d7603fbb91c136 2141 wss4j_1.6.12-1.dsc
0d6588c3c8aa7b46f8cb318812af605dda2756fc 289056 wss4j_1.6.12.orig.tar.xz
1209314b850900b2b46b8cb3634a512c9e39b4a8 8143 wss4j_1.6.12-1.debian.tar.gz
13f4acad8ca45eeda9177dd1e477e9fa99d1741f 341608 libwss4j-java_1.6.12-1_all.deb
Checksums-Sha256:
4253854cc84b8a7b31b7efecb1057c988d120bd512413e29d03d193d6ddb5227 2141 wss4j_1.6.12-1.dsc
92d1aa32770b9a7c1d53829f41a42c99a26bd5d94a9e21c9411d931c05d11c86 289056 wss4j_1.6.12.orig.tar.xz
2261ef6f19e45587ae8bbdfa49260b3a8ddcac01ff6baf6b147035df53972885 8143 wss4j_1.6.12-1.debian.tar.gz
a5aafab2b8bb76a7f9ec997359e3a5e2ca6a1d144b185d00e6c24e95e2d6eb5e 341608 libwss4j-java_1.6.12-1_all.deb
Files:
e81a20b5a5b8e78384c0591e87b1ac85 2141 java optional wss4j_1.6.12-1.dsc
8b172619ed4fba4271a27ec70b0c78e4 289056 java optional wss4j_1.6.12.orig.tar.xz
e93eed1bf2e7eecb2545381ae049ec73 8143 java optional wss4j_1.6.12-1.debian.tar.gz
693fa64fda0bb7e84b08dd6ca8f45a38 341608 java optional libwss4j-java_1.6.12-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQIcBAEBAgAGBQJSQ7RhAAoJECHSBYmXSz6W8yIP/3OZlerJyJp4LnfnwEBFw4k1
Swrhes2eHZ+A+3GboWyIWQOh5DUnfKkcC6GrMY/mOplb+YBinCe+OTLgaykuvTWl
MQfXz/ds0sbCGTiGAs8Nn6K5BEgwf+DgwPHCjws1axbd4/xGI9kTNqRJdNS5Ccip
JN+HOJsN9JZ6Z2d7gOJjr0XqkfJgnshL9/+6LJtpUmVkGSEQMsz81EWQkKvxD/ao
LXprrqh/NG1fQs7t6PcRi0aoGLU3MT78RBqH88PfZCaa6uXMUAm4z68wbS2s2x97
wKOOvrAtatRV2l8VzK0ivJD9QfNBvLTsGxP0roNBaZjYIyKdBYLW8VByVqipbS1b
K8XEFXnIDXZuit2Eqx0QioUepilVbnJvPMRncx41sTHMdM/ArtUN1FsMtZirFK7d
vR9odrmz3690qT41bYOP0cuI+4ol812NYZmocnAxMFjInoRQ1GLIjR5fzW+5soRC
9xNqGCHRfG/KhZRZbYlGTaTzG/9vwMV1BAEQx1+G6DQ/MXxP2wHXgMrkwZhfU/ae
yf2hnzmYis7N07P/Q2OsReB6KrrzvTc/hzgX6sciq2+Y6AFa4TMw453UKYrN7bB6
zAO4eBqmFIgR1e8PgT3URvERsNpAKJlRVY+gSponDDm7QWfCzdb+OF+ZnZkmrqZt
slxtMd+4GDbHhKZqRRnZ
=4vod
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Mon, 04 Nov 2013 07:34:25 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sat Jul 1 13:51:41 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.