Skip to content
Snippets Groups Projects
Commit ef658acc authored by Steffen Grunewald's avatar Steffen Grunewald
Browse files

sync with released version

parent 54a2cb36
No related branches found
No related tags found
No related merge requests found
lal (5.2-1) unstable; urgency=low
lal (5.2-3) unstable; urgency=low
* Initial release
* rebuilt with --enable-frame --enable-metaio
-- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Fri, 5 Oct 2007 13:09:39 +0200
-- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Tue, 6 Nov 2007 15:50:00 +0100
lal (3.0-1) testing; urgency=low
lal (5.2-2) unstable; urgency=low
* Initial release of 3.0
* Depend on gsl 1.9 or later
-- Kipp Cannon <kipp@gravity.phys.uwm.edu> Fri, 21 Jan 2005 12:00:00 -0700
-- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Thu, 1 Nov 2007 11:15:00 +0100
lal (5.2-1) unstable; urgency=low
* Initial release
-- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Fri, 5 Oct 2007 13:09:39 +0200
......@@ -24,7 +24,6 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
#PREFIX = /opt/lscsoft
PREFIX = /usr
configure:
......@@ -38,6 +37,7 @@ config.status : configure
./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
......@@ -49,7 +49,6 @@ build-stamp : config.status
# Add here commands to compile the package.
$(MAKE)
$(MAKE) dvi
#docbook-to-man debian/lal.sgml > lal.1
touch $@
......
lalapps (5.2-3) unstable; urgency=low
* Use --enable-frame --enable-metaio
What about --enable-condor and --enable-shared?
-- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Tue, 6 Nov 2007 17:30:00 +0100
lalapps (5.2-2) unstable; urgency=low
* Depend on gsl 1.9 or later
-- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Thu, 1 Nov 2007 11:15:00 +0100
lalapps (5.2-1) unstable; urgency=low
* Initial release
......
......@@ -35,7 +35,9 @@ config.status: configure
CFLAGS="$(CFLAGS)" \
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=$(PREFIX) --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
--enable-nightly=no --disable-debug
--enable-nightly=no \
--enable-frame --enable-metaio \
--disable-debug
build: build-stamp
......@@ -44,7 +46,6 @@ build-stamp: config.status
# Add here commands to compile the package.
$(MAKE)
#docbook-to-man debian/lalapps.sgml > lalapps.1
touch $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment