[uqm] 03/12: Imported Debian patch 0.6.2.dfsg-9.1

Andreas Beckmann anbe at moszumanska.debian.org
Thu Apr 7 15:43:54 UTC 2016


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

anbe pushed a commit to branch master
in repository uqm.

commit 308688eab11226d20bd2db1f04ac1557087e69d5
Author: Andreas Beckmann <anbe at debian.org>
Date:   Fri Sep 18 12:37:50 2015 +0200

    Imported Debian patch 0.6.2.dfsg-9.1
---
 debian/changelog  | 7 +++++++
 sc2/build.vars.in | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 077c139..c5364a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+uqm (0.6.2.dfsg-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix missing -lm, thanks to Peter Piwowarski.  (Closes: #792920)
+
+ -- Andreas Beckmann <anbe at debian.org>  Fri, 18 Sep 2015 12:37:50 +0200
+
 uqm (0.6.2.dfsg-9) unstable; urgency=low
 
   * Added .desktop file, closes: #452650,
diff --git a/sc2/build.vars.in b/sc2/build.vars.in
index 316edbd..c092ac6 100644
--- a/sc2/build.vars.in
+++ b/sc2/build.vars.in
@@ -30,7 +30,7 @@ SED='@SED@'
 REZ='@REZ@'
 WINDRES='@WINDRES@'
 uqm_CFLAGS='@CFLAGS@ -g'
-uqm_LDFLAGS='@LDFLAGS@'
+uqm_LDFLAGS='@LDFLAGS@ -lm'
 uqm_INSTALL_BINDIR=$DESTDIR'@INSTALL_BINDIR@'
 uqm_INSTALL_LIBDIR=$DESTDIR'@INSTALL_LIBDIR@'
 uqm_INSTALL_SHAREDIR=$DESTDIR'@INSTALL_SHAREDIR@'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/uqm.git



More information about the Pkg-games-commits mailing list