From cc0aeccd345bac693b97631bb5f9dc4face4080c Mon Sep 17 00:00:00 2001 From: Madeline Wade <madeline.wade@ligo.org> Date: Sat, 2 Jul 2016 01:01:52 -0400 Subject: [PATCH] gstlal-calibration-0.99-v1 release --- gstlal-calibration/configure.ac | 9 ++++----- gstlal-calibration/debian/changelog | 6 ++++++ gstlal-calibration/tests/Makefile.am | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/gstlal-calibration/configure.ac b/gstlal-calibration/configure.ac index 1d58ce3b73..6912948373 100644 --- a/gstlal-calibration/configure.ac +++ b/gstlal-calibration/configure.ac @@ -3,8 +3,8 @@ # -AC_INIT([gstlal-calibration],[0.5.10],[gstlal-discuss@ligo.org],[gstlal-calibration]) -AC_COPYRIGHT([Copyright (C) 2008--2015 Madeline Wade]) +AC_INIT([gstlal-calibration],[0.99],[gstlal-discuss@ligo.org],[gstlal-calibration]) +AC_COPYRIGHT([Copyright (C) 2008--2016 Madeline Wade]) # a file whose existance can be used to use to check that we are in the # top-level directory of the source tree AC_CONFIG_SRCDIR([gnuscripts/ltmain.sh]) @@ -19,7 +19,6 @@ AC_CONFIG_FILES([ \ debian/control \ debian/Makefile \ gst/Makefile \ - gst/python/Makefile \ gst/lal/Makefile \ python/Makefile \ tests/Makefile \ @@ -230,8 +229,8 @@ AX_PYTHON_PYLAL() # -AC_SUBST([MIN_GSTLAL_VERSION], [0.10.4]) -AC_SUBST([MIN_GSTLALUGLY_VERSION], [0.9.2]) +AC_SUBST([MIN_GSTLAL_VERSION], [0.99]) +AC_SUBST([MIN_GSTLALUGLY_VERSION], [0.99]) PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}]) AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`]) AX_GSTLAL_SPLIT_VERSION([GSTLAL_VERSION]) diff --git a/gstlal-calibration/debian/changelog b/gstlal-calibration/debian/changelog index f6ed909736..13dbf1ebf9 100644 --- a/gstlal-calibration/debian/changelog +++ b/gstlal-calibration/debian/changelog @@ -1,3 +1,9 @@ +gstlal-calibration (0.99-1) unstable; urgency=low + + * First iteration of gstreamer-1.x calibration package + + -- Madeline Wade <madeline.wade@ligo.org> Fri, 01 Jul 2016 00:00:00 -0500 + gstlal-calibration (0.5.10-1) unstable; urgency=low * Update to smoothing routine for factors to use median method diff --git a/gstlal-calibration/tests/Makefile.am b/gstlal-calibration/tests/Makefile.am index c5f25dbe18..223adf09e5 100644 --- a/gstlal-calibration/tests/Makefile.am +++ b/gstlal-calibration/tests/Makefile.am @@ -3,7 +3,7 @@ EXTRA_DIST = \ lal_logical_undersampler_test_01.py \ test_common.py -TESTS = lal_logical_undersampler_test_01.py +#TESTS = lal_logical_undersampler_test_01.py clean-local : rm -f *.dump -- GitLab