diff --git a/gstlal-calibration/debian/control.in b/gstlal-calibration/debian/control.in
index 5abf0708147fe64346d00754e8b82378cf55c3fd..172c60716236534e72f02244970055d51fa89758 100644
--- a/gstlal-calibration/debian/control.in
+++ b/gstlal-calibration/debian/control.in
@@ -5,20 +5,20 @@ Priority: optional
 Standards-Version: 3.9.2
 X-Python-Version: >= @MIN_PYTHON_VERSION@
 Build-Depends:
- debhelper (>= 8),
+ debhelper (>= 9),
  fakeroot,
  gstlal-dev (>= @MIN_GSTLAL_VERSION@),
- lal-dev (>= @MIN_LAL_VERSION@),
- lalmetaio-dev (>= @MIN_LALMETAIO_VERSION@),
+ liblal-dev (>= @MIN_LAL_VERSION@),
+ liblalmetaio-dev (>= @MIN_LALMETAIO_VERSION@),
  libgstreamer1.0-dev (>= @MIN_GSTREAMER_VERSION@),
  libgstreamer-plugins-base1.0-dev (>= @MIN_GSTREAMER_VERSION@),
  pkg-config (>= @MIN_PKG_CONFIG_VERSION@),
- python-all-dev (>= @MIN_PYTHON_VERSION@),
- python-numpy
+ python3-all-dev (>= @MIN_PYTHON_VERSION@),
+ python3-numpy
 
 Package: gstlal-calibration
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
  gir1.2-glib-2.0,
  gir1.2-gstreamer-1.0 (>= @MIN_GSTREAMER_VERSION@),
  gir1.2-gst-plugins-base-1.0 (>= @MIN_GSTREAMER_VERSION@),
@@ -32,12 +32,12 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  libgirepository-1.0-1,
  libgstreamer1.0-0 (>= @MIN_GSTREAMER_VERSION@),
  libgstreamer-plugins-base1.0-0 (>= @MIN_GSTREAMER_VERSION@),
- python (>= @MIN_PYTHON_VERSION@),
- python-gi,
- python-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
- python-gst-1.0,
- python-numpy,
- python-scipy
+ python3 (>= @MIN_PYTHON_VERSION@),
+ python3-gi,
+ python3-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
+ python3-gst-1.0,
+ python3-numpy,
+ python3-scipy
 Conflicts:
  gstlal-ugly (<< 0.6.0)
 Description: GStreamer for GW data analysis (calibration parts)