[med-svn] [bandage] 02/02: patch makefile generation with qmake
Cédric Lood
milt0n-guest at moszumanska.debian.org
Fri Aug 25 21:09:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
milt0n-guest pushed a commit to branch master
in repository bandage.
commit b966796a67173655e65b0427a926f602ed22e099
Author: Cedric Lood <cedric.lood at kuleuven.be>
Date: Fri Aug 25 23:09:52 2017 +0200
patch makefile generation with qmake
---
debian/patches/fix_include_vars_makefile.patch | 19 +++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 20 insertions(+)
diff --git a/debian/patches/fix_include_vars_makefile.patch b/debian/patches/fix_include_vars_makefile.patch
new file mode 100644
index 0000000..9f7599e
--- /dev/null
+++ b/debian/patches/fix_include_vars_makefile.patch
@@ -0,0 +1,19 @@
+Description: Fix the redundant include variables in Bandage.pro
+ qmake uses Bandage.pro to generate a makefile, the inclusion of the includepath vars results
+ in a build failure.
+Author: Cédric Lood <cedric.lood at kuleuven.be>
+Last-Update: Fri, 25 Aug 2017 22:55:23 +0200
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- bandage.orig/Bandage.pro
++++ bandage/Bandage.pro
+@@ -260,9 +260,6 @@
+ images/images.qrc
+
+
+-unix:INCLUDEPATH += /usr/include/
+-unix:LIBS += -L/usr/lib
+-
+ # The following settings are compatible with OGDF being built in 64 bit release mode using Visual Studio 2013
+ win32:LIBS += -lpsapi
+ win32:RC_FILE = images/myapp.rc
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..379ed7b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_include_vars_makefile.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bandage.git
More information about the debian-med-commit
mailing list