[debhelper-devel] [debhelper] 01/01: qmake.pm: mkdir builddir before starting to configure
Niels Thykier
nthykier at moszumanska.debian.org
Fri Nov 6 21:31:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository debhelper.
commit cafe7c0ec8983bf8eb6b792ab3f90102f66de20f
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date: Sat Oct 3 01:17:09 2015 -0400
qmake.pm: mkdir builddir before starting to configure
Closes: #800738
Signed-off-by: Niels Thykier <niels at thykier.net>
---
Debian/Debhelper/Buildsystem/qmake.pm | 1 +
debian/changelog | 3 +++
2 files changed, 4 insertions(+)
diff --git a/Debian/Debhelper/Buildsystem/qmake.pm b/Debian/Debhelper/Buildsystem/qmake.pm
index 21accb7..0bc53e6 100644
--- a/Debian/Debhelper/Buildsystem/qmake.pm
+++ b/Debian/Debhelper/Buildsystem/qmake.pm
@@ -68,6 +68,7 @@ sub configure {
push @flags, "QMAKE_STRIP=:";
push @flags, "PREFIX=/usr";
+ $this->mkdir_builddir();
$this->doit_in_builddir($qmake, @options, @flags, @_);
}
diff --git a/debian/changelog b/debian/changelog
index a9effec..46750fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,9 @@ debhelper (9.20151005) unstable; urgency=medium
(Closes: #188028)
* cmake.pm: Apply patch from Jonathan Hall to fix an
accidental error hiding. (Closes: #802984)
+ * qmake.pm: Apply patch from Sergio Durigan Junior to
+ create the build dir if it doesn't exist.
+ (Closes: #800738)
[ Translations ]
* Update German translation (Chris Leick)
--
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