Your message dated Sun, 24 Feb 2013 12:02:30 +0000
with message-id <[email protected]>
and subject line Bug#687414: fixed in awstats 7.1~dfsg-1
has caused the Debian Bug report #687414,
regarding awstats: Ensure that backwards compatible bytecode is built
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.)
--
687414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687414
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: awstats
Version: 7.0~dfsg-7
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu quantal ubuntu-patch java7-transition
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* d/build.xml: Explicitly set source/target == 1.5 to ensure backwards
compatible bytecode is built (LP: #1049674).
This ensures that this package can be used with JRE's from Java 5 onwards.
Thanks for considering the patch.
- -- System Information:
Debian Release: wheezy/sid
APT prefers quantal-updates
APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500,
'quantal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.5.0-14-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJQUJcCAAoJEL/srsug59jDsqUP/3VeCtgNLIpw0RVFsV1QKyJR
RjmX6+QANA41JcPopQmhNbj7xsKNVSZup5sUag4fbpuAqrAl5Ji7JEK1xLD0MLRi
6rUcOdGv8asMcjUJSzTGyrm2NUObbfZuNCQojDmoRKJxz+KYxFKIyvzp3EEEiTWi
e0Scn5IESDBGSbmouo1FBQGxe2nFunW9UZGd++H2HfumNOfXsnz2VFbCYYCemO+u
d9cj0P0q5zI30LKn9kcced++pclWKkGii2he3Z4hUI/NRmOyCstfPH0fGC3h/Q4F
wxCY1/C8QkogTk2ailp/k8ORPGfknkcn3miUaUMmy0W89iN4hoOZ55Eksge/pFBH
rvcKWl6zb+NbCiE6qDPuhhuCxzSas7NUoRjBnYRgzgP1ixdVXiH4mCtVAHe2p8ZX
eavSSKR9EinK49iOrAaOCdl12SYkM0gFT5bMaT9cQqD0QOO9Uy3fAHaKJlqlvKGE
mqDTGRTt4B52iOJ3mMgL3UNGwT+D0kQ3fNsxxzStElTXdWKUbnRImnnyJ3VW85Qs
R8xq6KWYF3FUSpbfxGjOKnGlMmfp0dx9WpCnTnvpnyRC2c3LtyNDXRl4xo5+Da0u
ahgYoaZJvJDd5raIYIC/rIp8BQ5pp1PSf8p7An64+yqQ7CpZhs71dIgIKqQjYeTR
evPmoUoLSlPDv5CDDeE9
=GaSS
-----END PGP SIGNATURE-----
diff -Nru awstats-7.0~dfsg/debian/build.xml awstats-7.0~dfsg/debian/build.xml
--- awstats-7.0~dfsg/debian/build.xml 2012-06-13 19:07:00.000000000 +0100
+++ awstats-7.0~dfsg/debian/build.xml 2012-09-12 14:49:42.000000000 +0100
@@ -16,7 +16,7 @@
<target name="build" depends="compile" description="build binaries"/>
<target name="compile">
- <javac srcdir="src" debug="${debug}"/>
+ <javac srcdir="src" debug="${debug}" source="1.5" target="1.5"/>
</target>
<target name="clean" depends="init" description="clean up">
diff -Nru awstats-7.0~dfsg/debian/changelog awstats-7.0~dfsg/debian/changelog
--- End Message ---
--- Begin Message ---
Source: awstats
Source-Version: 7.1~dfsg-1
We believe that the bug you reported is fixed in the latest version of
awstats, 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.
Sergey B Kirpichev <[email protected]> (supplier of updated awstats 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: SHA256
Format: 1.8
Date: Fri, 22 Feb 2013 19:33:53 +0400
Source: awstats
Binary: awstats
Architecture: source all
Version: 7.1~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Sergey B Kirpichev <[email protected]>
Changed-By: Sergey B Kirpichev <[email protected]>
Description:
awstats - powerful and featureful web server log analyzer
Closes: 641481 687414 690379 698921
Changes:
awstats (7.1~dfsg-1) unstable; urgency=low
.
* Ensure that backwards compatible Java bytecode is built (Closes:
#687414)
* Add option to easy switch off awstats crontabs. Install symlink for
awstats binary to /usr/bin. Closes: #641481.
* Drop deprecated DMUA flag
* Link missing mime-icons to notavailable.png (Closes: #690379)
* Fix lintian unused-license-paragraph-in-dep5-copyright (Add comment
for Files: wwwroot/icon/mime/*)
* Fix lintian copyright-refers-to-symlink-license (GPL -> GPL-1+)
* Install manpage
* Imported Upstream version 7.1~dfsg
* Update patches for new release
* Fix executable bit on awstats.pl
* Bump up Standards-Version (to 3.9.4)
* Change license for wwwroot/icon/mime/* icons (Closes: #698921)
* Update watch file for 7.x
* Add debian/icons/firefox.png to include-binaries
* Update DEB_UPSTREAM_TARBALL* stuff in rules
Checksums-Sha1:
115b73cb69afadf5df81c0598187d8a4c7cb38cc 1945 awstats_7.1~dfsg-1.dsc
51eb814466a998c7030d6208a82d4ab761e61d26 1251340 awstats_7.1~dfsg.orig.tar.gz
f3e4880c518ecf2242850818f36b0fce778e6d6d 48215 awstats_7.1~dfsg-1.debian.tar.gz
9a1b55f6b726602d59771e9c41492c6a0e2466e0 1046402 awstats_7.1~dfsg-1_all.deb
Checksums-Sha256:
7e6721f8446218009814bb141dd3bee66ce6277ee7a28211ec8621a50ae0a063 1945
awstats_7.1~dfsg-1.dsc
ab1a46298c8e45c8d48e49009468f1499eb6054f1f26639f446b60e9ad862819 1251340
awstats_7.1~dfsg.orig.tar.gz
c8458ae1c932792624e61cd8379888bcd8b4ec6a8f1fd26aa14cd0cf693197e6 48215
awstats_7.1~dfsg-1.debian.tar.gz
0b29d7dd545d941a50dcfce8af33fce4f23159250fbbbb3f9c75318c675e898e 1046402
awstats_7.1~dfsg-1_all.deb
Files:
bb6bbdaf5cbacb90d147f9f960941169 1945 web optional awstats_7.1~dfsg-1.dsc
e5032d1abb62705ae0616ba01f879417 1251340 web optional
awstats_7.1~dfsg.orig.tar.gz
6758822e7d9419063b89c9a640838766 48215 web optional
awstats_7.1~dfsg-1.debian.tar.gz
081ad2894511b56b6a03fc346b66f200 1046402 web optional
awstats_7.1~dfsg-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRKf/VAAoJEAVLu599gGRC1LQQAIJltCIoojRr4DgtSp7FvMsn
KOda4w/iMeqIS4Mogt1OXrpJeaZtrzkii91U1dOYKS5Zb+vBeIimwgC8EGyoe58q
Zd0bu/6dUZCs+BYfsNZPwAFDPuEqRPl+0p2ujmqhNk0ktWTTDZtB9ORI6J5oEJlv
FCiGoBsa9IivCPluPlLAvFZZwtRKl0qSsdoK8gtXt5FSTs5bAo1t5xKMQBWIGtrq
WA4RkeluhLtTDwqms5UdL7i0j0LKWIcwxoxXg8vCobCkCFk/6i2+CAKQupaj0Ajn
qouvgnQXkpcmGNZLVYjRaA/FA9XX3+tlSEy+lIE80ikcuUKyFCoRZMVvIartg7wD
+sEzrIMTqBdyYC79ZrehVawMO6tzKQkBkKfGzFMz6OnvNK4VKu6PmsXO0uujdjFb
pPgjW47NwhATm2hg68ULbBV2SCrWphvXmxYbsxMjP9hrYLggP4HEnNeoPabkLpBU
QemuL/kMHf/KVc20BM2K6RHVYFqN8y106rg2aF91/u3fbQ0WIs6qAE9oHy3KgWhd
MlMFrtLcwoK+27GKQVXGNtDFgvG33143KM0P+Ov1kqbcNisx47Ayn/9vZWG2pYQY
fkh/kimQewkzUt8Q/5/mMZFSfTZIZqntGFar3ynN/V2Vhzz2+hDhGbTXflsbEQvW
f6x5foiOlJB9h2bZhp5f
=4XZp
-----END PGP SIGNATURE-----
--- End Message ---