Your message dated Sat, 08 Oct 2011 13:04:40 +0000
with message-id <[email protected]>
and subject line Bug#638620: fixed in mingw-w64 2.0~rc2-1
has caused the Debian Bug report #638620,
regarding /usr/i686-w64-mingw32/include/d2d1.h: Typing mistakes make <d2d1.h> 
unusable
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.)


-- 
638620: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638620
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mingw-w64-dev
Version: 2.0~rc1-1
Severity: normal
File: /usr/i686-w64-mingw32/include/d2d1.h
Tags: upstream patch


   Hello,

There are two typing mistakes in <d2d1.h> that render the file unusable
for inclusion. Patch atteched.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (100, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
--- /usr/i686-w64-mingw32/include/d2d1.h        2011-08-16 12:10:39.000000000 
+0300
--- /usr/i686-w64-mingw32/include/d2d1.h        2011-08-20 12:57:26.000000000 
+0300
@@ -1518,7 +1518,7 @@
     STDMETHOD(CreateWicBitmapRenderTarget)(ID2D1Factory *This, IWICBitmap 
*target, const D2D1_RENDER_TARGET_PROPERTIES *renderTargetProperties, 
ID2D1RenderTarget **renderTarget) PURE;
     STDMETHOD(CreateHwndRenderTarget)(ID2D1Factory *This, const 
D2D1_RENDER_TARGET_PROPERTIES *renderTargetProperties, const 
D2D1_HWND_RENDER_TARGET_PROPERTIES *hwndRenderTargetProperties, 
ID2D1HwndRenderTarget **hwndRenderTarget) PURE;
     STDMETHOD(CreateDxgiSurfaceRenderTarget)(ID2D1Factory *This, IDXGISurface 
*dxgiSurface, const D2D1_RENDER_TARGET_PROPERTIES *renderTargetProperties, 
ID2D1RenderTarget **renderTarget) PURE;
-    STDMETHOD(CreateDCRenderTarget)(D2D1Factory *This, const 
D2D1_RENDER_TARGET_PROPERTIES *renderTargetProperties, ID2D1DCRenderTarget 
**dcRenderTarget) PURE;
+    STDMETHOD(CreateDCRenderTarget)(ID2D1Factory *This, const 
D2D1_RENDER_TARGET_PROPERTIES *renderTargetProperties, ID2D1DCRenderTarget 
**dcRenderTarget) PURE;
 } ID2D1FactoryVtbl;
 
 interface ID2D1Factory {
@@ -1659,7 +1659,7 @@
     ID2D1SimplifiedGeometrySinkVtbl Base;
 
     STDMETHOD_(void, AddLine)(ID2D1GeometrySink *This, D2D1_POINT_2F point) 
PURE;
-    STDMETHOD_(void, AddBezier)(ID2D1GeometrySink *This, cosnt 
D2D1_BEZIER_SEGMENT *bezier) PURE;
+    STDMETHOD_(void, AddBezier)(ID2D1GeometrySink *This, const 
D2D1_BEZIER_SEGMENT *bezier) PURE;
     STDMETHOD_(void, AddQuadraticBezier)(ID2D1GeometrySink *This, const 
D2D1_QUADRATIC_BEZIER_SEGMENT *bezier) PURE;
     STDMETHOD_(void, AddQuadraticBeziers)(ID2D1GeometrySink *This, const 
D2D1_QUADRATIC_BEZIER_SEGMENT *beziers, UINT beziersCount) PURE;
     STDMETHOD_(void, AddArc)(ID2D1GeometrySink *This, const D2D1_ARC_SEGMENT 
*arc) PURE;

--- End Message ---
--- Begin Message ---
Source: mingw-w64
Source-Version: 2.0~rc2-1

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

mingw-w64-dev_2.0~rc2-1_all.deb
  to main/m/mingw-w64/mingw-w64-dev_2.0~rc2-1_all.deb
mingw-w64-tools_2.0~rc2-1_amd64.deb
  to main/m/mingw-w64/mingw-w64-tools_2.0~rc2-1_amd64.deb
mingw-w64_2.0~rc2-1.debian.tar.gz
  to main/m/mingw-w64/mingw-w64_2.0~rc2-1.debian.tar.gz
mingw-w64_2.0~rc2-1.dsc
  to main/m/mingw-w64/mingw-w64_2.0~rc2-1.dsc
mingw-w64_2.0~rc2-1_all.deb
  to main/m/mingw-w64/mingw-w64_2.0~rc2-1_all.deb
mingw-w64_2.0~rc2.orig.tar.bz2
  to main/m/mingw-w64/mingw-w64_2.0~rc2.orig.tar.bz2



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.
Stephen Kitt <[email protected]> (supplier of updated mingw-w64 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: Thu, 06 Oct 2011 23:32:07 +0200
Source: mingw-w64
Binary: mingw-w64-dev mingw-w64 mingw-w64-tools
Architecture: source all amd64
Version: 2.0~rc2-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Kitt <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Description: 
 mingw-w64  - Development environment targetting 32- and 64-bit Windows
 mingw-w64-dev - Development files for MinGW-w64
 mingw-w64-tools - Development tools for 32- and 64-bit Windows
Closes: 638620
Changes: 
 mingw-w64 (2.0~rc2-1) unstable; urgency=low
 .
   * New upstream release candidate.
     - Includes fixed d2d1.h. (Closes: #638620.)
   * Simplify debian/rules.
   * Add "Architecture: any" mingw-w64-tools package to ship gendef and
     genidl.
   * Provide manpages for gendef and genidl.
   * Ship libmangle and libpseh in mingw-w64-dev (32-bit only for
     libpseh).
   * Correct debian/copyright ("Upstream-Name" instead of "Name", correct
     license for mingw-w64-headers/ddk/include/ddk/csq.h).
   * Add spelling-fix.patch to fix small spelling mistake in gendef.
Checksums-Sha1: 
 246d44f1c57f0018ddc75eaf729b36f1c4367105 1865 mingw-w64_2.0~rc2-1.dsc
 7458ed7a425d6eb96eafb98f6ae2a23cef0228a6 5532053 mingw-w64_2.0~rc2.orig.tar.bz2
 76765681a0209ad0e367a9d4a02a986eb7714973 8179 mingw-w64_2.0~rc2-1.debian.tar.gz
 5120a7c5838a54b9edbc107ee2201048c3314634 16096486 
mingw-w64-dev_2.0~rc2-1_all.deb
 f9f4421170d193b4ec74f420a5c977f6d015b7e4 5982 mingw-w64_2.0~rc2-1_all.deb
 6b7f4c6a081170374fd865d37a224f09750fe25e 47814 
mingw-w64-tools_2.0~rc2-1_amd64.deb
Checksums-Sha256: 
 c49596e6235bbbf896ead02701d86888e8620b140dd61af653ddb9ab3a226821 1865 
mingw-w64_2.0~rc2-1.dsc
 e41ec733337fca5e8f10ee861c4f8774b9ff3f348f50ef77d4638a45394e4021 5532053 
mingw-w64_2.0~rc2.orig.tar.bz2
 11f99db15e4eb828368c80869cfd27a956f5001ac369e4be8ef01f276a8d9e6c 8179 
mingw-w64_2.0~rc2-1.debian.tar.gz
 39bf902c19238f80ed4cf21493d04e8c3a57ca2045dad8d88ae17d865ce13e43 16096486 
mingw-w64-dev_2.0~rc2-1_all.deb
 28f25e0331fadbfd327ef86db7fb87a47cb84fde9c80ff91f6149c23b2edd966 5982 
mingw-w64_2.0~rc2-1_all.deb
 2328b0f64f5ede8fb6cc34971bf4ba11078ed5d825e097ebe1328dd768499f3b 47814 
mingw-w64-tools_2.0~rc2-1_amd64.deb
Files: 
 1a40ad0e3ee693729aef40c3e54e61ef 1865 devel extra mingw-w64_2.0~rc2-1.dsc
 c87fc3fef39af63ff637f20331bc8d1a 5532053 devel extra 
mingw-w64_2.0~rc2.orig.tar.bz2
 d3ba4fdba0a10fd829a9cb9aac4d7dd5 8179 devel extra 
mingw-w64_2.0~rc2-1.debian.tar.gz
 0e3fbc9bc50dde49fbdf356dab677e3c 16096486 devel extra 
mingw-w64-dev_2.0~rc2-1_all.deb
 9b718b5f540a462e88501ec45eb42025 5982 devel extra mingw-w64_2.0~rc2-1_all.deb
 338af750c2d89612508fc09d8fc67520 47814 devel extra 
mingw-w64-tools_2.0~rc2-1_amd64.deb

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

iQGcBAEBCAAGBQJOjtL/AAoJEIvPpx7KFjRV9DQL/3s8MPKcsboOSyIFaylQGTJZ
7Rk9Bevqkt5+egveNX66w8Sjpi5kkA0Hx3XX6i10I5++xV4dmswvndsdew65rHG0
SHvj2TZ9Ztljrf9U0RhiDEV28hjOGiTVXdWBD2PEKOMsYHDUbJQMxHqFxPPDPMmW
huAdlm/3SvUUPNoTRNAKGPZY3maWrZRutQpG9O2R1If9q53xns/uk5YMmMCnELWM
yXk9RvS2Nrgfn6CBs+Jqiq76Vug79j4NyOO/aZ0ixVnYDiwQuHuwE2hchtF+mIJ4
1oKa0kL2xecOSm5J0Q1BNct0VmD6nY+x0byLrZa6mYM/s0XnNvPhQowZwJdbVuPz
SWUP+l3njqsxNKFSyCy3caNkU964RuKRybr+tyU74bcpdN4Eg63rHjsU1PkP6iEJ
YyXeM/a01u2/h5L4zsCRuT59DeHyZw6YwbqnyO1NaPbgMyKc/YIoNcRIPlt0DnLQ
ykwPYke+fP6KdwMmM1/ZKje1dLACNYf1mczbpPmZow==
=hIgF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to