Your message dated Sun, 29 Jan 2012 16:17:37 +0000
with message-id <[email protected]>
and subject line Bug#650745: fixed in freecol 0.10.0+dfsg-5
has caused the Debian Bug report #650745,
regarding [freecol] Unnecessarily depends on libwoodstox-java
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.)


-- 
650745: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650745
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: freecol
Version: 0.10.0+dfsg-4
Severity: normal
Tags: patch

Hi.

Apparently freecol doesn't really need the libwoodstox-java dependency:
that library is referenced nowhere in the code and I could successfully
compile it in a clean chroot without the libwoodstox-java dependency
after having applied the attached patch. Moreover, I installed the
generated package and could play with it for a few minutes without problems.

Please, consider applying it to your source, so I can update
libwoodstox-java without having to bother with freecol compatibility. If
you don't want to work on it anymore, I can also take over
libwoodstox-java maintainance.

Thanks, Giovanni.

--- System information. ---
Architecture: amd64
Kernel:       Linux 3.0.0-2-amd64

Debian Release: wheezy/sid
  500 unstable        www.toastfreeware.priv.at
  500 unstable        www.debian-multimedia.org
  500 unstable        poisson.phc.unipi.it
  500 unstable        ftp.it.debian.org
  500 stable          security.debian.org

--- Package information. ---
Depends                      (Version) | Installed
======================================-+-===============
openjdk-6-jre                          | 6b23~pre11-1
 OR java6-runtime                      |
