[debhelper-devel] [debhelper] 01/02: Fix breakage in no-act mode introduced in last release.
Joey Hess
joey at kitenet.net
Fri Feb 28 19:20:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
joeyh pushed a commit to branch master
in repository debhelper.
commit 618ce4dbad3263ead8c4085377f3083cb2a383ba
Author: Joey Hess <joey at kitenet.net>
Date: Fri Feb 28 15:00:56 2014 -0400
Fix breakage in no-act mode introduced in last release.
---
Debian/Debhelper/Dh_Lib.pm | 3 +++
debian/changelog | 6 ++++++
2 files changed, 9 insertions(+)
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 377454e..6a79c9c 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -224,6 +224,9 @@ sub doit_noerror {
if (! $dh{NO_ACT}) {
return (system(@_) == 0)
}
+ else {
+ return 1;
+ }
}
# Run a command and display the command to stdout if verbose mode is on.
diff --git a/debian/changelog b/debian/changelog
index c069f7f..d30b89c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (9.20140228) UNRELEASED; urgency=medium
+
+ * Fix breakage in no-act mode introduced in last release.
+
+ -- Joey Hess <joeyh at debian.org> Fri, 28 Feb 2014 14:59:57 -0400
+
debhelper (9.20140227) unstable; urgency=medium
* dh_compress: Avoid compressing .map files, which may be html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git
More information about the debhelper-devel
mailing list