Your message dated Sun, 20 Apr 2008 17:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#475063: fixed in boson 0.13-4
has caused the Debian Bug report #475063,
regarding boson: Some fixes
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.)


-- 
475063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475063
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: boson
Version: 0.13-3
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch

You may find the attached patch useful so we can sync next time.
Thanks and have a nice day :)

Stefan

*** /tmp/tmpgqGMSc
In Ubuntu, we've applied the attached patch to achieve the following:

  * Merge from Debian unstable. (LP: #212250) Remaining Ubuntu changes:
    - Modify Maintainer value to match Debian-Maintainer-Field Spec
    - Added patch ubuntu_ftbfs_fixes to fix FTBFS on amd64 and ia64
      (Changed placement in debian/patches/series to work with fix_python 
      patch from Debian.)
  * Added patch ubuntu_fix_desktop_files.diff to fix all .desktop files
    in boson/data to be freedesktop compliant

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 
'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-15-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -u boson-0.13/debian/patches/series boson-0.13/debian/patches/series
--- boson-0.13/debian/patches/series
+++ boson-0.13/debian/patches/series
@@ -1,3 +1,4 @@
+ubuntu_fix_desktop_files.diff
 fix_glGetString_with_amd64.diff
 boson_0_13_upstream_fixes.diff
 fix_gcc-4.2.diff
@@ -8,0 +10 @@
+ubuntu_ftbfs_fixes
diff -u boson-0.13/debian/changelog boson-0.13/debian/changelog
diff -u boson-0.13/debian/control boson-0.13/debian/control
--- boson-0.13/debian/control
+++ boson-0.13/debian/control
@@ -1,7 +1,8 @@
 Source: boson
 Section: games
 Priority: optional
-Maintainer: Debian Games Team <[EMAIL PROTECTED]>
+Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
+XSBC-Original-Maintainer: Debian Games Team <[EMAIL PROTECTED]>
 Uploaders: Gonéri Le Bouder <[EMAIL PROTECTED]>, Alexander Schmehl <[EMAIL PROTECTED]>, Barry deFreese <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>> 5.0.0), libkdegames-dev, wml, libqt3-mt-dev,
  kdelibs4-dev, lib3ds-dev, docbook-to-man, kdemultimedia-dev,
