[javatools] 01/03: jh_manifest: Interpolate EXCLUDE_FIND again
Niels Thykier
nthykier at alioth.debian.org
Sun Oct 6 06:48:00 UTC 2013
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository javatools.
commit 9775db042cc24a799741a879fd54f2789c598b58
Author: Niels Thykier <niels at thykier.net>
Date: Sun Oct 6 08:38:18 2013 +0200
jh_manifest: Interpolate EXCLUDE_FIND again
Signed-off-by: Niels Thykier <niels at thykier.net>
---
debian/changelog | 9 +++++++++
jh_manifest | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 54a8384..606c948 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+javatools (0.45) UNRELEASED; urgency=low
+
+ * jh_manifest: Fix bug where "EXCLUDE_FIND" was not
+ properly expanded (regression introduced in 0.44).
+ Thanks to Daniel Schepler for reporting it.
+ (Closes: #725440)
+
+ -- Niels Thykier <niels at thykier.net> Sun, 06 Oct 2013 08:37:25 +0200
+
javatools (0.44) unstable; urgency=low
* Add a new minor TAP based test suite.
diff --git a/jh_manifest b/jh_manifest
index b029d35..6928328 100755
--- a/jh_manifest
+++ b/jh_manifest
@@ -166,7 +166,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
}
$manifests = parse_package_file($man) if($man);
if (defined($dh{EXCLUDE_FIND}) && $dh{EXCLUDE_FIND} ne q{}){
- $find_cmd.=q{ '!' \\( $dh{EXCLUDE_FIND} \\) -a };
+ $find_cmd .= qq{ '!' \\( $dh{EXCLUDE_FIND} \\) -a };
}
$find_cmd .= q{ -name '*.jar'};
verbose_print($find_cmd);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git
More information about the pkg-java-commits
mailing list