Skip to content
Snippets Groups Projects
Commit cc0aeccd authored by Madeline Wade's avatar Madeline Wade
Browse files

gstlal-calibration-0.99-v1 release

parent 79f98e8c
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment