--- metacam-1.2.orig/debian/control +++ metacam-1.2/debian/control @@ -0,0 +1,20 @@ +Source: metacam +Section: graphics +Priority: optional +Maintainer: Juan Angulo Moreno +Build-Depends: cdbs, debhelper (>= 6) +Standards-Version: 3.7.3 + +Package: metacam +Architecture: any +Depends: ${shlibs:Depends} +Description: extract EXIF information from digital camera files + EXIF stands for Exchangeable Image File Format, and is a standard for + storing interchange information in image files, especially those using + JPEG compression. Most digital cameras now use the EXIF format. The + format is part of the DCF standard created by JEIDA to encourage + interoperability between imaging devices. In addition to the standard + EXIF fields, MetaCam also supports vendor-specific extensions from + Nikon, Olympus, Canon and Casio. + . + --- metacam-1.2.orig/debian/patches/02_gcc-4.3-fix.diff +++ metacam-1.2/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 + #include + #include ++#include + #include + #include + #include +--- 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 + + 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 + + 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 ++#include + + OutputContext::~OutputContext() + { --- metacam-1.2.orig/debian/patches/03_metacam_gcc-4.3.diff +++ metacam-1.2/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 ++ + 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 + #include ++#include + + OutputContext::~OutputContext() + { --- metacam-1.2.orig/debian/patches/01_makefile_clean.diff +++ metacam-1.2/debian/patches/01_makefile_clean.diff @@ -0,0 +1,19 @@ +--- Makefile 2004-09-04 02:01:16.000000000 +0300 ++++ Makefile 2004-09-04 02:01:43.000000000 +0300 +@@ -47,14 +47,14 @@ + default: metacam + + clean: +- -rm -f *.o *~ *- ++ -rm -f *.o *.a *~ *- + + tags: + etags *.cc *.h + + realclean: + -rm -f metacam +- -rm -f *.o *~ *- ++ -rm -f *.o *.a *~ *- + -rm -f *.dep + -rm -f dependencies + -rm -f TAGS --- metacam-1.2.orig/debian/docs +++ metacam-1.2/debian/docs @@ -0,0 +1,4 @@ +README.canon +README.casio +THANKS +BUGS --- metacam-1.2.orig/debian/watch +++ metacam-1.2/debian/watch @@ -0,0 +1,5 @@ +version=2 + +# Homepage Pattern [Version [Action]] +http://www.cheeseplant.org/metacam/downloads/metacam-([\d\.]*).tar.(gz|bz2) \ + debian uupdate --- metacam-1.2.orig/debian/rules +++ metacam-1.2/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_MAKE_CLEAN_TARGET = realclean +DEB_INSTALL_MANPAGES_metacam := debian/metacam.1 + +clean:: + rm -f *.a --- metacam-1.2.orig/debian/copyright +++ metacam-1.2/debian/copyright @@ -0,0 +1,80 @@ +This package was debianized by Juan Angulo Moreno on +Mon, 20 Aug 2007 10:27:02 -0400. + +It was downloaded from + +Upstream Author: + + Daniel Sthepens + +Copyright Holder: + + Daniel Sthepens + Jan Brittenson + Patrick Tullmann + +License (metacam): + + Copyright (C) 2000-2004 Daniel Sthepens + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + + +License (canontags.cc): + + Copyright (C) 2000 Daniel Stephens (daniel@cheeseplant.org) + Copyright (C) 2001 Jan Brittenson (bson@rockgarden.net) + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +License (casiotags.cc): + + Copyright (C) 2000 Daniel Stephens (daniel@cheeseplant.org) + Copyright (C) 2001 Jan Brittenson (bson@rockgarden.net) + Copyright (C) 2001 Patrick Tullmann (pat@tullmann.org) + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +The Debian packaging is (C) 2007, Juan Angulo Moreno and +is licensed under the GPL, see above. --- metacam-1.2.orig/debian/changelog +++ metacam-1.2/debian/changelog @@ -0,0 +1,66 @@ +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 Thu, 06 Mar 2008 22:27:06 -0430 + +metacam (1.2-4) unstable; urgency=low + + * New maintainer (Closes: #425241) + * [debian/control] Update description + * Fixed segmentation fault picture Canon S60 (when it was updated the version + 0.6-1 to 1.2-1 error was not present) (Closes: #279342) + * [debian/watch] Fix URL file + * [debian/copyright] Updated (Separation by author and copyrights) + + -- Juan Angulo Moreno Fri, 4 Sep 2007 10:17:04 -0400 + +metacam (1.2-3) unstable; urgency=low + + * GCC 4.3 patch (Closes: #417428) + + * Orphaning the package. + + -- Jarno Elonen Fri, 18 May 2007 12:19:33 +0300 + +metacam (1.2-2) unstable; urgency=low + + * Added CDBS dependency + * Added a 'watch' file for uscan + + -- Jarno Elonen Sat, 4 Sep 2004 02:45:30 +0300 + +metacam (1.2-1) unstable; urgency=low + + * New upstream release + * New maintainer (Closes: #269230, #162468) + * Rewrote 'rules' with CDBS + * Updated 'copyright' file to actually contain copyrights + * Updated man page + + -- Jarno Elonen Sat, 4 Sep 2004 01:43:09 +0300 + +metacam (0.6-1.1) unstable; urgency=low + + * Non Maintainer Upload + * Fix all g++ 3.x error. g++ 3.x is very strict with types + (Closes: #134021) + + -- Julien LEMOINE Sun, 16 Mar 2003 16:15:30 +0100 + +metacam (0.6-1) unstable; urgency=low + + * New upstream release + * Updated to use debhelper 3 + + -- Alp Toker Wed, 26 Dec 2001 02:10:37 +0000 + +metacam (0.5-1) unstable; urgency=low + + * Initial Release. + + -- Alp Toker Tue, 4 Sep 2001 20:57:44 +0100 + + --- metacam-1.2.orig/debian/dirs +++ metacam-1.2/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/man/man1 --- metacam-1.2.orig/debian/metacam.1 +++ metacam-1.2/debian/metacam.1 @@ -0,0 +1,33 @@ +.TH "metacam" "1" "2001-2004" "Daniel Stephens" "" +.SH "NAME" +.LP +metacam \- extract EXIF information from digital camera files +.SH "SYNOPSIS" +.LP +.B metacam +[\fB\-v\fP|\fB\-a\fP|\fB\-x\fP] [\fIFILE\fP]... +.br + +.SH "DESCRIPTION" +.LP +.B metacam +supports all standard EXIF fields in addition to (known) vendor specific blocks from Nikon, Olympus, Canon and Casio. +.SH "OPTIONS" +.LP +.TP +\fB\-h\fR, \fB\-\-help\fR +Output help information and exit. +.TP +\fB\-v\fR, \fB\-\-verbose\fR +Output unknown tags too. +.TP +\fB\-a\fR, \fB\-\-all\fR +Output ALL tags (implies \-v). +.TP +\fB\-x\fR, \fB\-\-xml\fR +Output as XML. +.SH "AUTHORS" +.LP +Daniel Stephens +.br +Manual page by Alp Toker , Jarno Elonen , Juan Angulo Moreno --- metacam-1.2.orig/debian/compat +++ metacam-1.2/debian/compat @@ -0,0 +1 @@ +6 --- metacam-1.2.orig/debian/install +++ metacam-1.2/debian/install @@ -0,0 +1 @@ +metacam usr/bin/