[Forensics-changes] [exifprobe] 01/01: Import Debian patch 2.0.1-10

Giovani Augusto Ferreira giovani-guest at moszumanska.debian.org
Wed Sep 28 17:23:03 UTC 2016


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

giovani-guest pushed a commit to branch debian
in repository exifprobe.

commit 0520eb7500380359161e250d9ddb85b208556226
Author: Giovani Augusto Ferreira <giovani at riseup.net>
Date:   Sat Sep 24 19:18:13 2016 -0300

    Import Debian patch 2.0.1-10
---
 debian/changelog                                           | 10 ++++++++++
 debian/control                                             |  2 +-
 debian/patches/{add_byteorder => add_byteorder.patch}      |  0
 .../{fix-embed-build-time => fix-embed-build-time.patch}   |  0
 debian/patches/{fix-exifgrep => fix-exifgrep.patch}        |  0
 ...x-issues-found-by-afl => fix-issues-found-by-afl.patch} |  0
 debian/patches/{Makefile => fix-makefile.patch}            |  0
 debian/patches/{fix-manpages => fix-manpages.patch}        | 12 +++++++++++-
 .../{fix_spelling_error => fix_spelling_error.patch}       |  0
 debian/patches/series                                      | 14 +++++++-------
 10 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e834fb3..7df31d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+exifprobe (2.0.1-10) unstable; urgency=medium
+
+  * debian/control:
+      - Bumped Standards-Version to 3.9.8.
+  * debian/patches:
+      - Added the '.patch' extension to all patches.
+      - fix-manpages.patch: added a typing error correction for exifprobe.1
+
+ -- Giovani Augusto Ferreira <giovani at riseup.net>  Sat, 24 Sep 2016 19:18:13 -0300
+
 exifprobe (2.0.1-9) unstable; urgency=medium
 
   * debian/control: Changed from cgit to git in Vcs-Browser field.
diff --git a/debian/control b/debian/control
index f253ecc..0b58c07 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Giovani Augusto Ferreira <giovani at riseup.net>
 Build-Depends: debhelper (>= 9), xutils-dev
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://github.com/hfiguiere/exifprobe
 Vcs-Browser: https://anonscm.debian.org/git/forensics/exifprobe.git
 Vcs-Git: https://anonscm.debian.org/git/forensics/exifprobe.git
diff --git a/debian/patches/add_byteorder b/debian/patches/add_byteorder.patch
similarity index 100%
rename from debian/patches/add_byteorder
rename to debian/patches/add_byteorder.patch
diff --git a/debian/patches/fix-embed-build-time b/debian/patches/fix-embed-build-time.patch
similarity index 100%
rename from debian/patches/fix-embed-build-time
rename to debian/patches/fix-embed-build-time.patch
diff --git a/debian/patches/fix-exifgrep b/debian/patches/fix-exifgrep.patch
similarity index 100%
rename from debian/patches/fix-exifgrep
rename to debian/patches/fix-exifgrep.patch
diff --git a/debian/patches/fix-issues-found-by-afl b/debian/patches/fix-issues-found-by-afl.patch
similarity index 100%
rename from debian/patches/fix-issues-found-by-afl
rename to debian/patches/fix-issues-found-by-afl.patch
diff --git a/debian/patches/Makefile b/debian/patches/fix-makefile.patch
similarity index 100%
rename from debian/patches/Makefile
rename to debian/patches/fix-makefile.patch
diff --git a/debian/patches/fix-manpages b/debian/patches/fix-manpages.patch
similarity index 87%
rename from debian/patches/fix-manpages
rename to debian/patches/fix-manpages.patch
index 6e14011..200dc35 100644
--- a/debian/patches/fix-manpages
+++ b/debian/patches/fix-manpages.patch
@@ -1,6 +1,7 @@
 Description: fix some mistakes in manpages.
 Author: Joao Eriberto Mota Filho <eriberto at debian.org>
-Last-Update: 2014-10-27
+        Giovani Augusto Ferreira <giovani at riseup.net>
+Last-Update: 2016-09-24
 Index: exifprobe-2.0.1/exifgrep.1
 ===================================================================
 --- exifprobe-2.0.1.orig/exifgrep.1
@@ -55,6 +56,15 @@ Index: exifprobe-2.0.1/exifprobe.1
  of these sequences may be toggled by the \fB-c\fP option.  LIST mode
  turns color sequences off.
  
+@@ -264,7 +264,7 @@ list.
+ .P
+ If there were offset entries found in the list above, the TIFF (and Exif)
+ specification requires that they will be located
+-next in the file, immediately following the dirctory entries.
++next in the file, immediately following the directory entries.
+ This stricture is frequently ignored in MakerNotes and TIFF-derived formats.
+ A line reporting the beginning of these offset values
+ will be printed immediately after the next IFD offset,
 @@ -334,7 +334,7 @@ contains multiple image sections.
  The \*(lqvalue\*(rq of tags or items which represent an offset to a subsection
  or image are printed in \fIlist\fP format as \*(lq\fI at offset:length\fP\*(rq.
diff --git a/debian/patches/fix_spelling_error b/debian/patches/fix_spelling_error.patch
similarity index 100%
rename from debian/patches/fix_spelling_error
rename to debian/patches/fix_spelling_error.patch
diff --git a/debian/patches/series b/debian/patches/series
index b4f04ae..c9d822a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,7 +1,7 @@
-fix-issues-found-by-afl
-fix-exifgrep
-fix-manpages
-fix_spelling_error
-add_byteorder
-Makefile
-fix-embed-build-time
+fix-issues-found-by-afl.patch
+fix-exifgrep.patch
+fix-manpages.patch
+fix_spelling_error.patch
+add_byteorder.patch
+fix-makefile.patch
+fix-embed-build-time.patch

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



More information about the forensics-changes mailing list