From d966a328060937878e224f88307a9e0e8c5ee961 Mon Sep 17 00:00:00 2001
From: Madeline Wade <madeline.wade@ligo.org>
Date: Wed, 31 Oct 2018 07:12:15 -0700
Subject: [PATCH] gstlal-calibration-1.2.2 release

---
 gstlal-calibration/configure.ac                      | 2 +-
 gstlal-calibration/debian/changelog                  | 9 +++++++++
 gstlal-calibration/debian/gstlal-calibration.install | 1 +
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/gstlal-calibration/configure.ac b/gstlal-calibration/configure.ac
index d0143a81ef..ac8c063688 100644
--- a/gstlal-calibration/configure.ac
+++ b/gstlal-calibration/configure.ac
@@ -3,7 +3,7 @@
 #
 
 
-AC_INIT([gstlal-calibration],[1.2.1],[gstlal-discuss@ligo.org],[gstlal-calibration])
+AC_INIT([gstlal-calibration],[1.2.2],[gstlal-discuss@ligo.org],[gstlal-calibration])
 AC_COPYRIGHT([Copyright (C) 2008-2018 Madeline Wade, Aaron Viets])
 # a file whose existance can be used to use to check that we are in the
 # top-level directory of the source tree
diff --git a/gstlal-calibration/debian/changelog b/gstlal-calibration/debian/changelog
index 2ad53671b0..07c5ac2d4a 100644
--- a/gstlal-calibration/debian/changelog
+++ b/gstlal-calibration/debian/changelog
@@ -1,3 +1,12 @@
+gstlal-calibration (1.2.2-1) unstable; urgency=low
+
+  * Update gstlal_compute_strain to build muxer from pipeparts, which allows
+    funcionality with gstreamer-1.14
+  * Update to some of the plotting scripts used to test package
+  * Add flexibility into how gating is performed from state vector
+
+ -- Madeline Wade <madeline.wade@ligo.org>  Wed, 31 Oct 2018 10:03:00 -0500
+
 gstlal-calibration (1.2.1-1) unstable; urgency=low
 
   * Minor fix so tests/ directory builds
diff --git a/gstlal-calibration/debian/gstlal-calibration.install b/gstlal-calibration/debian/gstlal-calibration.install
index 01e576889f..eb5590ab23 100644
--- a/gstlal-calibration/debian/gstlal-calibration.install
+++ b/gstlal-calibration/debian/gstlal-calibration.install
@@ -1,3 +1,4 @@
 usr/bin/*
 usr/lib/gstreamer-*/lib*.a
 usr/lib/gstreamer-*/lib*.so
+usr/lib/python*/site-packages/gstlal
-- 
GitLab