Hi,

Gerd Flaig has prepared an NMU to fix #288190 and rebuild for the GCC
4.0 C++ transition (see below).  Unless you have any objections to the
patch, or you intend to upload earlier, I will upload this in 5 days.
I will upload to DELAYED/5-day, so if you have any objections, I will
remove it from the queue, otherwise it will enter incoming
automatically in 5 days.


Regards,
Roger


diff -urN qcad-2.0.4.0-1.original/debian/changelog 
qcad-2.0.4.0-1/debian/changelog
--- qcad-2.0.4.0-1.original/debian/changelog    2005-09-08 23:12:09.724591976 
+0100
+++ qcad-2.0.4.0-1/debian/changelog     2005-09-08 23:12:35.007748352 +0100
@@ -1,3 +1,11 @@
+qcad (2.0.4.0-1-2.1) unstable; urgency=low
+
+  * Recompile for GCC 4 transition.
+  * Applied patch to allow compiling on amd64 (Closes: Bug#288190).
+    Thanks to Andreas Jochens for the report.
+
+ -- Gerd Flaig <[EMAIL PROTECTED]>  Wed,  7 Sep 2005 22:05:13 +0200
+
 qcad (2.0.4.0-1-2) unstable; urgency=low
 
   * mime types added to integrate QCad into Gnome and KDE desktops.
diff -urN qcad-2.0.4.0-1.original/debian/control qcad-2.0.4.0-1/debian/control
--- qcad-2.0.4.0-1.original/debian/control      2005-09-08 23:12:09.725591824 
+0100
+++ qcad-2.0.4.0-1/debian/control       2005-09-08 23:12:35.007748352 +0100
@@ -7,7 +7,7 @@
 
 Package: qcad
 Architecture: any
-Depends: ${shlibs:Depends}, libqcad0 (= 2.0.4.0-1-2)
+Depends: ${shlibs:Depends}, libqcad0 (= 2.0.4.0-1-2.1)
 Suggests: partlibrary
 Description: A professional CAD System
  With QCad 2 you can easily construct and change drawings with ISO-texts and
@@ -36,7 +36,7 @@
 
 Package: libqcad0-dev
 Architecture: all
-Depends: libqcad0 (= 2.0.4.0-1-2)
+Depends: libqcad0 (= 2.0.4.0-1-2.1)
 Description: Qcad development headers
  Qcad is a professional CAD system such as AutoCADR and many others. This
  package contains header files of Qcad components.
diff -urN qcad-2.0.4.0-1.original/qcadlib/src/engine/rs_entity.cpp 
qcad-2.0.4.0-1/qcadlib/src/engine/rs_entity.cpp
--- qcad-2.0.4.0-1.original/qcadlib/src/engine/rs_entity.cpp    2004-09-14 
21:13:02.000000000 +0100
+++ qcad-2.0.4.0-1/qcadlib/src/engine/rs_entity.cpp     2005-09-08 
23:12:34.992750632 +0100
@@ -849,7 +849,7 @@
         os << " layer: NULL ";
     } else {
         os << " layer: " << e.layer->getName().latin1() << " ";
-        os << " layer address: " << (int)(e.layer) << " ";
+        os << " layer address: " << (long)(e.layer) << " ";
     }
 
     os << e.pen << "\n";
diff -urN qcad-2.0.4.0-1.original/qcadlib/src/engine/rs_layer.cpp 
qcad-2.0.4.0-1/qcadlib/src/engine/rs_layer.cpp
--- qcad-2.0.4.0-1.original/qcadlib/src/engine/rs_layer.cpp     2004-09-14 
21:13:02.000000000 +0100
+++ qcad-2.0.4.0-1/qcadlib/src/engine/rs_layer.cpp      2005-09-08 
23:12:34.993750480 +0100
@@ -57,7 +57,7 @@
     os << " name: " << l.getName().latin1()
     << " pen: " << l.getPen()
        << " frozen: " << (int)l.isFrozen()
-       << " address: " << (int)(&l)
+       << " address: " << (long)(&l)
     << std::endl;
     return os;
 }


-- 
Roger Leigh
                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to