[med-svn] [imagevis3d] 02/03: s/QMAKE_LDFLAGS/QMAKE_LFLAGS/

Andreas Tille tille at debian.org
Sun Sep 24 07:08:11 UTC 2017


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

tille pushed a commit to branch master
in repository imagevis3d.

commit 2104832fb9b4f9d0d97335bf2781377dc83bdb7c
Author: Andreas Tille <tille at debian.org>
Date:   Sun Sep 24 08:51:16 2017 +0200

    s/QMAKE_LDFLAGS/QMAKE_LFLAGS/
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 614eb2f..45d47e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ imagevis3d (3.1.0-6) UNRELEASED; urgency=medium
 
   * Moved packaging from SVN to Git
   * Standards-Version: 4.1.0 (no changes needed)
+  * d/rules: s/QMAKE_LDFLAGS/QMAKE_LFLAGS/
+    Closes: #876503
 
  -- Andreas Tille <tille at debian.org>  Sun, 24 Sep 2017 08:44:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 21fc16e..4d00789 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh $@  --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- QMAKE_CXXFLAGS="-fopenmp -DPACKAGE_MANAGER $(CXXFLAGS)" QMAKE_CFLAGS="-fopenmp $(CFLAGS)" QMAKE_LDFLAGS="-fopenmp $(LDFLAGS)"
+	dh_auto_configure -- QMAKE_CXXFLAGS="-fopenmp -DPACKAGE_MANAGER $(CXXFLAGS)" QMAKE_CFLAGS="-fopenmp $(CFLAGS)" QMAKE_LFLAGS="-fopenmp $(LDFLAGS)"
 
 override_dh_clean:
 	dh_clean Build/imagevis3d

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/imagevis3d.git



More information about the debian-med-commit mailing list