Your message dated Wed, 23 Nov 2011 23:19:33 +0000
with message-id <e1rtm6h-0005el...@franck.debian.org>
and subject line Bug#633731: fixed in xaralx 0.7r1785-4
has caused the Debian Bug report #633731,
regarding package FTBFS
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.)


-- 
633731: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633731
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xaralx
Version: 0.7r1785-3
Severity: critical

The package fails to build from source.

In ubuntu we fixed this with the attached patches.

#! /bin/sh /usr/share/dpatch/dpatch-run
## Description: add some description
## Origin/Author: add some origin or author
## Bug: bug URL
## 40_fix_gcc4.dpatch by  <oem@oem-laptop>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad xaralx-0.7r1785~/wxOil/basebar2.cpp 
xaralx-0.7r1785/wxOil/basebar2.cpp
--- xaralx-0.7r1785~/wxOil/basebar2.cpp 2007-11-07 00:48:25.000000000 +0000
+++ xaralx-0.7r1785/wxOil/basebar2.cpp  2010-04-10 11:52:39.000000000 +0100
@@ -4564,8 +4564,8 @@
 // 
-----------------------------------------------------------------------------------------
 // Message map - maintained by Class Wizard.
 
-BEGIN_EVENT_TABLE( BaseBar, wxWindow )
 #pragma message( __LOCMSG__ "Removed BaseBar message map" )
