This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libmetadata-extractor-java.
commit 7c3cf78129d27bd5bce2683efddfe37f65b8f387 Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 10 15:53:23 2015 +0100 Removed 02-fix-exifreader-regression.patch (fixed upstream) --- debian/changelog | 4 +++- debian/patches/02-fix-exifreader-regression.patch | 14 -------------- debian/patches/series | 1 - 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 85f4f48..81b901c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -libmetadata-extractor-java (2.6.4-3) UNRELEASED; urgency=medium +libmetadata-extractor-java (2.7.2-1) UNRELEASED; urgency=medium + * New upstream release + - Removed 02-fix-exifreader-regression.patch (fixed upstream) * Moved the package to Git * debian/watch: Watch the release tags on Github * debian/orig-tar.sh: Download the sources from Github diff --git a/debian/patches/02-fix-exifreader-regression.patch b/debian/patches/02-fix-exifreader-regression.patch deleted file mode 100644 index b2a10f9..0000000 --- a/debian/patches/02-fix-exifreader-regression.patch +++ /dev/null @@ -1,14 +0,0 @@ -Description: Fixes a regression in ExifReader with geotagged images -Author: Emmanuel Bourg <[email protected]> -Bug: https://code.google.com/p/metadata-extractor/issues/detail?id=94 ---- a/Source/com/drew/metadata/exif/ExifReader.java -+++ b/Source/com/drew/metadata/exif/ExifReader.java -@@ -233,7 +233,7 @@ - // This error suggests that we are processing at an incorrect index and will generate - // rubbish until we go out of bounds (which may be a while). Exit now. - directory.addError("Invalid TIFF tag format code: " + formatCode); -- return; -+ continue; - } - - // 4 bytes dictate the number of components in this tag's data diff --git a/debian/patches/series b/debian/patches/series index 893e0a7..50bb18b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ 01_build.patch -02-fix-exifreader-regression.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libmetadata-extractor-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

