[maven-debian-helper] 01/01: Updated path for mvnDebug in mh_make (Closes: #726609)
Christopher Hoskin
christopher.hoskin at gmail.com
Sun Jun 5 12:28:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
grinorcole-guest pushed a commit to branch master
in repository maven-debian-helper.
commit 1a0d08b120ea40dce31ed22939419e9af8b69d3a
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Sun Jun 5 13:27:13 2016 +0100
Updated path for mvnDebug in mh_make (Closes: #726609)
---
bin/mh_make | 2 +-
debian/changelog | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/bin/mh_make b/bin/mh_make
index 62fe036..2bcf4ff 100755
--- a/bin/mh_make
+++ b/bin/mh_make
@@ -134,7 +134,7 @@ if [ ! -x /usr/bin/apt-file ]; then
exit 1
else
res="ok"
- apt-file search /usr/bin/mvnDebug | grep maven > /dev/null || res="failed"
+ apt-file search /usr/share/maven/bin/mvnDebug | grep maven > /dev/null || res="failed"
if [ $? != 0 ] || [ "$res" == "failed" ]; then
echo "Warning: apt-file doesn't seem to be configured"
apt-file update
diff --git a/debian/changelog b/debian/changelog
index 4e3a429..0a65d1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,10 @@
maven-debian-helper (2.0.7) UNRELEASED; urgency=medium
* Team upload.
- * Fix "mh_resolve_dependencies fails to honour --verbose option" (Closes: #820161)
+ * Fix "mh_resolve_dependencies fails to honour --verbose option"
+ (Closes: #820161)
+ * Fix "Using wrong path to mvnDebug when checking if apt-file"
+ Updated path for mvnDebug in mh_make (Closes: #726609)
-- Christopher Hoskin <christopher.hoskin at gmail.com> Sat, 09 Apr 2016 21:47:26 +0100
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git
More information about the pkg-java-commits
mailing list