diff --git a/gstlal-calibration/configure.ac b/gstlal-calibration/configure.ac index 1d58ce3b73aa989fc5cc0587e0129fa612f4aa1f..69129483730ef2222ab8a1b9ea4c8c983bee255e 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 f6ed9097367b47ea5876c16ca115cada3cddba36..13dbf1ebf93cc9af453414bf1d632c6699ad35aa 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 c5f25dbe187e02625efc617f0030c60dc6d701a3..223adf09e530833b7dc5fd498ad4d04542139604 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