[openmeca] 04/05: init repo

Damien André damien-andre-guest at moszumanska.debian.org
Mon Apr 17 17:35:05 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 ddfccf1f72b898fea51aac218bfcdb59a67f0af1
Author: Damien Andre <dada at yakuru.fr>
Date:   Mon Apr 17 14:17:54 2017 +0200

    init repo
---
 debian/patches/fix-shared-lib-qglviewer | 22 ++++++++++++++++++++++
 debian/patches/series                   |  1 +
 debian/rules                            |  0
 3 files changed, 23 insertions(+)

diff --git a/debian/patches/fix-shared-lib-qglviewer b/debian/patches/fix-shared-lib-qglviewer
new file mode 100644
index 0000000..c8bce43
--- /dev/null
+++ b/debian/patches/fix-shared-lib-qglviewer
@@ -0,0 +1,22 @@
+Description: <short summary of the patch>
+Fix qglviewer shared library name for link.
+.
+ 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..2b52e38
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-shared-lib-qglviewer
diff --git a/debian/rules b/debian/rules
old mode 100644
new mode 100755

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