[eso-midas] 02/03: Fix build error for libgmidas.so
Ole Streicher
olebole-guest at moszumanska.debian.org
Thu Jun 5 12:07:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
olebole-guest pushed a commit to branch debian
in repository eso-midas.
commit f010f29872f69aaf98758ac24ac00f56fcb9504b
Author: Ole Streicher <debian at liska.ath.cx>
Date: Thu Jun 5 14:06:26 2014 +0200
Fix build error for libgmidas.so
---
debian/changelog | 6 ++++++
debian/patches/resolve_gmidas_syms.patch | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5a5ae37..da9f64e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+eso-midas (13.09pl1.2+dfsg-3) UNRELEASED; urgency=low
+
+ * include libgmidas shared library
+
+ -- Ole Streicher <debian at liska.ath.cx> Thu, 05 Jun 2014 14:04:51 +0200
+
eso-midas (13.09pl1.2+dfsg-2) unstable; urgency=low
* Fix FTBS when $HOME is missing. Closes: #749010
diff --git a/debian/patches/resolve_gmidas_syms.patch b/debian/patches/resolve_gmidas_syms.patch
index 4bd9bcf..fc1699d 100644
--- a/debian/patches/resolve_gmidas_syms.patch
+++ b/debian/patches/resolve_gmidas_syms.patch
@@ -7,7 +7,7 @@ Description: Link the midas lib to libgmidas to resolve its symbols
rm -f __*
$(RANLIB) $(LIBGMIDAS)
- $(SH_CMD) -o $(LIBGMIDAS_SH) *.o $(DEV_NULL)
-+ $(SH_CMD) -o $(LIBGMIDAS_SH) *.o -lmidas $(DEV_NULL)
++ $(SH_CMD) -o $(LIBGMIDAS_SH) *.o -L -lmidas $(DEV_NULL)
rm -f *.o
clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/eso-midas.git
More information about the debian-science-commits
mailing list