[Debian-astro-commits] [cpl-plugin-template] 17/76: Add libcext to the link list

Ole Streicher olebole at moszumanska.debian.org
Wed Sep 23 09:59:47 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 0268f26965cfb6af2f169236f047d5d26f12cc7f
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Sep 17 09:37:03 2013 +0200

    Add libcext to the link list
---
 debian/patches/libadd_cpl.patch | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/patches/libadd_cpl.patch b/debian/patches/libadd_cpl.patch
index b0d5639..c058bfb 100644
--- a/debian/patches/libadd_cpl.patch
+++ b/debian/patches/libadd_cpl.patch
@@ -7,43 +7,43 @@ Description: Add the cpl libraries to the recips.so and the test program
  
  gimasterflat_la_SOURCES = gimasterflat.c
 -gimasterflat_la_LIBADD = $(LIBGIRAFFE)
-+gimasterflat_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
++gimasterflat_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) $(LIBCEXT)
  gimasterflat_la_LDFLAGS = -module -avoid-version
  gimasterflat_la_DEPENDENCIES = $(LIBGIRAFFE)
  
  gimasterbias_la_SOURCES = gimasterbias.c
 -gimasterbias_la_LIBADD = $(LIBGIRAFFE)
-+gimasterbias_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
++gimasterbias_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) $(LIBCEXT)
  gimasterbias_la_LDFLAGS = -module -avoid-version
  gimasterbias_la_DEPENDENCIES = $(LIBGIRAFFE)
  
  gimasterdark_la_SOURCES = gimasterdark.c
 -gimasterdark_la_LIBADD = $(LIBGIRAFFE)
-+gimasterdark_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
++gimasterdark_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) $(LIBCEXT)
  gimasterdark_la_LDFLAGS = -module -avoid-version
  gimasterdark_la_DEPENDENCIES = $(LIBGIRAFFE)
  
  giwavecalibration_la_SOURCES = giwavecalibration.c
 -giwavecalibration_la_LIBADD = $(LIBGIRAFFE)
-+giwavecalibration_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
++giwavecalibration_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) $(LIBCEXT)
  giwavecalibration_la_LDFLAGS = -module -avoid-version
  giwavecalibration_la_DEPENDENCIES = $(LIBGIRAFFE)
  
  giscience_la_SOURCES = giscience.c
 -giscience_la_LIBADD = $(LIBGIRAFFE)
-+giscience_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
++giscience_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) $(LIBCEXT)
  giscience_la_LDFLAGS = -module -avoid-version
  giscience_la_DEPENDENCIES = $(LIBGIRAFFE)
  
  gistandard_la_SOURCES = gistandard.c
 -gistandard_la_LIBADD = $(LIBGIRAFFE)
-+gistandard_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
++gistandard_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) $(LIBCEXT)
  gistandard_la_LDFLAGS = -module -avoid-version
  gistandard_la_DEPENDENCIES = $(LIBGIRAFFE)
  
  giframestack_la_SOURCES = giframestack.c
 -giframestack_la_LIBADD = $(LIBGIRAFFE)
-+giframestack_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
++giframestack_la_LIBADD = $(LIBGIRAFFE) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI) $(LIBCEXT)
  giframestack_la_LDFLAGS = -module -avoid-version
  giframestack_la_DEPENDENCIES = $(LIBGIRAFFE)
 --- a/tests/Makefile.am

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