[Debian-astro-commits] [cpl-plugin-template] 73/76: Add -lcfitsio to gicience and gistandard plugins

Ole Streicher olebole at moszumanska.debian.org
Wed Sep 23 09:59:53 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-template.

commit 26f23fdde7c7b201120961c7ba33c8354c297e73
Author: Ole Streicher <olebole at debian.org>
Date:   Wed May 20 11:03:17 2015 +0200

     Add -lcfitsio to gicience and gistandard plugins
---
 debian/changelog                    |  1 +
 debian/patches/add_libcfitsio.patch | 21 +++++++++++++++++++++
 debian/patches/series               |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ed9d905..789de0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 cpl-plugin-giraf (2.14+dfsg-3) unstable; urgency=low
 
   * Limit CI test dependency to plugin
+  * Add -lcfitsio to giscience and gistandard plugins
 
  -- Ole Streicher <olebole at debian.org>  Wed, 20 May 2015 09:27:54 +0200
 
diff --git a/debian/patches/add_libcfitsio.patch b/debian/patches/add_libcfitsio.patch
new file mode 100644
index 0000000..c110720
--- /dev/null
+++ b/debian/patches/add_libcfitsio.patch
@@ -0,0 +1,21 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Add -lcfitsio to gicience and gistandard plugins
+ These plugin uses cfitsio directly.
+--- a/recipes/Makefile.am
++++ b/recipes/Makefile.am
+@@ -57,13 +57,13 @@
+ 
+ giscience_la_SOURCES = giscience.c
+ giscience_la_CPPFLAGS = $(AM_CPPFLAGS) $(IRPLIB_CPPFLAGS) $(CFITSIO_INCLUDES)
+-giscience_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) $(LIBCEXT) $(LIBIRPLIB)
++giscience_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) $(LIBCEXT) $(LIBIRPLIB) $(LIBCFITSIO)
+ giscience_la_LDFLAGS = $(CPL_LDFLAGS) -module -avoid-version
+ giscience_la_DEPENDENCIES = $(LIBGIRAFFE)
+ 
+ gistandard_la_SOURCES = gistandard.c
+ gistandard_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) \
+-                       $(LIBCEXT) $(LIBIRPLIB)
++                       $(LIBCEXT) $(LIBIRPLIB) $(LIBCFITSIO)
+ gistandard_la_LDFLAGS = $(CPL_LDFLAGS) -module -avoid-version
+ gistandard_la_DEPENDENCIES = $(LIBGIRAFFE)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 3d9ae89..7a38c99 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 set_plugindir.patch
 use-std-paths-for-cpl.patch
 force-serial-tests.patch
+add_libcfitsio.patch

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



More information about the Debian-astro-commits mailing list