[SCM] openmovieeditor/master: Drop debian/patches/01_gcc4.3.dpatch, applied upstream.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Nov 15 22:51:09 UTC 2010
The following commit has been merged in the master branch:
commit e43a3a534474a6aa2c10dde73651c19eebb37400
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Nov 15 23:46:59 2010 +0100
Drop debian/patches/01_gcc4.3.dpatch, applied upstream.
diff --git a/debian/patches/01_gcc4.3.dpatch b/debian/patches/01_gcc4.3.dpatch
deleted file mode 100644
index 078e829..0000000
--- a/debian/patches/01_gcc4.3.dpatch
+++ /dev/null
@@ -1,49 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_gcc4.3.dpatch by <andete at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix gcc-4.3 FTBFS
-
- at DPATCH@
-
---- old/src/FolderBrowser.cxx 2006-10-25 23:38:18.000000000 +0200
-+++ new/src/FolderBrowser.cxx 2007-05-12 17:37:24.000000000 +0200
-@@ -19,6 +19,7 @@
- #include <FL/filename.H>
- #include "FolderBrowser.H"
-
-+#include <cstdlib>
- #include <iostream>
-
- namespace nle
---- old/src/Frei0rFactory.cxx 2006-11-21 18:21:18.000000000 +0100
-+++ new/src/Frei0rFactory.cxx 2007-05-12 17:39:24.000000000 +0200
-@@ -21,6 +21,8 @@
- #include <sys/stat.h>
- #include <sys/types.h>
-
-+#include <cstdlib>
-+
- #include <FL/filename.H>
-
- #include "sl/sl.h"
---- old/src/MediaBrowser.cxx 2006-11-22 19:43:11.000000000 +0100
-+++ new/src/MediaBrowser.cxx 2007-05-12 17:38:59.000000000 +0200
-@@ -19,6 +19,7 @@
-
- #include <iostream>
- #include <cstring>
-+#include <cstdlib>
-
- #include <FL/Fl.H>
- #include <FL/filename.H>
---- old/src/helper.cxx 2006-12-17 21:14:05.000000000 +0530
-+++ new/src/helper.cxx 2007-08-22 14:32:04.000000000 +0530
-@@ -20,6 +20,7 @@
- #include "config.h"
-
- #include <cstdio>
-+#include <cstdlib>
- #include <cstring>
- #include <cerrno>
- #include <sys/types.h>
--
openmovieeditor packaging
More information about the pkg-multimedia-commits
mailing list