tags 455673 + patch
thanks

Hi,

Attached is the diff for my debian-xcontrol 0.0.2~pre1+nmu1 NMU.
diff -Nru debian-xcontrol-0.0.2~pre1/debian/changelog debian-xcontrol-0.0.2~pre1+nmu1/debian/changelog
--- debian-xcontrol-0.0.2~pre1/debian/changelog	2007-09-09 22:59:22.000000000 +0200
+++ debian-xcontrol-0.0.2~pre1+nmu1/debian/changelog	2008-04-06 12:55:24.000000000 +0200
@@ -1,3 +1,11 @@
+debian-xcontrol (0.0.2~pre1+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added cstdlib to includes for src/architecture.cc as suggested by Kumar
+    Appaiah (Closes: #455673)
+
+ -- Alexander Schmehl <[EMAIL PROTECTED]>  Sun, 06 Apr 2008 12:53:42 +0200
+
 debian-xcontrol (0.0.2~pre1) unstable; urgency=low
 
   * Added rudimentary xdpkg-checkbuilddeps (APT based)
diff -Nru /tmp/B0fqMNJdBn/debian-xcontrol-0.0.2~pre1/src/architecture.cc /tmp/r5DlwsTDv2/debian-xcontrol-0.0.2~pre1+nmu1/src/architecture.cc
--- debian-xcontrol-0.0.2~pre1/src/architecture.cc	2007-08-19 04:12:14.000000000 +0200
+++ debian-xcontrol-0.0.2~pre1+nmu1/src/architecture.cc	2008-04-06 12:56:13.000000000 +0200
@@ -2,6 +2,8 @@
 #include <config.h>
 #endif
 
+#include <cstdlib>
+
 #include "architecture.h"
 
 #include "command.h"

Reply via email to