Skip to content
Snippets Groups Projects
Commit 3d020944 authored by Steffen Grunewald's avatar Steffen Grunewald :wink:
Browse files

Update gstlal-calibration/debian/control.in: Upgrade to python3, new LAL

parent 654482fb
No related branches found
No related tags found
1 merge request!32Debian changes (Buster and up, using new GDS and LAL suites)
......@@ -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)
......
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