[SCM] gigedit packaging branch, master, updated. upstream/0.2.0-25-gb041fb6

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Aug 16 23:09:01 UTC 2010


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

    Drop 02-missing_includes.patch, no longer needed.

diff --git a/debian/patches/02-missing_includes.patch b/debian/patches/02-missing_includes.patch
deleted file mode 100644
index ea7db74..0000000
--- a/debian/patches/02-missing_includes.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-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 dcd0b07..ec078aa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 01-makefiles.patch
-02-missing_includes.patch

-- 
gigedit packaging



More information about the pkg-multimedia-commits mailing list