diff --git a/gstlal-ugly/configure.ac b/gstlal-ugly/configure.ac
index 4d72c8744abe4531a306050b287acfac7dedb3a9..e92a27ba4684ccf963f57d7c7db5234e42ddfd0a 100644
--- a/gstlal-ugly/configure.ac
+++ b/gstlal-ugly/configure.ac
@@ -3,7 +3,11 @@
 #
 
 
+<<<<<<< Updated upstream
 AC_INIT([gstlal-ugly],[1.6.1],[gstlal-discuss@ligo.org],[gstlal-ugly])
+=======
+AC_INIT([gstlal-ugly],[1.6.5],[gstlal-discuss@ligo.org],[gstlal-ugly])
+>>>>>>> Stashed changes
 AC_COPYRIGHT([Copyright (C) The authors (see source code for details)])
 # 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-ugly/debian/changelog b/gstlal-ugly/debian/changelog
index fd9e364dd1433551d6a78e29d84a34ff51193f60..dccfeed60975e9676f8916d826e1a964feb605d9 100644
--- a/gstlal-ugly/debian/changelog
+++ b/gstlal-ugly/debian/changelog
@@ -1,3 +1,39 @@
+<<<<<<< Updated upstream
+=======
+gstlal-ugly (1.6.5-1) unstable; urgency=low
+
+  * gstlal_ll_inspiral_aggregator: remove unneccesary Pool, change how kafka
+    topics/partitions are arranged, add --across-jobs option to allow leaders
+
+ -- Alexander Pace <alexander.pace@ligo.org> Thu, 18 Jul 2019 08:47:13 -0700
+
+gstlal-ugly (1.6.4-1) unstable; urgency=low
+  
+  * add options to enable auth, https for inspiral aggregators
+  * add gstlal_ll_inspiral_trigger_aggregator to gstlal-ugly, add job to
+    gstlal_ll_inspiral_pipe
+
+ -- Alexander Pace <alexander.pace@ligo.org> Wed, 05 Jun 2019 12:24:02 -0700
+
+gstlal-ugly (1.6.3-1) unstable; urgency=low
+
+  * gstlal_kafka_dag: add condor universe option into kafka/zookeeper jobs
+  * rough tool to estimate background collected among ifo combos
+
+ -- Alexander Pace <alexander.pace@ligo.org> Thu, 28 Mar 2019 07:44:55 -0700
+
+gstlal-ugly (1.6.2-1) unstable; urgency=low
+
+  * gstlal_svd_bank_checkerboard: Added SVD bank checkerboarding code
+  * some new temp programs
+  * construct_skymap_test_dag: update
+  * gstlal_kafka_dag: add tag information so that multiple analyzes do not
+    have file clashes
+  * Bug fixes and performance improvements
+
+ -- Alexander Pace <alexander.pace@ligo.org> Sun, 17 Mar 2019 09:37:07 -0700
+
+>>>>>>> Stashed changes
 gstlal-ugly (1.6.1-1) unstable; urgency=low
 
   * interpolator: fix bug where interpolator was pushing out nongap buffers
diff --git a/gstlal-ugly/debian/control.in b/gstlal-ugly/debian/control.in
index dab619532c4615e7747720c804491cda0b899721..c4d3ab9b3d0ab89d5006547a36ba784292b03195 100644
--- a/gstlal-ugly/debian/control.in
+++ b/gstlal-ugly/debian/control.in
@@ -47,6 +47,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  libgstreamer-plugins-base1.0-0 (>= @MIN_GSTREAMER_VERSION@),
  libnds2-client (>= @MIN_NDS_VERSION@),
  liborc-0.4-0 (>= 1:@MIN_ORC_VERSION@),
+ python-ligo-scald,
  python (>= @MIN_PYTHON_VERSION@),
  python-gi,
  python-glue (>= @MIN_GLUE_VERSION@),
diff --git a/gstlal-ugly/gstlal-ugly.spec.in b/gstlal-ugly/gstlal-ugly.spec.in
index f8b70615546615a2c49196fef21c56fff0ad2ed0..fc920176c31d195e20d5ed8151d8a4c0f3ddb406 100644
--- a/gstlal-ugly/gstlal-ugly.spec.in
+++ b/gstlal-ugly/gstlal-ugly.spec.in
@@ -11,6 +11,7 @@ Requires: python >= @MIN_PYTHON_VERSION@
 Requires: glue >= @MIN_GLUE_VERSION@
 Requires: python-ligo-lw >= @MIN_LIGO_LW_VERSION@
 Requires: python2-ligo-segments >= @MIN_LIGO_SEGMENTS_VERSION@
+Requires: python2-ligo-scald
 Requires: gobject-introspection >= @MIN_GOBJECT_INTROSPECTION_VERSION@
 Requires: fftw >= 3
 Requires: %{gstreamername} >= @MIN_GSTREAMER_VERSION@