[Forensics-changes] [SCM] debian-forensics/guymager branch, debian, updated. debian/0.6.5-1-9-g9129a0b

Michael Prokop mika at debian.org
Fri May 4 14:35:52 UTC 2012


The following commit has been merged in the debian branch:
commit 2ee4202fa899ddcc249ab46b39e00e8794337ae7
Author: Michael Prokop <mika at debian.org>
Date:   Fri May 4 15:39:44 2012 +0200

    Refresh debian/patches/ftbfs-gcc-4.7.diff for new upstream release

diff --git a/debian/patches/ftbfs-gcc-4.7.diff b/debian/patches/ftbfs-gcc-4.7.diff
index bfbb0ce..6af6939 100644
--- a/debian/patches/ftbfs-gcc-4.7.diff
+++ b/debian/patches/ftbfs-gcc-4.7.diff
@@ -1,55 +1,25 @@
-Index: guymager-0.6.5/main.cpp
-===================================================================
---- guymager-0.6.5.orig/main.cpp	2012-03-01 10:59:44.000000000 +0000
-+++ guymager-0.6.5/main.cpp	2012-05-04 05:32:06.323619454 +0000
+--- a/main.cpp
++++ b/main.cpp
 @@ -33,6 +33,7 @@
  #include <signal.h>
  #include <locale.h>
  #include <pwd.h>
 +#include <unistd.h>
- #include "proc/sysinfo.h"  // Required in order to get the amount of memory installed
+ // #include "proc/sysinfo.h"  // Required in order to get the amount of memory installed
  
  #include <QApplication>
-Index: guymager-0.6.5/aewf.cpp
-===================================================================
---- guymager-0.6.5.orig/aewf.cpp	2012-03-01 10:59:44.000000000 +0000
-+++ guymager-0.6.5/aewf.cpp	2012-05-04 05:37:02.383630470 +0000
-@@ -46,19 +46,6 @@
- 
- 
- // ------------------
--//         Qt
--// ------------------
--
--// Qt inconsistently defines its little/big endian functions, see QTBUG-21208 on bugreports.qt.nokia.com
--// The following lines implement conversin for uchar and avoid the problems. 
--
--template <typename T> T qbswap(T source);
--template <> inline uchar qbswap<uchar>(uchar source)
--{
--   return source;
--}
--
--// ------------------
- //  AEWF definitions
- // ------------------
- 
-Index: guymager-0.6.5/media.cpp
-===================================================================
---- guymager-0.6.5.orig/media.cpp	2012-03-01 10:59:44.000000000 +0000
-+++ guymager-0.6.5/media.cpp	2012-05-04 05:38:07.275632886 +0000
-@@ -12,6 +12,7 @@
- // ****************************************************************************
+--- a/media.cpp
++++ b/media.cpp
+@@ -29,6 +29,7 @@
+ // along with guymager. If not, see <http://www.gnu.org/licenses/>.
  
  #include <stdlib.h>
 +#include <unistd.h>
  #include <fcntl.h>
  #include <errno.h>
  #include <sys/ioctl.h>
-Index: guymager-0.6.5/table.cpp
-===================================================================
---- guymager-0.6.5.orig/table.cpp	2012-03-01 10:59:44.000000000 +0000
-+++ guymager-0.6.5/table.cpp	2012-05-04 05:38:43.507634232 +0000
+--- a/table.cpp
++++ b/table.cpp
 @@ -26,6 +26,7 @@
  // You should have received a copy of the GNU General Public License
  // along with guymager. If not, see <http://www.gnu.org/licenses/>.
@@ -58,10 +28,8 @@ Index: guymager-0.6.5/table.cpp
  #include <QtGui>
  
  #include "toolconstants.h"
-Index: guymager-0.6.5/threadread.cpp
-===================================================================
---- guymager-0.6.5.orig/threadread.cpp	2012-03-01 10:59:44.000000000 +0000
-+++ guymager-0.6.5/threadread.cpp	2012-05-04 05:39:17.771635508 +0000
+--- a/threadread.cpp
++++ b/threadread.cpp
 @@ -27,6 +27,7 @@
  // along with guymager. If not, see <http://www.gnu.org/licenses/>.
  
@@ -70,3 +38,27 @@ Index: guymager-0.6.5/threadread.cpp
  
  #include <QtCore>
  
+--- a/aewf.cpp
++++ b/aewf.cpp
+@@ -46,21 +46,6 @@
+ 
+ 
+ // ------------------
+-//         Qt
+-// ------------------
+-
+-// Qt inconsistently defines its little/big endian functions, see QTBUG-21208 on bugreports.qt.nokia.com
+-// The following lines implement conversin for uchar and avoid the problems. 
+-
+-#if (QT_VERSION < 0x040800)
+-   template <typename T> T qbswap(T source);
+-   template <> inline uchar qbswap<uchar>(uchar source)
+-   {
+-      return source;
+-   }
+-#endif
+-
+-// ------------------
+ //  AEWF definitions
+ // ------------------
+ 

-- 
debian-forensics/guymager



More information about the forensics-changes mailing list