[cpl-plugin-hawki] 10/39: Adjust Debian files for new version

Ole Streicher olebole-guest at alioth.debian.org
Mon Sep 16 19:36:10 UTC 2013


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

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

commit 20cc892d28150ae9d4a549bc1672d48980eff57b
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Jan 15 10:28:42 2013 +0100

    Adjust Debian files for new version
---
 debian/changelog                |    4 ++--
 debian/patches/libadd_cpl.patch |   40 +++++++++++++++++++--------------------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4fe3af4..23e0e58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-cpl-plugin-hawki (1.8.9-1) UNRELEASED; urgency=low
+cpl-plugin-hawki (1.8.10-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #XXXXXX)
 
- -- Ole Streicher <debian at liska.ath.cx>  Mon, 07 Jan 2013 11:07:35 +0100
+ -- Ole Streicher <debian at liska.ath.cx>  Mon, 15 Jan 2013 10:23:00 +0100
diff --git a/debian/patches/libadd_cpl.patch b/debian/patches/libadd_cpl.patch
index 3acc45e..2419a3d 100644
--- a/debian/patches/libadd_cpl.patch
+++ b/debian/patches/libadd_cpl.patch
@@ -8,115 +8,115 @@ Description: Add the cpl libraries to the recips.so and the test program
  hawki_cal_dark_la_SOURCES = hawki_cal_dark.c 
 -hawki_cal_dark_la_LIBADD = $(LIBHAWKI)
 +hawki_cal_dark_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_cal_dark_la_LDFLAGS = -module -avoid-version
+ hawki_cal_dark_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_cal_dark_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_cal_flat_la_SOURCES = hawki_cal_flat.c 
 -hawki_cal_flat_la_LIBADD = $(LIBHAWKI)
 +hawki_cal_flat_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_cal_flat_la_LDFLAGS = -module -avoid-version
+ hawki_cal_flat_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_cal_flat_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_cal_zpoint_la_SOURCES = hawki_cal_zpoint.c 
 -hawki_cal_zpoint_la_LIBADD = $(LIBHAWKI)
 +hawki_cal_zpoint_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_cal_zpoint_la_LDFLAGS = -module -avoid-version
+ hawki_cal_zpoint_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_cal_zpoint_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_util_extinction_la_SOURCES = hawki_util_extinction.c 
 -hawki_util_extinction_la_LIBADD = $(LIBHAWKI)
 +hawki_util_extinction_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_util_extinction_la_LDFLAGS = -module -avoid-version
+ hawki_util_extinction_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_util_extinction_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_cal_distortion_la_SOURCES = hawki_cal_distortion.c 
 -hawki_cal_distortion_la_LIBADD = $(LIBHAWKI)
 +hawki_cal_distortion_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_cal_distortion_la_LDFLAGS = -module -avoid-version
+ hawki_cal_distortion_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_cal_distortion_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_sci_jitter_la_SOURCES = hawki_sci_jitter.c 
 -hawki_sci_jitter_la_LIBADD = $(LIBHAWKI)
 +hawki_sci_jitter_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_sci_jitter_la_LDFLAGS = -module -avoid-version
+ hawki_sci_jitter_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_sci_jitter_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_step_basic_calib_la_SOURCES = hawki_step_basic_calib.c 
 -hawki_step_basic_calib_la_LIBADD = $(LIBHAWKI)
 +hawki_step_basic_calib_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_step_basic_calib_la_LDFLAGS = -module -avoid-version
+ hawki_step_basic_calib_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_step_basic_calib_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_step_stats_la_SOURCES = hawki_step_stats.c 
 -hawki_step_stats_la_LIBADD = $(LIBHAWKI)
 +hawki_step_stats_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_step_stats_la_LDFLAGS = -module -avoid-version
+ hawki_step_stats_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_step_stats_la_DEPENDENCIES = $(LIBHAWKI)
  
- hawki_step_compute_bkg_la_SOURCES = hawki_step_compute_bkg.c 
+ hawki_step_compute_bkg_la_SOURCES = hawki_step_compute_bkg.cc 
 -hawki_step_compute_bkg_la_LIBADD = $(LIBHAWKI)
 +hawki_step_compute_bkg_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_step_compute_bkg_la_LDFLAGS = -module -avoid-version
+ hawki_step_compute_bkg_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_step_compute_bkg_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_step_subtract_bkg_la_SOURCES = hawki_step_subtract_bkg.c 
 -hawki_step_subtract_bkg_la_LIBADD = $(LIBHAWKI)
 +hawki_step_subtract_bkg_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_step_subtract_bkg_la_LDFLAGS = -module -avoid-version
+ hawki_step_subtract_bkg_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_step_subtract_bkg_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_step_stitch_la_SOURCES = hawki_step_stitch.c 
 -hawki_step_stitch_la_LIBADD = $(LIBHAWKI)
 +hawki_step_stitch_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_step_stitch_la_LDFLAGS = -module -avoid-version
+ hawki_step_stitch_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_step_stitch_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_step_apply_dist_la_SOURCES = hawki_step_apply_dist.c 
 -hawki_step_apply_dist_la_LIBADD = $(LIBHAWKI)
 +hawki_step_apply_dist_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_step_apply_dist_la_LDFLAGS = -module -avoid-version
+ hawki_step_apply_dist_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_step_apply_dist_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_step_refine_offsets_la_SOURCES = hawki_step_refine_offsets.c 
 -hawki_step_refine_offsets_la_LIBADD = $(LIBHAWKI)
 +hawki_step_refine_offsets_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_step_refine_offsets_la_LDFLAGS = -module -avoid-version
+ hawki_step_refine_offsets_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_step_refine_offsets_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_step_combine_la_SOURCES = hawki_step_combine.c 
 -hawki_step_combine_la_LIBADD = $(LIBHAWKI)
 +hawki_step_combine_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_step_combine_la_LDFLAGS = -module -avoid-version
+ hawki_step_combine_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_step_combine_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_step_detect_obj_la_SOURCES = hawki_step_detect_obj.c 
 -hawki_step_detect_obj_la_LIBADD = $(LIBHAWKI)
 +hawki_step_detect_obj_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_step_detect_obj_la_LDFLAGS = -module -avoid-version
+ hawki_step_detect_obj_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_step_detect_obj_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_step_photom_2mass_la_SOURCES = hawki_step_photom_2mass.c 
 -hawki_step_photom_2mass_la_LIBADD = $(LIBHAWKI)
 +hawki_step_photom_2mass_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_step_photom_2mass_la_LDFLAGS = -module -avoid-version
+ hawki_step_photom_2mass_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_step_photom_2mass_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_tec_filtchk_la_SOURCES = hawki_tec_filtchk.c 
 -hawki_tec_filtchk_la_LIBADD = $(LIBHAWKI)
 +hawki_tec_filtchk_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_tec_filtchk_la_LDFLAGS = -module -avoid-version
+ hawki_tec_filtchk_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_tec_filtchk_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_util_gendist_la_SOURCES = hawki_util_gendist.c 
 -hawki_util_gendist_la_LIBADD = $(LIBHAWKI)
 +hawki_util_gendist_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_util_gendist_la_LDFLAGS = -module -avoid-version
+ hawki_util_gendist_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_util_gendist_la_DEPENDENCIES = $(LIBHAWKI)
  
  hawki_util_stdstars_la_SOURCES = hawki_util_stdstars.c 
 -hawki_util_stdstars_la_LIBADD = $(LIBHAWKI)
 +hawki_util_stdstars_la_LIBADD = $(LIBHAWKI) $(LIBCPLCORE) $(LIBCPLDFS) $(LIBCPLUI)
- hawki_util_stdstars_la_LDFLAGS = -module -avoid-version
+ hawki_util_stdstars_la_LDFLAGS = -module -avoid-version -no-undefined
  hawki_util_stdstars_la_DEPENDENCIES = $(LIBHAWKI)
 --- a/tests/Makefile.am
 +++ b/tests/Makefile.am

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



More information about the debian-science-commits mailing list