[openmeca] 04/04: add patch

Damien André damien-andre-guest at moszumanska.debian.org
Sun Apr 16 20:46:38 UTC 2017


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

damien-andre-guest pushed a commit to branch master
in repository openmeca.

commit 5e1cd873c40716f93f163a953dbfbba17d68f86a
Author: Damien Andre <dada at yakuru.fr>
Date:   Sun Apr 16 21:52:21 2017 +0200

    add patch
---
 debian/patches/fix-shared-lib-name-qglviewer | 22 ++++++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/fix-shared-lib-name-qglviewer b/debian/patches/fix-shared-lib-name-qglviewer
new file mode 100644
index 0000000..54cce61
--- /dev/null
+++ b/debian/patches/fix-shared-lib-name-qglviewer
@@ -0,0 +1,22 @@
+Description: <short summary of the patch>
+Fix shared library name problem : qglviewer-qt5.
+ .
+ openmeca (2.2.5-1) unstable; urgency=medium
+ .
+   * Initial release. (Closes: #850590)
+Author: Damien Andre <dada at yakuru.fr>
+Bug-Debian: https://bugs.debian.org/850590
+
+---
+Author: Damien Andre <dada at yakuru.fr>
+--- openmeca-2.2.5.orig/SRC/OpenMeca/OpenMeca.pro
++++ openmeca-2.2.5/SRC/OpenMeca/OpenMeca.pro
+@@ -48,7 +48,7 @@ INCLUDEPATH = ./ ../../ ../ \
+ 
+ LIBS      +=  ../ChronoEngine/BUILD/libchronoengine.a \
+               ../Serialization/BUILD/libserialization.a \
+-              -lqwt-qt5 -lQGLViewer
++              -lqwt-qt5 -lQGLViewer-qt5
+ 
+ CONFIG += c++11
+               
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b7d5b5e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-shared-lib-name-qglviewer

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openmeca.git



More information about the debian-science-commits mailing list