[Forensics-changes] [metacam] 03/04: * Update Standards-version 3.7.3. * Update Debhelper 6. * GCC 4.3 patch. (Closes: #455621)

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 2a059004f8f40debee087acc19033393ca4820fd
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Tue Oct 28 10:42:20 2014 -0200

      * Update Standards-version 3.7.3.
      * Update Debhelper 6.
      * GCC 4.3 patch. (Closes: #455621)
    
     -- Juan Angulo Moreno <juan at apuntale.com>  Thu, 06 Mar 2008 22:27:06 -0430
---
 debian/changelog                       |  8 ++++++++
 debian/compat                          |  2 +-
 debian/control                         |  5 ++---
 debian/patches/03_metacam_gcc-4.3.diff | 21 +++++++++++++++++++++
 4 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index df376e6..f17757b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+metacam (1.2-5) unstable; urgency=low
+
+  * Update Standards-version 3.7.3.
+  * Update Debhelper 6.
+  * GCC 4.3 patch. (Closes: #455621)
+
+ -- Juan Angulo Moreno <juan at apuntale.com>  Thu, 06 Mar 2008 22:27:06 -0430
+
 metacam (1.2-4) unstable; urgency=low
 
   * New maintainer (Closes: #425241)
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..1e8b314 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+6
diff --git a/debian/control b/debian/control
index 31f3808..1b5a1b6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: metacam
 Section: graphics
 Priority: optional
 Maintainer: Juan Angulo Moreno <juan at apuntale.com>
-Build-Depends: cdbs, debhelper (>= 5)
-Standards-Version: 3.7.2
+Build-Depends: cdbs, debhelper (>= 6)
+Standards-Version: 3.7.3
 
 Package: metacam
 Architecture: any
@@ -17,5 +17,4 @@ Description: extract EXIF information from digital camera files
  EXIF fields, MetaCam also supports vendor-specific extensions from
  Nikon, Olympus, Canon and Casio.
  .
- Homepage: http://www.cheeseplant.org/~daniel/pages/metacam.html
  
diff --git a/debian/patches/03_metacam_gcc-4.3.diff b/debian/patches/03_metacam_gcc-4.3.diff
new file mode 100644
index 0000000..8433db2
--- /dev/null
+++ b/debian/patches/03_metacam_gcc-4.3.diff
@@ -0,0 +1,21 @@
+--- a/dpyfuncs.cc
++++ b/dpyfuncs.cc
+@@ -28,6 +28,8 @@
+ #include "metacam.h"
+ #include "dpyfuncs.h"
+ 
++#include <cstring>
++
+ static const char *rcsid __attribute__((unused))="$Id: dpyfuncs.cc,v 1.14 2004/08/21 17:54:20 daniel Exp $";
+ 
+ void
+--- a/ocontext.cc
++++ b/ocontext.cc
+@@ -26,6 +26,7 @@
+ 
+ #include <ctype.h>
+ #include <cstdlib>
++#include <cstring>
+ 
+ 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