[Forensics-changes] [metacam] 01/04: * GCC 4.3 patch (Closes: #417428) * Orphaning the package.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Tue Oct 28 12:44:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch debian
in repository metacam.

commit f5a15348afdbd0ea8941e93923c95f2b1d218da9
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Tue Oct 28 10:39:21 2014 -0200

      * GCC 4.3 patch (Closes: #417428)
      * Orphaning the package.
    
     -- Jarno Elonen <elonen at debian.org>  Fri, 18 May 2007 12:19:33 +0300
---
 debian/changelog                   |  8 ++++++++
 debian/control                     |  2 +-
 debian/patches/02_gcc-4.3-fix.diff | 40 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d504a14..5cf6833 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+metacam (1.2-3) unstable; urgency=low
+
+  * GCC 4.3 patch (Closes: #417428)
+
+  * Orphaning the package.
+
+ -- Jarno Elonen <elonen at debian.org>  Fri, 18 May 2007 12:19:33 +0300
+
 metacam (1.2-2) unstable; urgency=low
 
   * Added CDBS dependency
diff --git a/debian/control b/debian/control
index 2202463..e0154c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: metacam
 Section: graphics
 Priority: optional
-Maintainer: Jarno Elonen <elonen at debian.org>
+Maintainer: Debian QA Group <packages at qa.debian.org>
 Build-Depends: debhelper, cdbs
 Standards-Version: 3.6.0
 
diff --git a/debian/patches/02_gcc-4.3-fix.diff b/debian/patches/02_gcc-4.3-fix.diff
new file mode 100644
index 0000000..9cc9861
--- /dev/null
+++ b/debian/patches/02_gcc-4.3-fix.diff
@@ -0,0 +1,40 @@
+--- metacam.cc~ 2007-04-02 18:49:33.000000000 +0000
++++ metacam.cc  2007-04-02 18:49:47.000000000 +0000
+@@ -23,6 +23,7 @@
+ #include <iostream>
+ #include <fstream>
+ #include <cstdio>
++#include <cstdlib>
+ #include <errno.h>
+ #include <netinet/in.h>
+ #include <string.h>
+--- datatiff.h~ 2007-04-02 18:51:37.000000000 +0000
++++ datatiff.h  2007-04-02 18:51:45.000000000 +0000
+@@ -24,6 +24,7 @@
+ #define DATATIFF_H_INCLUDED
+ 
+ #include "metatiff.h"
++#include <cstdlib>
+ 
+ class _DataIFD;
+ class _DataIFDEntry;
+--- edittiff.h~ 2007-04-02 18:52:04.000000000 +0000
++++ edittiff.h  2007-04-02 18:52:09.000000000 +0000
+@@ -24,6 +24,7 @@
+ #define EDITTIFF_H_INCLUDED
+ 
+ #include "metatiff.h"
++#include <cstdlib>
+ 
+ class _EditIFD;
+ 
+--- ocontext.cc~        2007-04-02 18:52:34.000000000 +0000
++++ ocontext.cc 2007-04-02 18:52:40.000000000 +0000
+@@ -25,6 +25,7 @@
+ #include "odrivers.h"
+ 
+ #include <ctype.h>
++#include <cstdlib>
+ 
+ OutputContext::~OutputContext()
+ {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/metacam.git



More information about the forensics-changes mailing list