diff --git a/lal/debian/changelog b/lal/debian/changelog index 6f2d24efbf8090fe29291a7338b90403317a69b5..7172b3ca4f51769078ef8030f25f0fb5e8a62f44 100644 --- a/lal/debian/changelog +++ b/lal/debian/changelog @@ -1,3 +1,9 @@ +lal (6.3-1lscsoft1) unstable; urgency=low + + * LAL 6.3 + + -- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Thu, 03 Sep 2009 16:00:00 +0200 + lal (6.2-1lscsoft1) unstable; urgency=low * LAL 6.2 diff --git a/lalapps/debian/changelog b/lalapps/debian/changelog index d37dddc9d8813ba2565773f6f6dae15b07d8d52a..2f46f4a9f6f7fb24f475e96e5fd99e67e2716aae 100644 --- a/lalapps/debian/changelog +++ b/lalapps/debian/changelog @@ -1,3 +1,9 @@ +lalapps (6.3-1lscsoft1) unstable; urgency=low + + * LALApps 6.3 + + -- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Thu, 03 Sep 2009 16:00:00 +0200 + lalapps (6.2-1lscsoft2) unstable; urgency=low * LALApps 6.2 with dynamic python version fix diff --git a/lalapps/debian/control b/lalapps/debian/control index f63f034095114199f52c2b7babb127bd24c89cbc..5f4288fe913d145492a4baf081b52cda452ebb93 100644 --- a/lalapps/debian/control +++ b/lalapps/debian/control @@ -2,12 +2,12 @@ Source: lalapps Section: lscsoft Priority: optional Maintainer: Steffen Grunewald <steffen.grunewald@aei.mpg.de> -Build-Depends: debhelper (>= 5), autotools-dev, automake, m4, libgsl0-dev (>= 1.9), libframe-dev (>= 8.0), libmetaio-dev (>= 8.2), fftw3-dev, zlib1g-dev, libxml2-dev (>= 2.6), libcfitsio3-dev, git-core (>= 1.5), lal-dev (>= 6.0), lal (>= 6.0), pkg-config, python2.4-dev, python2.5-dev, python-dev (>= 2.4) +Build-Depends: debhelper (>= 5), autotools-dev, automake, m4, libgsl0-dev (>= 1.9), libframe-dev (>= 8.0), libmetaio-dev (>= 8.2), fftw3-dev, zlib1g-dev, libxml2-dev (>= 2.6), libcfitsio3-dev, git-core (>= 1.5), lal-dev (>= 6.3), lal (>= 6.3), lalstochastic-dev (>= 1.0), lalstochastic (>= 1.0), pkg-config, python2.4-dev, python2.5-dev, python-dev (>= 2.4) Standards-Version: 3.7.2 Package: lalapps Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g, libgsl0 (>= 1.9) | libgsl0ldbl (>= 1.10), libframe1 (>= 8.0), libmetaio1 (>=8.2), fftw3, libcfitsio3, lal (>= 6.0), libxml2 (>= 2.6), python (>= 2.4) +Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g, libgsl0 (>= 1.9) | libgsl0ldbl (>= 1.10), libframe1 (>= 8.0), libmetaio1 (>=8.2), fftw3, libcfitsio3, lal (>= 6.3), lalstochastic (>= 1.0), libxml2 (>= 2.6), python (>= 2.4) Recommends: python2.4, python2.5 Description: LSC Algorithm Library Applications The LSC Algorithm Library Applications for gravitational wave data analysis. diff --git a/lalapps/debian/rules b/lalapps/debian/rules index 5a962c03a692f583da65b2bce2a863ee96e6af3e..beb66c3a28a72ef9cf806111d7dbd4654ef9e7a6 100755 --- a/lalapps/debian/rules +++ b/lalapps/debian/rules @@ -19,6 +19,7 @@ PREFIX = /opt/lscsoft/lalapps FRAMEPREFIX = /opt/lscsoft/libframe METAIOPREFIX = /opt/lscsoft/libmetaio LALPREFIX = /opt/lscsoft/lal +LALSTOCHPREFIX = /opt/lscsoft/lalstochastic CFLAGS = -Wall -g @@ -37,7 +38,7 @@ config.status: configure # LDFLAGS="-Wl,-z,defs" \ # moved to install # CFLAGS="$(CFLAGS)" \ -# PKG_CONFIG_PATH=$(FRAMEPREFIX)/lib/pkgconfig:$(METAIOPREFIX)/lib/pkgconfig:$(LALPREFIX)/lib/pkgconfig \ +# PKG_CONFIG_PATH=$(FRAMEPREFIX)/lib/pkgconfig:$(METAIOPREFIX)/lib/pkgconfig:$(LALPREFIX)/lib/pkgconfig:$(LALSTOCHPREFIX)/lib/pkgconfig \ # ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ # --prefix=$(PREFIX) \ # --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ @@ -74,25 +75,20 @@ install: build for v in 2.4 2.5; do \ PYTHON="python$$v" \ CFLAGS="$(CFLAGS)" \ - PKG_CONFIG_PATH=$(FRAMEPREFIX)/lib/pkgconfig:$(METAIOPREFIX)/lib/pkgconfig:$(LALPREFIX)/lib/pkgconfig \ + PKG_CONFIG_PATH=$(FRAMEPREFIX)/lib/pkgconfig:$(METAIOPREFIX)/lib/pkgconfig:$(LALPREFIX)/lib/pkgconfig:$(LALSTOCHPREFIX)/lib/pkgconfig \ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=$(PREFIX) \ --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ --enable-nightly=no \ --enable-frame --enable-metaio \ --disable-debug \ - --disable-gcc-flags ; \ + --disable-gcc-flags ; \ PYTHON="python$$v" \ $(MAKE) ; \ - echo "tree after build:" ; \ - ls -lR $(CURDIR)/debian ; \ PYTHON="python$$v" \ $(MAKE) DESTDIR=$(CURDIR)/debian/lalapps install ; \ - echo "tree after install:" ; \ - ls -lR $(CURDIR)/debian ; \ + PYTHON="python$$v" \ $(MAKE) clean ; \ - echo "tree after clean:" ; \ - ls -lR $(CURDIR)/debian ; \ done set -e; \ for i in `find debian -mindepth 2 -type f ! -perm 755`; do \ @@ -117,7 +113,7 @@ binary-common: build install dh_installexamples # dh_install # dh_installmenu -# dh_installdebconf +# dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam diff --git a/lalstochastic/debian/changelog b/lalstochastic/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..922aa1b2e76779d0b7f97c808acac96e0f67e75e --- /dev/null +++ b/lalstochastic/debian/changelog @@ -0,0 +1,6 @@ +lalstochastic (1.0-1lscsoft1) unstable; urgency=low + + * LALStochastic for LAL 6.3 + + -- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Thu, 03 Sep 2009 16:00:00 +0200 + diff --git a/lalstochastic/debian/compat b/lalstochastic/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..7ed6ff82de6bcc2a78243fc9c54d3ef5ac14da69 --- /dev/null +++ b/lalstochastic/debian/compat @@ -0,0 +1 @@ +5 diff --git a/lalstochastic/debian/control b/lalstochastic/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..6678ec24647b8057040db5e0bd83731e5998aada --- /dev/null +++ b/lalstochastic/debian/control @@ -0,0 +1,27 @@ +Source: lalstochastic +Section: lscsoft +Priority: optional +Maintainer: Steffen Grunewald <steffen.grunewald@aei.mpg.de> +#Build-Depends: debhelper (>= 5), autotools-dev, automake, m4, libgsl0-dev (>= 1.9), libframe-dev (>= 8.0), libmetaio-dev (>= 8.2), fftw3-dev, zlib1g-dev, libxml2-dev (>= 2.6), libcfitsio3-dev, git-core (>= 1.5), lal-dev (>= 6.3), lal (>= 6.3), pkg-config, python2.4-dev, python2.5-dev, python-dev (>= 2.4) +Build-Depends: debhelper (>= 5), autotools-dev, automake, m4, libgsl0-dev (>= 1.9), libframe-dev (>= 8.0), libmetaio-dev (>= 8.2), fftw3-dev, zlib1g-dev, lal-dev (>= 6.3), lal (>= 6.3), pkg-config +Standards-Version: 3.7.2 + +Package: lalstochastic +Architecture: any +#Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g, libgsl0 (>= 1.9) | libgsl0ldbl (>= 1.10), libframe1 (>= 8.0), libmetaio1 (>=8.2), fftw3, libcfitsio3, lal (>= 6.3), libxml2 (>= 2.6), python (>= 2.4) +Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g, libgsl0 (>= 1.9) | libgsl0ldbl (>= 1.10), libframe1 (>= 8.0), libmetaio1 (>=8.2), fftw3, lal (>= 6.3) +#Recommends: python2.4, python2.5 +Description: LSC Algorithm Library Stochastic + The LSC Algorithm Stochastic Library for gravitational wave data analysis. + This package contains the shared-object libraries needed to run applications + that use the LAL Stochastic library. + +Package: lalstochastic-dev +Architecture: any +#Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g, libgsl0 (>= 1.9) | libgsl0ldbl (>= 1.10), libframe1 (>= 8.0), libmetaio1 (>=8.2), fftw3, libcfitsio3, lal (>= 6.3), libxml2 (>= 2.6), python (>= 2.4) +Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g, libgsl0 (>= 1.9) | libgsl0ldbl (>= 1.10), libframe1 (>= 8.0), libmetaio1 (>=8.2), fftw3, lal-dev (>= 6.3) +#Recommends: python2.4, python2.5 +Description: LSC Algorithm Library Stochastic Developers + The LSC Algorithm Stochastic Library for gravitational wave data analysis. + This package contains files needed build applications that use the LAL + Stochastic library. diff --git a/lalstochastic/debian/copyright b/lalstochastic/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..c447b39d02a1998530734acd53ec0c6c17742704 --- /dev/null +++ b/lalstochastic/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Steffen Grunewald <steffen.grunewald@aei.mpg.de> on +Fri, 5 Oct 2007 13:11:00 +0200. + +It was checked out from the LSCSOFT CVS. +Official releases can be downloaded from http://lsc-group.phys.uwm.edu/daswg/software + +Upstream Authors: LIGO Scientific Collaboration + +Copyright: + +License: + + + +The Debian packaging is (C) 2007, Steffen Grunewald <steffen.grunewald@aei.mpg.de>. diff --git a/lalstochastic/debian/docs b/lalstochastic/debian/docs new file mode 100644 index 0000000000000000000000000000000000000000..8b1a8fa767de2c4f7bda90ab0c13a1486f1a62c9 --- /dev/null +++ b/lalstochastic/debian/docs @@ -0,0 +1,5 @@ +#NEWS +#README +#README.bugs +#README.contrib +doc/*.pdf diff --git a/lalstochastic/debian/lalstochastic-dev.dirs b/lalstochastic/debian/lalstochastic-dev.dirs new file mode 100644 index 0000000000000000000000000000000000000000..0a2af5e04ce06de97b7130cf4e31fa518498401e --- /dev/null +++ b/lalstochastic/debian/lalstochastic-dev.dirs @@ -0,0 +1,6 @@ +#opt/lscsoft/lalstochastic/bin +opt/lscsoft/lalstochastic/include +opt/lscsoft/lalstochastic/lib/pkgconfig +#opt/lscsoft/lalstochastic/share/lal +#opt/lscsoft/lalstochastic/share/man/man1 +#opt/lscsoft/lalstochastic/share/man/man3 diff --git a/lalstochastic/debian/lalstochastic-dev.install b/lalstochastic/debian/lalstochastic-dev.install new file mode 100644 index 0000000000000000000000000000000000000000..ca60ee4efc9d883ce43036f952d4a5473eadbb83 --- /dev/null +++ b/lalstochastic/debian/lalstochastic-dev.install @@ -0,0 +1,7 @@ +#opt/lscsoft/lalstochastic/bin/lal-config +opt/lscsoft/lalstochastic/include/lal* +opt/lscsoft/lalstochastic/lib/*a +opt/lscsoft/lalstochastic/lib/pkgconfig +#opt/lscsoft/lalstochastic/share/man/man1/lal-config.1* +#opt/lscsoft/lalstochastic/share/man/man3/lal.3* +#opt/lscsoft/lalstochastic/share/lal diff --git a/lalstochastic/debian/lalstochastic.dirs b/lalstochastic/debian/lalstochastic.dirs new file mode 100644 index 0000000000000000000000000000000000000000..6be1562e883100a487a71eac29f304e0020db1d7 --- /dev/null +++ b/lalstochastic/debian/lalstochastic.dirs @@ -0,0 +1,5 @@ +#opt/lscsoft/lalstochastic/bin +opt/lscsoft/lalstochastic/etc +opt/lscsoft/lalstochastic/lib +#opt/lscsoft/lalstochastic/sbin +opt/lscsoft/lalstochastic/share diff --git a/lalstochastic/debian/lalstochastic.install b/lalstochastic/debian/lalstochastic.install new file mode 100644 index 0000000000000000000000000000000000000000..0aeeccbb8e3825a6e1873b8ab641779877102f6f --- /dev/null +++ b/lalstochastic/debian/lalstochastic.install @@ -0,0 +1,5 @@ +#opt/lscsoft/lalstochastic/bin/lal-version +opt/lscsoft/lalstochastic/etc/* +#opt/lscsoft/lalstochastic/etc/*-user-env.* +opt/lscsoft/lalstochastic/lib/*.so* +#opt/lscsoft/lalstochastic/share/lal diff --git a/lalstochastic/debian/rules b/lalstochastic/debian/rules new file mode 100644 index 0000000000000000000000000000000000000000..29e7a5c6c8872758f9f8286e717e5342eab29628 --- /dev/null +++ b/lalstochastic/debian/rules @@ -0,0 +1,110 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +PREFIX = /opt/lscsoft/lalstochastic +FRAMEPREFIX = /opt/lscsoft/libframe +METAIOPREFIX = /opt/lscsoft/libmetaio +LALPREFIX = /opt/lscsoft/lal + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: + sh ./00boot + +config.status: configure + dh_testdir + +# LDFLAGS="-Wl,-z,defs" + CFLAGS="$(CFLAGS)" \ + PKG_CONFIG_PATH=$(FRAMEPREFIX)/lib/pkgconfig:$(METAIOPREFIX)/lib/pkgconfig:$(LALPREFIX)/lib/pkgconfig \ + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=$(PREFIX) \ + --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ + --enable-nightly=no \ + --enable-frame --enable-metaio \ + --disable-gcc-flags \ + --disable-debug + +build: build-stamp + +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + -$(MAKE) cvs-clean + -$(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) DESTDIR=$(CURDIR)/debian/lalstochastic install ; \ + echo "tree after install:" ; \ + ls -lR $(CURDIR)/debian ; \ + $(MAKE) clean +# only if necessary overwrite user-env scripts +# cp -p debian/lalstochastic-user-env.* $(CURDIR)/debian/lalstochastic/$(PREFIX)/etc/ + +binary-common: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl + dh_makeshlibs + dh_installdeb + LD_LIBRARY_PATH=$(PREFIX)/lib dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-common +.PHONY: build clean binary-common binary install