[openmeca] 03/05: update makefile to work well with qt4/qt5

Damien André damien-andre-guest at moszumanska.debian.org
Sat Jan 28 16:21:56 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 b77732c06d4c19a1e4dc0cbca45727fa231d8b9e
Author: Damien André <damien.andre at unilim.fr>
Date:   Sat Jan 28 14:44:43 2017 +0100

    update makefile to work well with qt4/qt5
---
 debian/patches/q      | 38 ++++++++++++++++++++++++++++++++++++++
 debian/patches/series |  1 +
 2 files changed, 39 insertions(+)

diff --git a/debian/patches/q b/debian/patches/q
new file mode 100644
index 0000000..616c67c
--- /dev/null
+++ b/debian/patches/q
@@ -0,0 +1,38 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ openmeca (2.1.7-1) unstable; urgency=medium
+ .
+   [ Damien Andre ]
+   * Initial release. (Closes: #850590)
+Author: Damien Andre <dada at yakuru.fr>
+Bug-Debian: https://bugs.debian.org/850590
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- openmeca-2.1.7.orig/Makefile
++++ openmeca-2.1.7/Makefile
+@@ -8,7 +8,7 @@ endif
+ BINDIR=bin
+ 
+ # The qmake utility location (for unix-like systems)
+-QMAKE=qmake
++QMAKE=qmake -qt=5
+ 
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..bca70f3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+q

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