java-wrappers              (>= 0.1.13) | 0.1.24
libcommons-cli-java                    | 1.2-3
libcortado-java                        | 0.6.0-1
libmiglayout-java                      | 3.7.4-2
fonts-liberation        (>= 1.07.0-2~) | 1.07.0-2


Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Giovanni Mascellani <[email protected]>
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: [email protected] / [email protected]
diff -Nru freecol-0.10.0+dfsg/debian/changelog freecol-0.10.0+dfsg/debian/changelog
--- freecol-0.10.0+dfsg/debian/changelog	2011-10-24 19:29:32.000000000 +0200
+++ freecol-0.10.0+dfsg/debian/changelog	2011-12-02 15:30:22.000000000 +0100
@@ -1,3 +1,10 @@
+freecol (0.10.0+dfsg-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove the libwoodstox-java dependency, which isn't necessary.
+
+ -- Giovanni Mascellani <[email protected]>  Fri, 02 Dec 2011 15:06:27 +0100
+
 freecol (0.10.0+dfsg-4) unstable; urgency=low
 
   * Handle the rename of ttf-liberation to fonts-liberation (and the
diff -Nru freecol-0.10.0+dfsg/debian/control freecol-0.10.0+dfsg/debian/control
--- freecol-0.10.0+dfsg/debian/control	2011-10-24 19:28:41.000000000 +0200
+++ freecol-0.10.0+dfsg/debian/control	2011-12-02 15:06:47.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Vincent Fourmond <[email protected]>
 Build-Depends: debhelper (>= 5), ant, openjdk-6-jdk, cdbs
-Build-Depends-Indep: libwoodstox-java,
+Build-Depends-Indep:
  tex4ht, texlive-binaries | texlive-base-bin, ant-optional,
  texlive-latex-recommended, libcommons-cli-java, libmiglayout-java,
  libcortado-java, javahelper
diff -Nru freecol-0.10.0+dfsg/debian/freecol.classpath freecol-0.10.0+dfsg/debian/freecol.classpath
--- freecol-0.10.0+dfsg/debian/freecol.classpath	2011-06-25 19:08:09.000000000 +0200
+++ freecol-0.10.0+dfsg/debian/freecol.classpath	2011-12-02 15:07:35.000000000 +0100
@@ -1 +1 @@
-usr/share/java/freecol.jar miglayout.jar wstx-lgpl.jar cortado.jar commons-cli.jar
+usr/share/java/freecol.jar miglayout.jar cortado.jar commons-cli.jar
diff -Nru freecol-0.10.0+dfsg/debian/rules freecol-0.10.0+dfsg/debian/rules
--- freecol-0.10.0+dfsg/debian/rules	2011-10-24 19:27:39.000000000 +0200
+++ freecol-0.10.0+dfsg/debian/rules	2011-12-02 15:07:27.000000000 +0100
@@ -21,7 +21,7 @@
 	/usr/lib/jvm/java-6-openjdk-$(arch) /usr/lib/jvm/java-6-openjdk
 ANT_HOME             := /usr/share/ant
 DEB_JARS             := ant-launcher ant-nodeps \
-	miglayout wstx-lgpl commons-cli cortado
+	miglayout commons-cli cortado
 DEB_ANT_COMPILER     := modern
 DEB_ANT_BUILD_TARGET := package online-manual print-manual
 DEB_BUILDDIR         := .
diff -Nru freecol-0.10.0+dfsg/debian/wrapper/freecol freecol-0.10.0+dfsg/debian/wrapper/freecol
--- freecol-0.10.0+dfsg/debian/wrapper/freecol	2011-06-25 19:08:09.000000000 +0200
+++ freecol-0.10.0+dfsg/debian/wrapper/freecol	2011-12-02 15:07:19.000000000 +0100
@@ -6,7 +6,7 @@
 # We need openjdk, icedtea  or Sun 6
 find_java_runtime openjdk java6
 
-find_jars miglayout wstx-lgpl freecol cortado commons-cli
+find_jars miglayout freecol cortado commons-cli
 
 # We test if LC_MESSAGES is different from LC_CTYPE, if that is the case,
 # we pass to freecol the --default-locale argument

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: freecol
Source-Version: 0.10.0+dfsg-5

We believe that the bug you reported is fixed in the latest version of
freecol, which is due to be installed in the Debian FTP archive:

freecol_0.10.0+dfsg-5.debian.tar.gz
  to main/f/freecol/freecol_0.10.0+dfsg-5.debian.tar.gz
freecol_0.10.0+dfsg-5.dsc
  to main/f/freecol/freecol_0.10.0+dfsg-5.dsc
freecol_0.10.0+dfsg-5_all.deb
  to main/f/freecol/freecol_0.10.0+dfsg-5_all.deb



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.
Vincent Fourmond <[email protected]> (supplier of updated freecol 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: SHA1

Format: 1.8
Date: Sun, 29 Jan 2012 16:04:03 +0100
Source: freecol
Binary: freecol
Architecture: source all
Version: 0.10.0+dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Vincent Fourmond <[email protected]>
Description: 
 freecol    - open source remake of the old Colonization
Closes: 650745 657866
Changes: 
 freecol (0.10.0+dfsg-5) unstable; urgency=low
 .
   [ Giovanni Mascellani ]
   * Remove the libwoodstox-java dependency, which isn't necessary.
   (closes: #650745)
 .
   [ Vincent Fourmond ]
   * Fix classpath, which fixes problems with starting the game when newer
     woodstox is installed (closes: #657866)
Checksums-Sha1: 
 c09eb03251578e5ff60483b77e1d2e77505b0a5c 1515 freecol_0.10.0+dfsg-5.dsc
 ea8f6b7cc6fae4df8482ee282cf7018b3ce7e2ef 9957 
freecol_0.10.0+dfsg-5.debian.tar.gz
 067a79a6a77817c54a9a6f12ec9bd6bd31ba4060 34024924 freecol_0.10.0+dfsg-5_all.deb
Checksums-Sha256: 
 b77ac4bf9bf7301368343b3f6b19266293737c7ce53db862bbcc453ba046ad09 1515 
freecol_0.10.0+dfsg-5.dsc
 65d9a525108f1e737baaed472004b378b2d0d0f5a0f32f7e796b5325bd0f36d8 9957 
freecol_0.10.0+dfsg-5.debian.tar.gz
 a829817bf33e8b95c96d4be16dba3cbba6040f7f8a12deffdd74ca65b656424a 34024924 
freecol_0.10.0+dfsg-5_all.deb
Files: 
 7a90cfd4f92a94085907aac21e785f4d 1515 games optional freecol_0.10.0+dfsg-5.dsc
 1c3343c4dc937527a4eade258173939d 9957 games optional 
freecol_0.10.0+dfsg-5.debian.tar.gz
 a42e9edcc1ad0d3ed78b8f6d8ec8e269 34024924 games optional 
freecol_0.10.0+dfsg-5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk8lbWwACgkQx/UhwSKygspE6ACfR0MLBaki+hbFZZucGMIMhWFd
oQQAn1ka3UbXMNqcOjZstCSuD3wc8ny2
=wF62
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to