[debhelper-devel] [debhelper] 01/01: Buildsystem: Include documentation of new method

Niels Thykier nthykier at moszumanska.debian.org
Sat Jul 22 17:18:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 43a090ed483b2b789cf1b294a4a7924d7bd16891
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Jul 22 17:17:41 2017 +0000

    Buildsystem: Include documentation of new method
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Buildsystem.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Debian/Debhelper/Buildsystem.pm b/Debian/Debhelper/Buildsystem.pm
index 9dea85e..12f8e07 100644
--- a/Debian/Debhelper/Buildsystem.pm
+++ b/Debian/Debhelper/Buildsystem.pm
@@ -349,6 +349,9 @@ sub doit_in_builddir_noerror {
 	return $this->_in_dir($this->get_buildpath, \&print_and_doit_noerror, @args);
 }
 
+# Changes working directory to the build directory (if needed),
+# calls print_and_complex_doit(@_) and changes working directory back to the
+# top directory.
 sub complex_doit_in_builddir {
 	my ($this, @args) = @_;
 	return $this->_in_dir($this->get_buildpath, \&print_and_complex_doit, @args);

-- 
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