[debhelper-devel] [debhelper] 01/01: qmake.pm: Remove -nocache parameter

Niels Thykier nthykier at moszumanska.debian.org
Fri Oct 13 17:46: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 644487a7c9785c1f85ac4da1341bfd8337ff3248
Author: Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
Date:   Fri Oct 13 17:45:22 2017 +0000

    qmake.pm: Remove -nocache parameter
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog                          | 5 +++++
 lib/Debian/Debhelper/Buildsystem/qmake.pm | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3eef0e6..8965c5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 debhelper (10.9.2) UNRELEASED; urgency=medium
 
+  [ Niels Thykier ]
   * dh_install: Defer the removal of --list-missing and
     --fail-missing until compat 12.
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * qmake.pm: Remove unnecessary "-nocache" parameter.
+    (Closes: #878427, LP: #1206234)
+
  -- Niels Thykier <niels at thykier.net>  Wed, 11 Oct 2017 05:32:09 +0000
 
 debhelper (10.9.1) unstable; urgency=medium
diff --git a/lib/Debian/Debhelper/Buildsystem/qmake.pm b/lib/Debian/Debhelper/Buildsystem/qmake.pm
index 8ded4cc..2deda36 100644
--- a/lib/Debian/Debhelper/Buildsystem/qmake.pm
+++ b/lib/Debian/Debhelper/Buildsystem/qmake.pm
@@ -58,7 +58,6 @@ sub configure {
 	my @flags;
 
 	push @options, '-makefile';
-	push @options, '-nocache';
 	if (is_cross_compiling()) {
 		my $host_os = dpkg_architecture_value("DEB_HOST_ARCH_OS");
 

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