[cpl-plugin-amber] 02/02: Add -lcfitsio to amber_oimerge plugin

Ole Streicher olebole at moszumanska.debian.org
Wed May 20 08:38:55 UTC 2015


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

olebole pushed a commit to branch debian
in repository cpl-plugin-amber.

commit 86abf929a7cbeba436d9f01c7047614380197c08
Author: Ole Streicher <olebole at debian.org>
Date:   Wed May 20 10:35:27 2015 +0200

    Add -lcfitsio to amber_oimerge plugin
---
 debian/changelog                    |  1 +
 debian/patches/add_libcfitsio.patch | 14 ++++++++++++++
 debian/patches/series               |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ee69bc8..5b27eee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 cpl-plugin-amber (4.3.3+dfsg-3) unstable; urgency=low
 
   * Limit CI test dependency to plugin
+  * Add -lcfitsio to amber_oimerge plugin
 
  -- Ole Streicher <olebole at debian.org>  Wed, 20 May 2015 09:27:42 +0200
 
diff --git a/debian/patches/add_libcfitsio.patch b/debian/patches/add_libcfitsio.patch
new file mode 100644
index 0000000..44f0377
--- /dev/null
+++ b/debian/patches/add_libcfitsio.patch
@@ -0,0 +1,14 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Add -lcfitsio to amber_oimerge plugin
+ This plugin uses cfitsio directly.
+--- a/recipes/Makefile.am
++++ b/recipes/Makefile.am
+@@ -108,7 +108,7 @@
+ amber_calibrate_la_DEPENDENCIES = $(LIBAMBER)
+ 
+ amber_oimerge_la_SOURCES = amber_oimerge.c
+-amber_oimerge_la_LIBADD = $(LIBAMBER) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
++amber_oimerge_la_LIBADD = $(LIBAMBER) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) $(LIBCFITSIO)
+ amber_oimerge_la_LDFLAGS = -module -avoid-version  $(AM_LDFLAGS)
+ amber_oimerge_la_DEPENDENCIES = $(LIBAMBER)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e804658..69f166d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 set_plugindir.patch
 use-std-paths-for-cpl.patch
+add_libcfitsio.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/cpl-plugin-amber.git



More information about the debian-science-commits mailing list