Skip to content
Snippets Groups Projects
Commit 645f5dd2 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

update Debian build scripts following patches from Steffen

parent f37457b0
No related branches found
No related tags found
No related merge requests found
Showing
with 190 additions and 53 deletions
gstlal-inspiral (0.1.0-1) unstable; urgency=low
gstlal-inspiral (0.1.0~beta0-3) unstable; urgency=low
* First release
* First release 0.1.0
* Rebuild with source format 3.0, dh_python2
* Split off -dev package
* Adjusted description texts
-- Kipp Cannon <kipp.cannon@ligo.org> Wed, 07 Nov 2012 12:00:00 -0500
......@@ -3,24 +3,26 @@ Maintainer: Carsten Aulbert <carsten.aulbert@aei.mpg.de>
Section: lscsoft
Priority: optional
Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Build-Depends:
debhelper (>= 8),
python-dev (>= 2.6),
gstlal-dep (>= 0.2.2),
python-all-dev (>= 2.6),
gstlal-dep (>= 2.2) | gstenvironment,
python-gobject-dev,
lal-dev (>= 6.7.0),
lalmetaio-dev (>= 1.0.4),
lalinspiral-dev (>= 1.3.0),
python-glue (>= 1.42),
libgsl0-dev (>= 1.9),
fakeroot,
autoconf,
pkg-config,
libxml2-dev,
gstlal-dev (>=0.5.0)
gstlal-dev (>= 0.5.0),
gstlal-ugly-dev (>= 0.4.0)
Package: gstlal-inspiral
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python (>= 2.6),
python-glue (>= 1.42),
python-glue-segments (>= 1.42),
......@@ -33,12 +35,30 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
lalinspiral (>= 1.3.0),
libgsl0 (>= 1.9),
libxml2,
gstlal (>=0.5.0)
gstlal-ugly (>=0.4.0)
Description: GStreamer version of LAL (inspiral part)
gstlal provides a suite of GStreamer elements that expose
gravitational-wave data analysis tools from the LAL library for use
in GStreamer signal-processing pipelines. Examples include an element
to add simulated gravitational waves to an h(t) stream, and source
elements that can provide data from .gwf frame files or NDS
servers to a GStreamer pipeline.
gstlal (>= 0.5.0),
gstlal-ugly (>= 0.4.0)
Description: GStreamer for GW data analysis (inspiral parts)
This package provides a variety of gstreamer elements for
gravitational-wave data analysis and some libraries to help write such
elements. The code here sits on top of several other libraries, notably
the LIGO Algorithm Library (LAL), FFTW, the GNU Scientific Library (GSL),
and, of course, GStreamer.
This package contains plugins, libraries, and programs for inspiral data
analysis.
Package: gstlal-inspiral-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
python-all-dev (>= 2.6),
python-gobject-dev,
lal-dev (>= 6.7.0),
lalmetaio-dev (>= 1.0.4),
lalinspiral-dev (>= 1.3.0),
python-glue (>= 1.42),
libgsl0-dev (>= 1.9),
gstlal-inspiral (= ${binary:Version}),
gstlal-dev (>= 0.5.0),
gstlal-ugly-dev (>= 0.4.0)
Description: Files and documentation needed for compiling gstlal-inspiral based plugins and programs.
This package contains the files needed for building gstlal-inspiral based
plugins and programs.
License: GPL
usr/lib/*a
usr/lib/*.so
usr/lib/pkgconfig/*
usr/lib/gstreamer-*/*a
usr/include/*
usr/bin/*
usr/lib/*.so.*
usr/lib/gstreamer-*/*.so*
usr/lib/gstreamer-*/python/*
usr/lib/python*/*/gstlal
#!/usr/bin/make -f
%:
. /opt/lscsoft/gst/etc/gstlal.sh; dh $@
. /opt/lscsoft/gst/etc/gstenvironment.sh; \
dh $@ --with=python2
override_dh_auto_test:
. /opt/lscsoft/gst/etc/gstlal.sh; export PYTHONPATH=$$(pwd)/python; dh $@
. /opt/lscsoft/gst/etc/gstenvironment.sh; \
export PYTHONPATH=$$(pwd)/python; \
dh $@
override_dh_shlibdeps:
. /opt/lscsoft/gst/etc/gstlal.sh; dh "$@" -Xlibgstaudio-0.10.so.0
. /opt/lscsoft/gst/etc/gstenvironment.sh; \
dh "$@" -Xlibgstaudio-0.10.so.0
3.0 (quilt)
gstlal-ugly (0.4.0~beta0-6) unstable; urgency=low
* New release 0.4.0
* Rebuild with source format 3.0, dh_python2
* Split off -dev package
* Adjusted description texts
-- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Thu, 13 Dec 2012 11:10:00 +0100
gstlal-ugly (0.3.1-1) unstable; urgency=low
* New upstream release
......@@ -16,3 +25,4 @@ gstlal-ugly (0.2.0-1) squeeze; urgency=low
* Initial release.
-- Carsten Aulbert <carsten.aulbert@aei.mpg.de> Mon, 16 Apr 2012 13:50:55 +0200
......@@ -3,12 +3,14 @@ Maintainer: Carsten Aulbert <carsten.aulbert@aei.mpg.de>
Section: lscsoft
Priority: optional
Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Build-Depends:
debhelper (>= 8),
python-dev (>= 2.6),
python-all-dev (>= 2.6),
libfftw3-dev (>= 3),
gstlal-dep (>= 0.2.2),
gstlal-dep (>= 2.2) | gstenvironment,
python-gobject-dev,
python-numpy,
lal-dev (>= 6.7.0),
lalframe-dev (>= 1.0.5),
lalmetaio-dev (>= 1.0.4),
......@@ -18,25 +20,25 @@ Build-Depends:
libgsl0-dev (>= 1.9),
ldas-tools-framecpp-dev (>= 1.19.24),
gds-dev (>= 2.15.6),
gds-crtools,
python-glue (>= 1.42),
nds2-client-dev,
cyrus-sasl-dev,
fakeroot,
autoconf,
pkg-config,
libxml2-dev,
liborc-0.4-0 (>= 1:0.4.16),
liborc-0.4-dev (>= 1:0.4.16),
gstlal-dev (>=0.5.0)
gstlal-dev (>= 0.5.0)
Package: gstlal-ugly
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python (>= 2.6),
python-glue (>= 1.42),
python-glue-segments (>= 1.42),
python-pylal (>= 0.1.4),
libfftw3-3,
gstlal-dep (>= 0.2.2),
gstlal-dep (>= 2.2) | gstenvironment,
python-gobject,
python-numpy,
lal (>= 6.7.0),
......@@ -49,15 +51,35 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ldas-tools-framecpp (>= 1.19.24),
gds-core (>= 2.15.6),
gds-crtools (>= 2.15.6),
cyrus-sasl-lib,
nds2-client,
liborc-0.4-0 (>= 1:0.4.16),
libxml2,
gstlal (>=0.5.0)
Description: GStreamer version of LAL (ugly part)
gstlal provides a suite of GStreamer elements that expose
gravitational-wave data analysis tools from the LAL library for use
in GStreamer signal-processing pipelines. Examples include an element
to add simulated gravitational waves to an h(t) stream, and source
elements that can provide data from .gwf frame files or NDS
servers to a GStreamer pipeline.
gstlal (>= 0.5.0~)
Description: GStreamer for GW data analysis (in-development parts)
This package provides a variety of GStreamer elements for
gravitational-wave data analysis and some libraries to help write such
elements. The code here sits on top of several other libraries, notably
the LIGO Algorithm Library (LAL), FFTW, the GNU Scientific Library (GSL),
and, of course, GStreamer.
This package contains the plugins and shared libraries required to run
gstlal-based applications.
Package: gstlal-ugly-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
gstlal-ugly (= ${binary:Version}),
gstlal-dev (>= 0.5.0~),
libfftw3-dev,
libgsl0-dev,
libreadline-dev,
python-gobject-dev,
lal-dev (>= 6.7.0),
lalframe-dev (>= 1.0.5),
lalmetaio-dev (>= 1.0.4),
lalburst-dev (>= 1.1.2),
lalinspiral-dev (>= 1.3.0),
gds-dev, gds-crtools,
nds2-client-dev
Description: Files and documentation needed for compiling gstlal-ugly based plugins and programs.
This package contains the files needed for building gstlal-ugly based
plugins ands programs.
License: GPL
usr/lib/*a
usr/lib/*.so
usr/lib/pkgconfig/*
usr/lib/gstreamer-*/*a
usr/include/*
usr/bin/*
usr/lib/*.so.*
usr/lib/gstreamer-*/*.so*
usr/lib/gstreamer-*/python/*
usr/lib/python*/*/gstlal
#!/usr/bin/make -f
%:
. /opt/lscsoft/gst/etc/gstlal.sh; dh $@
. /opt/lscsoft/gst/etc/gstenvironment.sh; \
dh $@ --with=python2
override_dh_auto_test:
. /opt/lscsoft/gst/etc/gstlal.sh; export PYTHONPATH=$$(pwd)/python; dh $@
. /opt/lscsoft/gst/etc/gstenvironment.sh; \
export PYTHONPATH=$$(pwd)/python; \
dh $@
override_dh_shlibdeps:
. /opt/lscsoft/gst/etc/gstlal.sh; dh "$@" -Xlibgstaudio-0.10.so.0
. /opt/lscsoft/gst/etc/gstenvironment.sh; \
dh "$@" -Xlibgstaudio-0.10.so.0
3.0 (quilt)
gstlal (0.5.0~beta0-3) unstable; urgency=low
* New version 0.5.0
* Rebuild with source format 3.0, dh_python2
* Split off -dev package
* Adjusted description texts
-- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Thu, 13 Dec 2012 10:15:00 +0100
gstlal (0.4.2-2) unstable; urgency=low
* fix control file
......@@ -28,3 +37,4 @@ gstlal (0.2.0-1) UNRELEASED; urgency=low
* Initial release.
-- Carsten Aulbert <carsten.aulbert@aei.mpg.de> Wed, 11 Apr 2012 13:50:09 +0200
......@@ -3,13 +3,14 @@ Maintainer: Carsten Aulbert <carsten.aulbert@aei.mpg.de>
Section: lscsoft
Priority: optional
Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Build-Depends:
debhelper (>= 8),
python-dev (>= 2.6),
python-all-dev (>= 2.6),
liborc-0.4-dev (>= 1:0.4.16),
liborc-0.4-0 (>= 1:0.4.16),
libfftw3-dev (>= 3),
gstlal-dep (>= 0.2.2),
gstlal-dep (>= 2.2) | gstenvironment,
python-gobject-dev,
lal-dev (>= 6.7.0),
lalframe-dev (>= 1.0.5),
......@@ -19,20 +20,19 @@ Build-Depends:
lalinspiral-dev (>= 1.3.0),
libgsl0-dev (>= 1.9),
fakeroot,
autoconf,
pkg-config,
libxml2-dev
Package: gstlal
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python (>= 2.6),
python-glue (>= 1.42),
python-glue-segments (>= 1.42),
python-pylal (>= 0.1.4),
libfftw3-3,
liborc-0.4-0 (>= 1:0.4.16),
gstlal-dep (>= 0.2.2),
gstlal-dep (>= 2.2) | gstenvironment,
python-gobject,
python-numpy,
lal (>= 6.7.0),
......@@ -43,11 +43,32 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
lalinspiral (>= 1.3.0),
libgsl0 (>= 1.9),
libxml2
Description: GStreamer version of LAL
gstlal provides a suite of GStreamer elements that expose
gravitational-wave data analysis tools from the LAL library for use
in GStreamer signal-processing pipelines. Examples include an element
to add simulated gravitational waves to an h(t) stream, and a source
element to provide the contents of .gwf frame files to a GStreamer
pipeline.
Description: GStreamer for GW data analysis (core stable parts)
This package provides a variety of GStreamer elements for
gravitational-wave data analysis and some libraries to help write such
elements. The code here sits on top of several other libraries, notably
the LIGO Algorithm Library (LAL), FFTW, the GNU scientific Library (GSL),
and, of course, GStreamer.
This package contains the plugins and shared libraries required to run
gstlal-based applications.
Package: gstlal-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
gstlal (= ${binary:Version}),
python-all-dev (>= 2.6),
libfftw3-dev (>= 3),
libgsl0-dev (>= 1.9),
liborc-0.4-dev (>= 1:0.4.16),
liborc-0.4-0 (>=1:0.4.16),
gstlal-dep (>= 2.2) | gstenvironment,
python-gobject-dev,
lal-dev (>= 6.7.0),
lalframe-dev (>= 1.0.5),
lalmetaio-dev (>= 1.0.4),
lalsimulation-dev (>= 0.4.0),
lalburst-dev (>= 1.1.2),
lalinspiral-dev (>= 1.3.0)
Description: Files and documentation needed for compiling gstlal based plugins and programs.
This package contains the files needed for building gstlal-based plugins
and programs.
License: GPL
usr/lib/*a
usr/lib/*.so
usr/lib/pkgconfig
usr/lib/gstreamer-*/*a
usr/include
usr/bin/*
usr/lib/*.so.*
usr/lib/gstreamer-*/*.so*
usr/lib/gstreamer-*/python*/*
usr/lib/python*/*/gstlal
#!/usr/bin/make -f
%:
. /opt/lscsoft/gst/etc/gstenvironment.sh; dh $@
. /opt/lscsoft/gst/etc/gstenvironment.sh; \
dh $@ --with=python2
override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
ls -lR $(CURDIR)/debian/tmp
override_dh_auto_test:
. /opt/lscsoft/gst/etc/gstenvironment.sh; export PYTHONPATH=$$(pwd)/python; dh $@
. /opt/lscsoft/gst/etc/gstenvironment.sh; \
export PYTHONPATH=$$(pwd)/python; \
dh $@
override_dh_shlibdeps:
. /opt/lscsoft/gst/etc/gstenvironment.sh; dh "$@" -Xlibgstaudio-0.10.so.0
. /opt/lscsoft/gst/etc/gstenvironment.sh; \
dh "$@" -Xlibgstaudio-0.10.so.0
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