]> git.donarmstrong.com Git - debhelper.git/commitdiff
Improve -v logging. Closes: #672448
authorJoey Hess <joey@kitenet.net>
Fri, 11 May 2012 15:59:09 +0000 (11:59 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 11 May 2012 15:59:09 +0000 (11:59 -0400)
Debian/Debhelper/Buildsystem.pm
debian/changelog

index c1a10e5eb39083c95e40dc6e52ec93b93e0e7219..8fde2159fa89679faf9f7b7bcd744b791b231d32 100644 (file)
@@ -287,8 +287,8 @@ sub mkdir_builddir {
 
 sub _cd {
        my ($this, $dir)=@_;
+       verbose_print("cd $dir");
        if (! $dh{NO_ACT}) {
-               verbose_print("cd $dir");
                chdir $dir or error("error: unable to chdir to $dir");
        }
 }
index 935b69252b33e0f072fb141f760db8384d512194..7754fd64126f477d1dfd845718487bbad5106275 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (9.20120510) UNRELEASED; urgency=low
+
+  * Improve -v logging. Closes: #672448
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 11 May 2012 11:58:53 -0400
+
 debhelper (9.20120509) unstable; urgency=low
 
   * dh_installman: Recognize sections from mdoc .Dt entries. Closes: #670210