[SCM] gigedit packaging branch, master, updated. debian/0.1.1-2.2-12-gd33b0d4

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Aug 16 22:01:12 UTC 2010


The following commit has been merged in the master branch:
commit d33b0d4aa0d96f9dde5c1bd7e082c1403a585660
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Aug 17 00:00:40 2010 +0200

    ACK previous NMU.

diff --git a/debian/patches/02-missing_includes.patch b/debian/patches/02-missing_includes.patch
new file mode 100644
index 0000000..ea7db74
--- /dev/null
+++ b/debian/patches/02-missing_includes.patch
@@ -0,0 +1,29 @@
+From: Peter Green
+Description: Fix FTBFS due to missing #include statements.
+Bug-Debian: http://bugs.debian.org/482650
+---
+ src/gigedit/mainwindow.cpp |    2 ++
+ src/gigedit/paramedit.cpp  |    1 +
+ 2 files changed, 3 insertions(+)
+
+--- gigedit.orig/src/gigedit/paramedit.cpp
++++ gigedit/src/gigedit/paramedit.cpp
+@@ -18,6 +18,7 @@
+  */
+ 
+ #include "paramedit.h"
++#include <string.h>
+ 
+ namespace {
+     const char* const controlChangeTexts[] = {
+--- gigedit.orig/src/gigedit/mainwindow.cpp
++++ gigedit/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/debian/patches/series b/debian/patches/series
index ec078aa..dcd0b07 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-makefiles.patch
+02-missing_includes.patch

-- 
gigedit packaging



More information about the pkg-multimedia-commits mailing list