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 98d3f9cf40eba4769be485e6a7f4dd6fceddc2fd Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 10 16:56:46 2015 +0100 No longer install the now missing upstream changelog --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 857b0a3..a06e5bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libmetadata-extractor-java (2.7.2-1) UNRELEASED; urgency=medium - Removed 02-fix-exifreader-regression.patch (fixed upstream) * debian/rules: - Set the lib-xmp and lib-junit parameters to configure the classpath + - No longer install the now missing upstream changelog * 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/rules b/debian/rules index c708054..3bcda2f 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,6 @@ JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := dist-binaries javadoc DEB_ANT_ARGS := -Dlib-xmp=/usr/share/java/xmpcore.jar -Dlib-junit=/usr/share/java/junit4.jar DEB_JARS := ant-junit ant-junit4 -DEB_INSTALL_CHANGELOGS_ALL := ChangeLog.txt PACKAGE := libmetadata-extractor-java clean:: -- 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

