[Forensics-changes] [exifprobe] 01/01: Imported Debian patch 2.0.1-9
Giovani Augusto Ferreira
giovani-guest at moszumanska.debian.org
Wed Mar 23 19:53:56 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 780e00db1ec774461810073a6e8bc13a276c15ea
Author: Giovani Augusto Ferreira <giovani at riseup.net>
Date: Sun Mar 20 22:30:48 2016 -0300
Imported Debian patch 2.0.1-9
---
debian/changelog | 15 +++++++++++++++
debian/control | 4 ++--
debian/patches/fix_spelling_error | 16 +++++++++++++++-
debian/watch | 2 +-
4 files changed, 33 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 91ce59f..e834fb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+exifprobe (2.0.1-9) unstable; urgency=medium
+
+ * debian/control: Changed from cgit to git in Vcs-Browser field.
+ * debian/patches/fix_spelling_error:
+ - Added a typing error correction for misc.c.
+ * debian/watch: bumped to version 4.
+
+ -- Giovani Augusto Ferreira <giovani at riseup.net> Sun, 20 Mar 2016 22:30:48 -0300
+
+exifprobe (2.0.1-8) unstable; urgency=medium
+
+ * New upload to try rebuild and fix powerpc.
+
+ -- Giovani Augusto Ferreira <giovani at riseup.net> Sun, 06 Mar 2016 11:47:47 -0300
+
exifprobe (2.0.1-7) unstable; urgency=medium
* New co-maintainer. Thanks Eriberto Mota for great work in the last uploads.
diff --git a/debian/control b/debian/control
index d90e92e..f253ecc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Giovani Augusto Ferreira <giovani at riseup.net>
Build-Depends: debhelper (>= 9), xutils-dev
Standards-Version: 3.9.7
Homepage: https://github.com/hfiguiere/exifprobe
-Vcs-Browser: https://anonscm.debian.org/cgit/forensics/exifprobe.git
-Vcs-Git: https://anonscm.debian.org/forensics/exifprobe.git
+Vcs-Browser: https://anonscm.debian.org/git/forensics/exifprobe.git
+Vcs-Git: https://anonscm.debian.org/git/forensics/exifprobe.git
Package: exifprobe
Architecture: any
diff --git a/debian/patches/fix_spelling_error b/debian/patches/fix_spelling_error
index de1334b..d2032a5 100644
--- a/debian/patches/fix_spelling_error
+++ b/debian/patches/fix_spelling_error
@@ -1,6 +1,7 @@
Description: fix a spelling error in some files.
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
-Last-Update: 2014-10-27
+ Giovani Augusto Ferreira <giovani at riseup.net>
+Last-Update: 2016-03-20
Index: exifprobe-2.0.1/maker_agfa.c
===================================================================
--- exifprobe-2.0.1.orig/maker_agfa.c
@@ -66,3 +67,16 @@ Index: exifprobe-2.0.1/maker_sanyo.c
case 2: chpr += printf("Fast"); break;
case 3: chpr += printf("Panorama,");
value = read_ulong(inptr,byteorder,HERE);
+Index: exifprobe-2.0.1/misc.c
+===================================================================
+--- exifprobe-2.0.1.orig/misc.c
++++ exifprobe-2.0.1/misc.c
+@@ -853,7 +853,7 @@ tiff_compression_string(unsigned long co
+ /* will be 0 only if compression tag does not appear */
+ case 0: compression = "unknown format"; break;
+ case 1: compression = "uncompressed"; break; /* TIFF6/TIFF_EP */
+- case 2: compression = "Modifed Huffman RLE compressed"; break; /* TIFF6 */
++ case 2: compression = "Modified Huffman RLE compressed"; break; /* TIFF6 */
+ case 3: compression = "T4 fax encoded"; break; /* TIFF6 */
+ case 4: compression = "T6 fax encoded"; break; /* TIFF6 */
+ case 5: compression = "LZW compressed"; break; /* TIFF6 */
diff --git a/debian/watch b/debian/watch
index 1fe57be..f1e1dd2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
https://github.com/hfiguiere/exifprobe/releases .*/archive/v?(\d\S+)\.tar\.(?:bz2|gz|xz)
--
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