Package: aewm++
Version: 1.1.2-4
Severity: normal
Tags: patch

Hi,

Attached is the diff for my aewm++ 1.1.2-4.1 NMU.
diff -u aewm++-1.1.2/debian/changelog aewm++-1.1.2/debian/changelog
--- aewm++-1.1.2/debian/changelog
+++ aewm++-1.1.2/debian/changelog
@@ -1,3 +1,11 @@
+aewm++ (1.1.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build depend on libxext-dev (Closes: #464604).
+  * Fix FTBFS with GCC 4.3 (Closes: #454825).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sun, 16 Mar 2008 15:41:15 +0000
+
 aewm++ (1.1.2-4) unstable; urgency=low
 
   * Update Build-Depends for Xorg (closes: #346611, #346621).
diff -u aewm++-1.1.2/debian/control aewm++-1.1.2/debian/control
--- aewm++-1.1.2/debian/control
+++ aewm++-1.1.2/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Chris Boyle <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), libx11-dev
+Build-Depends: debhelper (>> 3.0.0), libx11-dev, libxext-dev
 Standards-Version: 3.6.2
 
 Package: aewm++
diff -u aewm++-1.1.2/windowmanager.cc aewm++-1.1.2/windowmanager.cc
--- aewm++-1.1.2/windowmanager.cc
+++ aewm++-1.1.2/windowmanager.cc
@@ -6,6 +6,8 @@
  */
 #include "aewm.hh"
 
+#include <string.h>
+
 WindowManager* wm;
 
 #define AEWM_KEY_ALT_COUNT 4
only in patch2:
unchanged:
--- aewm++-1.1.2.orig/main.cc
+++ aewm++-1.1.2/main.cc
@@ -6,6 +6,8 @@
  */
  #include "aewm.hh"
 
+#include <string.h>
+
 // Dunno where I ripped this from. Kudos to the author whoever he is!
 void forkExec(char *cmd)
 {
only in patch2:
unchanged:
--- aewm++-1.1.2.orig/client.cc
+++ aewm++-1.1.2/client.cc
@@ -6,6 +6,8 @@
  */
 #include "aewm.hh"
 
+#include <string.h>
+
 Client::Client(Display *d, Window new_client)
 {
 	initialize(d);

Reply via email to