+BEGIN_EVENT_TABLE( BaseBar, wxWindow )
 /*     ON_WM_NCCALCSIZE()
        ON_WM_NCPAINT()
        ON_WM_NCACTIVATE()
#! /bin/sh /usr/share/dpatch/dpatch-run
## 55_fix_contstuctor_call.dpatch by Jean-Louis Dupond <jean-lo...@dupond.be>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' 
'--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
xaralx-0.7r1785-3ubuntu1~/Kernel/cnamecol.cpp 
xaralx-0.7r1785-3ubuntu1/Kernel/cnamecol.cpp
--- xaralx-0.7r1785-3ubuntu1~/Kernel/cnamecol.cpp       2010-05-05 
06:55:57.000000000 +0200
+++ xaralx-0.7r1785-3ubuntu1/Kernel/cnamecol.cpp        2011-07-13 
10:47:18.388037727 +0200
@@ -145,7 +145,7 @@
 CNamedColourReplacer::CNamedColourReplacer(ColourFillAttribute* pFillAttr, 
DocColour* pColour)
 {
        // call the default constructor that NULLs all the member pointers
-       CNamedColourReplacer::CNamedColourReplacer();
+       CNamedColourReplacer();
        Initialise(pFillAttr, pColour);
 }
 

--- End Message ---
--- Begin Message ---
Source: xaralx
Source-Version: 0.7r1785-4

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

libxar-dev_0.7r1785-4_amd64.deb
  to non-free/x/xaralx/libxar-dev_0.7r1785-4_amd64.deb
xaralx-examples_0.7r1785-4_all.deb
  to non-free/x/xaralx/xaralx-examples_0.7r1785-4_all.deb
xaralx-svg_0.7r1785-4_amd64.deb
  to non-free/x/xaralx/xaralx-svg_0.7r1785-4_amd64.deb
xaralx_0.7r1785-4.debian.tar.gz
  to non-free/x/xaralx/xaralx_0.7r1785-4.debian.tar.gz
xaralx_0.7r1785-4.dsc
  to non-free/x/xaralx/xaralx_0.7r1785-4.dsc
xaralx_0.7r1785-4_amd64.deb
  to non-free/x/xaralx/xaralx_0.7r1785-4_amd64.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 633...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joachim Breitner <nome...@debian.org> (supplier of updated xaralx 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 23 Nov 2011 23:15:33 +0100
Source: xaralx
Binary: xaralx libxar-dev xaralx-examples xaralx-svg
Architecture: source amd64 all
Version: 0.7r1785-4
Distribution: unstable
Urgency: low
Maintainer: Joachim Breitner <nome...@debian.org>
Changed-By: Joachim Breitner <nome...@debian.org>
Description: 
 libxar-dev - Library to read and write Xar files
 xaralx     - Heavyweight vector graphics, illustration and DTP Program
 xaralx-examples - Examples of works created by XaraLx
 xaralx-svg - SVG (Scalable Vector Graphics) plugin for XaraLX
Closes: 476975 562795 598247 633731 649762
Changes: 
 xaralx (0.7r1785-4) unstable; urgency=low
 .
   * Build-Depend on libjpeg-dev, not libjpeg62-dev (Closes: #649762)
   * Remove file extension from xaralx.desktop (Closes: #562795)
   * Improve long descriptin of xaralx-examples (Closes: #476975)
   * Fix package description by guessing (if only I knew where I took that from
     originally) (Closes: #598247)
   * Switch to 3.0 (quilt)
   * Fix FTBFS, thx to Ubuntu for the patches (Closes: #633731)
Checksums-Sha1: 
 7d63818bb419262f3c672fd7ad6db5bded49999d 1422 xaralx_0.7r1785-4.dsc
 1db28c47501a85953900455c162a74f60c44e76a 366936 xaralx_0.7r1785-4.debian.tar.gz
 6e346cff69eba7572097065ca42ac4a5b1a8e28d 4856538 xaralx_0.7r1785-4_amd64.deb
 1812b9f6415be1dc3359afb0e3b8660b51324029 762588 libxar-dev_0.7r1785-4_amd64.deb
 d8a003ea427735c9478480922405a4ae73b8f8f8 3285014 
xaralx-examples_0.7r1785-4_all.deb
 e5dead39158befb7abc94e89a04b462e01435af2 253268 xaralx-svg_0.7r1785-4_amd64.deb
Checksums-Sha256: 
 2f589dc2355f114995e7a658412638a909253857ba922bd51f0ce528fb6e1940 1422 
xaralx_0.7r1785-4.dsc
 21c0b9c34cda8bf65cb7fa35d3d102946d8a17ffa01290480e7a8883c89fe7e3 366936 
xaralx_0.7r1785-4.debian.tar.gz
 25afebefd805380d1985a9f09c1f69a3e0dc978204e5afe329639b6ddb5eae3d 4856538 
xaralx_0.7r1785-4_amd64.deb
 18a67ef8487c2efc3506168c3a89082eef4d6dce1d015e09dc31086838eeffc3 762588 
libxar-dev_0.7r1785-4_amd64.deb
 96371c3193e85c8ec40d4ad025a18339883d812a2d059c23bdf130dbca25104f 3285014 
xaralx-examples_0.7r1785-4_all.deb
 0db372805b78fff75e9161cc5018133b455a45f8d5615537693de38d9232415c 253268 
xaralx-svg_0.7r1785-4_amd64.deb
Files: 
 66642c2dfbdf4a5e7507c038382bb165 1422 non-free/graphics optional 
xaralx_0.7r1785-4.dsc
 0ca6a6168d40e9803418a8d243a1d8fc 366936 non-free/graphics optional 
xaralx_0.7r1785-4.debian.tar.gz
 977a11faeae4c08762ae6c5246d61428 4856538 non-free/graphics optional 
xaralx_0.7r1785-4_amd64.deb
 f3487fc54e34b762dca0d294410ae74d 762588 non-free/libdevel optional 
libxar-dev_0.7r1785-4_amd64.deb
 f4a71511d35c32af83829b8fc0a07269 3285014 non-free/graphics optional 
xaralx-examples_0.7r1785-4_all.deb
 ef4d6ad45f5e2aa2484251325f44fe02 253268 non-free/graphics optional 
xaralx-svg_0.7r1785-4_amd64.deb

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

iEUEARECAAYFAk7NfV0ACgkQ9ijrk0dDIGxxTQCfUoFwgrNLTHvpBN2mVBNq8X3O
De0AmJL22cLb+RD0AeZQJNdU9skNPD4=
=4eL8
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to