debian/0000755000000000000000000000000012101545464007170 5ustar debian/watch0000644000000000000000000000006311556062501010217 0ustar version=3 http://sf.net/libexif/exif-(.*)\.tar\.gz debian/control0000644000000000000000000000164012101545165010572 0ustar Source: exif Section: graphics Priority: optional Maintainer: Debian PhotoTools Maintainers Uploaders: Emmanuel Bouthenot , Frederic Peters Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, autotools-dev, libexif-dev (>= 0.6.20), libpopt-dev, pkg-config Standards-Version: 3.9.4 Homepage: http://libexif.sourceforge.net/ Vcs-Browser: http://git.debian.org/?p=pkg-phototools/exif.git Vcs-Git: git://git.debian.org/git/pkg-phototools/exif.git Package: exif Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: command-line utility to show EXIF information in JPEG files Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. . 'exif' is a small command-line utility to show EXIF information hidden in JPEG files. debian/README.source0000644000000000000000000000064711556062501011355 0ustar exif for Debian --------------- This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. Please see: /usr/share/doc/quilt/README.source for more information on how to apply the patches, modify patches, or remove a patch. -- Emmanuel Bouthenot , Tue, 27 Oct 2009 21:22:43 +0000 debian/source/0000755000000000000000000000000011556072502010471 5ustar debian/source/options0000644000000000000000000000005211556072502012104 0ustar unapply-patches abort-on-upstream-changes debian/source/format0000644000000000000000000000001411556072463011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001604612101541525011043 0ustar exif (0.6.21-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.4 * Refresh patches * Switch debhelper compatibility to 9 * Simplify debian/rules by using dh-autoreconf addon with debhelper * Update debian/copyright with new and updated copyright holders -- Emmanuel Bouthenot Mon, 28 Jan 2013 18:28:28 +0000 exif (0.6.20-2) unstable; urgency=high * Add a patch to fix security issue CVE-2012-2845 (Closes: #681465) -- Emmanuel Bouthenot Thu, 28 Apr 2011 20:23:15 +0000 exif (0.6.20-1) unstable; urgency=low * New upstream release (Closes: #552102) * debian/copyright: - updates (huge backlog) (Closes: #613485) - switch to DEP5 format * Update uploader email (me) * Refresh patches and convert them to DEP3 format * Bump Standards-Version to 3.9.2 * Remove DMUA field (no more needed) * Bump the B-D on libexif-dev to >= 0.6.20 since this version is now required. * Remove B-D on chrpath (no more needed) -- Emmanuel Bouthenot Wed, 27 Apr 2011 18:49:37 +0000 exif (0.6.19-1) unstable; urgency=low * New upstream release -- Emmanuel Bouthenot Thu, 19 Nov 2009 22:54:46 +0000 exif (0.6.18-1) unstable; urgency=low * New upstream release (Closes: #321857, #487998) * Clean and minify the build process (using dh7 overrides) * Bump Standards-Version to 3.8.3. * Add README.source file. * Remove patch which add examples in manpage (no more needed). * Add a patch to fix hyphens in manpage. -- Emmanuel Bouthenot Wed, 11 Nov 2009 12:10:53 +0000 exif (0.6.17-1) unstable; urgency=low * New upstream release: - Fix some bugs: + use locale settings instead of UTF-8 (Closes: #236610) + Fix command line usage issues with some options (Closes: #497477) + Fix some tags format (Closes: #339070) - Remove patches merged upstream: + 01_swedish_translation + 02_default_ifd - Update existing patches. * Switch packaging to debhelper 7 * Bump the B-D on libexif-dev to >= 0.6.17 since this version is now required. * Bump Standards-Version to 3.8.1 * Drop hardcoded rpath in exif binary. * Add DM-Upload-Allowed field in debian/control. * Update debian/copyright. -- Emmanuel Bouthenot Sun, 19 Apr 2009 18:51:42 +0200 exif (0.6.15-5) unstable; urgency=low * Adopt the package within pkg-phototools: - Set the Maintainer to the group - Add Frederic Peters and myself as Uploaders. - Add Vcs-Browser and Vcs-Git fields accordingly. * debian/control: - Add a Homepage field. - Update Standards-Version to 3.7.3 - Fix build dep version for libexif-dev. - Add build dep on quilt for patches extracted from package diff. - Add build dep on gettext for swedish translation. * debian/copyright: - convert file to utf-8. - Point to LGPL-2 rather than just LGPL, which now points to LGPL-3. * debian/rules - Fix autotools timestamp issues which causes FTBFS (closes: #445609) - Fix lintian 'clean error' warning. * debian/patches - Extract swedish translation patch from package diff (cf. bug 397370). - Extract patch related to default ifd from package diff (cf. bug 428255). - Extract patch related to manpage improvements from package diff (cf. bugs 320497 and 321855). -- Emmanuel Bouthenot Mon, 31 Mar 2008 19:39:44 +0200 exif (0.6.15-4) unstable; urgency=low * debian/rules: touch config.status and config.h after configure to be sure it doesn't run a second time, breaking its config.h and the build at the same time. (closes: #445609) -- Frederic Peters Tue, 09 Oct 2007 16:58:32 +0200 exif (0.6.15-3) unstable; urgency=low * src/main.c: set default IFD to EXIF when using -t (closes: #428255) * exif.1: noted the command can operate on multiple files, and added examples and explanations on options (closes: #320497, #321855) -- Frederic Peters Sun, 30 Sep 2007 11:37:47 +0200 exif (0.6.15-2) unstable; urgency=low * configure.in, configure, po/sv.po: added Swedish translation by Daniel Nylander (closes: #397370) -- Frederic Peters Sat, 29 Sep 2007 12:58:53 +0200 exif (0.6.15-1) unstable; urgency=low * New upstream release. * debian/compat: set to 5 * debian/control: updated debhelper build-depends to 5.0.0 * debian/control: added autotools-dev as build-depends to get newer config.sub and config.guess -- Frederic Peters Fri, 25 May 2007 14:28:03 +0200 exif (0.6.9-5) unstable; urgency=low * debian/control: updated build-depends so it always links against libexif12. (closes: #327045) -- Frederic Peters Wed, 7 Sep 2005 11:49:15 +0200 exif (0.6.9-4) unstable; urgency=low * Rebuilt with new libexif12. -- Frederic Peters Sat, 16 Jul 2005 10:12:48 +0200 exif (0.6.9-3) unstable; urgency=low * exif/actions.c: applied patch from Brendan O'Dea (thanks); no longer segfaults on MakerNote (closes: #282555) * debian/control: lowercased first letter of description synopsis * debian/copyright: fixed license; LGPL, not GPL -- Frederic Peters Sat, 29 Jan 2005 23:16:01 +0100 exif (0.6.9-2) unstable; urgency=low * Adopted package. * debian/control: updated Maintainer field and description -- Frederic Peters Sun, 17 Oct 2004 12:35:57 +0200 exif (0.6.9-1) unstable; urgency=low * Rebuilt against libexif10. * New upstream release. -- christophe barbe Fri, 18 Jun 2004 14:44:26 -0400 exif (0.6-2) unstable; urgency=low * Move DH_COMPAT in debian/compat. * Bump Standards-Version up to 3.5.9. -- christophe barbe Thu, 3 Apr 2003 20:36:52 -0500 exif (0.6-1) unstable; urgency=low * New upstream release (Closes: #180214). -- christophe barbe Mon, 20 Jan 2003 17:03:45 -0500 exif (0.5-3) unstable; urgency=low * Fix segfault when specifying a tag at the command-line (Closes: #170471). -- christophe barbe Sat, 23 Nov 2002 22:10:49 -0500 exif (0.5-2) unstable; urgency=low * Added versioned Build-Depends on libexif-dev (Closes: #168891). -- christophe barbe Wed, 13 Nov 2002 11:37:36 -0500 exif (0.5-1) unstable; urgency=low * New upstream release. -- christophe barbe Sun, 10 Nov 2002 22:23:43 -0500 exif (0.4-3) unstable; urgency=low * Added pkg-config in the Build-Depends (closes: #154918). * No upstream man page for exif (closes: #154870). -- christophe barbe Wed, 31 Jul 2002 07:30:25 -0400 exif (0.4-2) unstable; urgency=low * Description improvment (closes: #154757). -- christophe barbe Mon, 29 Jul 2002 17:54:45 -0400 exif (0.4-1) unstable; urgency=low * Initial Release (closes: #153996). -- christophe barbe Tue, 23 Jul 2002 11:46:33 -0400 debian/copyright0000644000000000000000000001347112101446571011130 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: exif Upstream-Contact: Dan Fandrich , Lutz Müller Source: http://libexif.sourceforge.net/ Files: * Copyright: 2001-2008, Lutz Müller 2002, Rod Whitby 2002-2005, Hans Ulrich Niedermann 2004-2008, Jan Patera 2007-2010, Dan Fandrich License: LGPL-2.1+ Files: exif/main.c Copyright: 2002, Guido Ostkamp 2002, Marko Mäkelä 2003, Roberto Costa 2003, Greg Baker 2004, Serge Droz 2008, Matthieu Castet License: LGPL-2.1+ Files: exif/actions.c Copyright: 2002-2003, Andrea Suatoni 2004, Serge Droz 2004, Lars Ellenberg 2008, Alexander Drozdov 2008, Matthieu Castet License: LGPL-2.1+ Files: exif/actions.h Copyright: 2004, Serge Droz 2008, Alexander Drozdov License: LGPL-2.1+ Files: exif/exif-i18n.c Copyright: 2003, Gernot Jander 2003, Marcus Meissner License: LGPL-2.1+ Files: exif/exif-i18n.h Copyright: 2003, Gernot Jander License: LGPL-2.1+ Files: exif/utils.c Copyright: 2008, Alexander Drozdov License: LGPL-2.1+ Files: exif.1 Copyright: 2002, Thomas Pircher License: LGPL-2.1+ Files: po/es.po Copyright: 2002, Fabian Mandelbaum License: LGPL-2.1+ Files: po/sv.po Copyright: 2008-2011, Daniel Nylander License: LGPL-2.1+ Files: po/vi.po Copyright: 2008-2009, Clytie Siddall 2011, Trần Ngọc Quân License: LGPL-2.1+ Files: po/sk.po Copyright: 2008-2011, Ivan Masár License: LGPL-2.1+ Files: po/zh_CN.po Copyright: 2008-2011, Ji ZhengYu License: LGPL-2.1+ Files: po/da.po Copyright: 2008-2011, Joe Hansen License: LGPL-2.1+ Files: po/de.po Copyright: 2005-2009, Marcus Meissner 2011, Wolfgang Stöggl 2011, Mario Blättermann License: LGPL-2.1+ Files: po/id.po Copyright: 2008-2011, Andhika Padmawan License: LGPL-2.1+ Files: po/nl.po Copyright: 2008-2011, Erwin Poeze License: LGPL-2.1+ Files: po/pl.po Copyright: 2005-2011, Jakub Bogusz License: LGPL-2.1+ Files: po/lv.po Copyright: 2009-2011, Rihards Prieditis License: LGPL-2.1+ Files: po/is.po Copyright: 2009-2011, Sveinn í Felli License: LGPL-2.1+ Files: po/fi.po Copyright: 2009-2011, Jorma Karvonen License: LGPL-2.1+ Files: po/gl.po Copyright: 2010, Fran Diéguez License: LGPL-2.1+ Files: po/fr.po Copyright: 2002, Arnaud Launay License: LGPL-2.1+ Files: po/it.po Copyright: 2008-2011, Vincenzo Campanella License: LGPL-2.1+ Files: po/ro.po Copyright: 2010, Sergiu Bivol License: LGPL-2.1+ Files: po/cs.po Copyright: 2011, Marek Černocký License: LGPL-2.1+ Files: po/sr.po Copyright: 2011, Мирослав Николић License: LGPL-2.1+ Files: po/hr.po Copyright: 2011, Tomislav Krznar License: LGPL-2.1+ Files: exif.spec.in Copyright: 2003, Peter Bieringer License: LGPL-2.1+ Files: debian/* Copyright: 2002-2004, Christophe Barbe 2004-2007, Frederic Peters 2008-2011, Emmanuel Bouthenot License: GPL-2+ License: GPL-2+ This program 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 program 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 program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in /usr/share/common-licenses/GPL-2 file. License: LGPL-2.1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This program 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1`. debian/patches/0000755000000000000000000000000012101237241010606 5ustar debian/patches/fix_hyphens_manpage0000644000000000000000000000403712101237241014551 0ustar Description: Fix hyphen in manpage. Author: Emmanuel Bouthenot Forwarded: no Last-Update: 2013-01-27 --- a/exif.1 +++ b/exif.1 @@ -161,60 +161,60 @@ given image: .LP .RS -exif --list-tags --no-fixup image.jpg +exif \-\-list-tags \-\-no-fixup image.jpg .RE .LP Display details on all XResolution tags found in the given image: .LP .RS -exif --tag=XResolution --no-fixup image.jpg +exif \-\-tag=XResolution \-\-no-fixup image.jpg .RE .LP Display the raw contents of the "Model" tag in the given image (with a newline character appended): .LP .RS -exif --ifd=0 --tag=Model --machine-readable image.jpg +exif \-\-ifd=0 \-\-tag=Model \-\-machine-readable image.jpg .RE .LP Extract the thumbnail into the file thumbnail.jpg: .LP .RS -exif --extract-thumbnail --output=thumbnail.jpg image.jpg +exif \-\-extract-thumbnail \-\-output=thumbnail.jpg image.jpg .RE .LP Display a list of the numeric values of only the EXIF tags in the thumbnail IFD (IFD 1) and the tag values: .LP .RS -exif --ids --ifd=1 --no-fixup image.jpg +exif \-\-ids \-\-ifd=1 \-\-no-fixup image.jpg .RE .LP Display the meaning of tag 0x9209 in the "EXIF" IFD according to the EXIF specification: .LP .RS -exif --show-description --ifd=EXIF --tag=0x9209 +exif \-\-show-description \-\-ifd=EXIF \-\-tag=0x9209 .RE .LP Add an Orientation tag with value "bottom - left" to an existing image, leaving the existing tags untouched: .LP .RS -exif --output=new.jpg --ifd=0 --tag=0x0112 --set-value=4 --no-fixup image.jpg +exif \-\-output=new.jpg \-\-ifd=0 \-\-tag=0x0112 \-\-set-value=4 \-\-no-fixup image.jpg .RE .LP Add a YCbCr Sub-Sampling tag with value 2,1 (a.k.a YCbCr 4:2:2) to an existing image and fix the existing tags, if necessary: .LP .RS -exif --output=new.jpg --tag=YCbCrSubSampling --ifd=0 --set-value='2 1' image.jpg +exif \-\-output=new.jpg \-\-tag=YCbCrSubSampling \-\-ifd=0 \-\-set-value='2 1' image.jpg .RE .LP Display a table with all known EXIF tags, highlighting mandatory ones: .LP .RS -exif -cl +exif \-cl .RE .LP .SH "AUTHOR" debian/patches/series0000644000000000000000000000002412101237031012014 0ustar fix_hyphens_manpage debian/docs0000644000000000000000000000002411556062501010036 0ustar NEWS README AUTHORS debian/compat0000644000000000000000000000000212101223511010350 0ustar 9 debian/rules0000755000000000000000000000007612101226611010241 0ustar #!/usr/bin/make -f %: dh $@ --with autotools_dev,autoreconf