[openmeca] 07/10: add patch for compilation on debian testing

Damien André damien-andre-guest at moszumanska.debian.org
Mon Apr 10 21:44:01 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 672ba87bd70a3962aa1d8754e15db1dbc925df5c
Author: Damien André <damien.andre at unilim.fr>
Date:   Mon Apr 10 22:36:12 2017 +0200

    add patch for compilation on debian testing
---
 debian/patches/gqlviewer-lib | 23 +++++++++++++++++++++++
 debian/patches/series        |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/gqlviewer-lib b/debian/patches/gqlviewer-lib
new file mode 100644
index 0000000..f4639ca
--- /dev/null
+++ b/debian/patches/gqlviewer-lib
@@ -0,0 +1,23 @@
+Description: <short summary of the patch>
+ Change libqglviewer shared library name for debian compatibility
+ .
+ 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..0b52824
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+gqlviewer-lib

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