Source: ldas-tools-filters
Section: science
Priority: optional
Maintainer: Steffen Grunewald <steffen.grunewald@ligo.org>
Homepage: "https://wiki.ligo.org/Computing/LDASTools"
Build-Depends: debhelper-compat (= 13),
         cmake,
         pkg-config,
	       zlib1g-dev,
	       libssl-dev,
	       doxygen,
	       bc,
	       file,
	       time,
         ldas-tools-cmake (>= 1.4.0),
	       ldas-tools-al-dev (>= 2.8.0)
Standards-Version: 4.6.2
Rules-Requires-Root: no

Package: ldas-tools-filters
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
	 zlib1g,
	 ldas-tools-al (>= 2.8.0)
Description: LDAS tools libfilters toolkit runtime files
 The LDAS (LIGO Data Analysis System) filters library provides a comprehensive
 set of digital signal processing algorithms and tools specifically designed
 for gravitational wave data analysis. This package contains the runtime
 libraries implementing various filtering algorithms including FIR and IIR
 filters, windowing functions, resampling, and interpolation routines.

Package: ldas-tools-filters-dev
Architecture: any
Depends: ${misc:Depends},
	 automake,
	 libtool,
	 zlib1g-dev,
	 libssl-dev,
	 ldas-tools-al-dev (>= 2.8.0),
	 ldas-tools-filters (= ${binary:Version})
Description: LDAS tools libfilters toolkit development files
 This package provides the development files (headers, static libraries,
 and pkg-config files) for the LDAS filters library. These files are
 necessary for developing applications that use the LDAS filtering
 algorithms for digital signal processing in gravitational wave data
 analysis pipelines.