only in patch2:
unchanged:
--- boson-0.13.orig/debian/patches/ubuntu_ftbfs_fixes
+++ boson-0.13/debian/patches/ubuntu_ftbfs_fixes
@@ -0,0 +1,30 @@
+Index: boson-0.13/boson/gameengine/script/pythonscript.cpp
+===================================================================
+--- boson-0.13.orig/boson/gameengine/script/pythonscript.cpp	2008-04-05 16:40:52.000000000 +0200
++++ boson-0.13/boson/gameengine/script/pythonscript.cpp	2008-04-05 16:42:28.000000000 +0200
+@@ -688,7 +688,12 @@
+   //  variables or submodules dict if possible.
+   PyObject* key;
+   PyObject* value;
++#if defined(__x86_64__) || defined(__ia64__)
++  long pos = 0;
++#else
+   Py_ssize_t pos = 0;
++#endif
++
+   while(PyDict_Next(moduledict, &pos, &key, &value))
+   {
+     // Check if value is any of the known types
+@@ -774,7 +779,12 @@
+   boDebug(700) << k_funcinfo << "Loading and merging " << PyDict_Size(submodules) << " submodules" << endl;
+   PyObject* key;
+   PyObject* value;
++#if defined(__x86_64__) || defined(__ia64__)
++  long pos = 0;
++#else
+   Py_ssize_t pos = 0;
++#endif
++
+   while(PyDict_Next(submodules, &pos, &key, &value))
+   {
+     // Check if current module already has module with this name
only in patch2:
unchanged:
--- boson-0.13.orig/debian/patches/ubuntu_fix_desktop_files.diff
+++ boson-0.13/debian/patches/ubuntu_fix_desktop_files.diff
@@ -0,0 +1,52 @@
+Index: boson-0.13/boson/data/boson-boinfo.desktop
+===================================================================
+--- boson-0.13.orig/boson/data/boson-boinfo.desktop	2008-04-05 16:01:39.000000000 +0200
++++ boson-0.13/boson/data/boson-boinfo.desktop	2008-04-05 16:02:47.000000000 +0200
+@@ -1,12 +1,10 @@
+ [Desktop Entry]
+-Encoding=UTF-8
++Version=1.0
+ Name=Boson Info
+ GenericName=Boson System Information
+ Exec=boinfo
+ Icon=boson
+-Path=
+ X-DocPath=boson/index.html
+ Type=Application
+ Terminal=false
+ Categories=Qt;KDE;Game;StrategyGame;
+-
+Index: boson-0.13/boson/data/boson-boson.desktop
+===================================================================
+--- boson-0.13.orig/boson/data/boson-boson.desktop	2008-04-05 16:01:54.000000000 +0200
++++ boson-0.13/boson/data/boson-boson.desktop	2008-04-05 16:03:09.000000000 +0200
+@@ -1,5 +1,5 @@
+ [Desktop Entry]
+-Encoding=UTF-8
++Version=1.0
+ Name=Boson
+ Name[de]=Boson
+ Name[fr]=Boson
+@@ -12,6 +12,4 @@
+ X-DocPath=boson/index.html
+ Terminal=false
+ Type=Application
+-Path=
+ Categories=Qt;KDE;Game;StrategyGame;
+-
+Index: boson-0.13/boson/data/boson-bounit.desktop
+===================================================================
+--- boson-0.13.orig/boson/data/boson-bounit.desktop	2008-04-05 16:02:01.000000000 +0200
++++ boson-0.13/boson/data/boson-bounit.desktop	2008-04-05 16:03:29.000000000 +0200
+@@ -1,10 +1,9 @@
+ [Desktop Entry]
+-Encoding=UTF-8
++Version=1.0
+ GenericName=Unit Editor for Boson
+ Name=BoUnit
+ Exec=bounit
+ Icon=boson
+-Path=
+ X-DocPath=boson/index.html
+ Type=Application
+ Terminal=false

--- End Message ---
--- Begin Message ---
Source: boson
Source-Version: 0.13-4

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

boson_0.13-4.diff.gz
  to pool/main/b/boson/boson_0.13-4.diff.gz
boson_0.13-4.dsc
  to pool/main/b/boson/boson_0.13-4.dsc
boson_0.13-4_sparc.deb
  to pool/main/b/boson/boson_0.13-4_sparc.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.
Gonéri Le Bouder <[EMAIL PROTECTED]> (supplier of updated boson 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, 20 Apr 2008 02:41:24 +0200
Source: boson
Binary: boson
Architecture: source sparc
Version: 0.13-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[EMAIL PROTECTED]>
Changed-By: Gonéri Le Bouder <[EMAIL PROTECTED]>
Description: 
 boson      - core package for Boson
Closes: 475063 476730
Changes: 
 boson (0.13-4) unstable; urgency=low
 .
   * fix a FTBFS on hppa by adding -mlong-calls, many thanks to
     Thibaut VARENE (Closes: #476730)
   * pass CFLAGS to cmake correctly
   * add fix_desktop_files.diff to make the desktop files Freedesktop
     compliant, Thanks Stefan Ebner (Closes: #475063)
   * remove boson-dbg, the package was big and not really useful
   * remove a \n in 0.12dfsg1-1 entry of the changelog
Checksums-Sha1: 
 3af00cb91d4497a6c5eacbf351bef13be6902910 1459 boson_0.13-4.dsc
 a7afc9c321516d55c07bd5b434d5d6c93fc37c1e 31899 boson_0.13-4.diff.gz
 3d86bc4e33cd1a24eafbbab65977af1ca146eb07 7737892 boson_0.13-4_sparc.deb
Checksums-Sha256: 
 1ee57e79064e376882db989b8a49c4cc39df9e442705b8c0b81e0d006807b1c0 1459 
boson_0.13-4.dsc
 72c198fc7b54fd696d0dcd87b7607fec1fedff8be78ee003a9dd1af58b4fb775 31899 
boson_0.13-4.diff.gz
 505ff8dc4f3ac270b5820017167c484f46f6588bcf446db1affd9abfabbd3d44 7737892 
boson_0.13-4_sparc.deb
Files: 
 6d190e52f348c981b2c63632ea2074bf 1459 games optional boson_0.13-4.dsc
 06fcc36adfa79f1769687479f8a990a6 31899 games optional boson_0.13-4.diff.gz
 5f5ac60e8f5c1815812903f3b81c134b 7737892 games optional boson_0.13-4_sparc.deb

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

iD8DBQFIC3mlsKTFpDfZQSwRAlLUAJsE4xymQ84AIwEwqNBKDHoaoFkImQCgisNB
thpgW9x6ARjvon/LUvbXILA=
=Q7cr
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to