[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#482650: Patch for 0.1.1-2.2 NMU of gigedit



Hello,

I've attached the changes of my 0.1.1-2.1 and 0.1.1-2.2 NMUs.

Regards,
Tobias

-- 
Tobias Toedter   | "I don't care to belong to a club that accepts people
Hamburg, Germany | like me as members." -- Groucho Marx
diff --git a/debian/changelog b/debian/changelog
index df49353..d91b4e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+gigedit (0.1.1-2.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Urgency set to high because of RC bug fix
+  * Fix FTBFS due to missing #include statements. Thanks to Peter Green
+    for the patch. Closes: #482650
+
+ -- Tobias Toedter <toddy@debian.org>  Sun, 25 May 2008 12:41:47 +0200
+
+gigedit (0.1.1-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Urgency set to high because of RC bug fix
+  * Adding uuid-dev to Build-Depends. Thanks to Martin Stigge for
+    the patch. Closes: #473943
+
+ -- Tobias Toedter <toddy@debian.org>  Fri, 23 May 2008 19:10:18 +0200
+
 gigedit (0.1.1-2) unstable; urgency=low
 
   * Fix broken DESTDIR variable (Closes: #459656)
diff --git a/debian/control b/debian/control
index a9e7621..57c8c40 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Team <debian-multimedia@lists.debian.org>
 Uploaders: Free Ekanayaka <freee@debian.org>, Christian Schoenebeck <cuse@users.sf.net>
-Build-Depends: debhelper (>= 4.0.0), pkg-config, intltool, libgtkmm-2.4-dev, libsndfile1-dev, xsltproc, docbook-xsl, libgig-dev
+Build-Depends: debhelper (>= 4.0.0), pkg-config, intltool, libgtkmm-2.4-dev, libsndfile1-dev, xsltproc, docbook-xsl, libgig-dev, uuid-dev
 Standards-Version: 3.7.3
 
 Package: gigedit
diff --git a/src/gigedit/mainwindow.cpp b/src/gigedit/mainwindow.cpp
index 563ff7e..81e9af2 100644
--- a/src/gigedit/mainwindow.cpp
+++ b/src/gigedit/mainwindow.cpp
@@ -28,6 +28,8 @@
 
 #include "global.h"
 
+#include <string.h>
+
 #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION >= 6) || GTKMM_MAJOR_VERSION > 2
 #define ABOUT_DIALOG
 #include <gtkmm/aboutdialog.h>
diff --git a/src/gigedit/paramedit.cpp b/src/gigedit/paramedit.cpp
index e4fdc2a..a91d97e 100644
--- a/src/gigedit/paramedit.cpp
+++ b/src/gigedit/paramedit.cpp
@@ -18,6 +18,7 @@
  */
 
 #include "paramedit.h"
+#include <string.h>
 
 namespace {
     const char* const controlChangeTexts[] = {

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: