Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lalsuite-archive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oliver Behnke
lalsuite-archive
Commits
ef658acc
Commit
ef658acc
authored
17 years ago
by
Steffen Grunewald
Browse files
Options
Downloads
Patches
Plain Diff
sync with released version
parent
54a2cb36
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
lal/debian/changelog
+12
-6
12 additions, 6 deletions
lal/debian/changelog
lal/debian/rules
+1
-2
1 addition, 2 deletions
lal/debian/rules
lalapps/debian/changelog
+13
-0
13 additions, 0 deletions
lalapps/debian/changelog
lalapps/debian/rules
+3
-2
3 additions, 2 deletions
lalapps/debian/rules
with
29 additions
and
10 deletions
lal/debian/changelog
+
12
−
6
View file @
ef658acc
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
+0
2
00
-- Steffen Grunewald <steffen.grunewald@aei.mpg.de>
Tue, 6 Nov 2007 15:50:00
+0
1
00
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
This diff is collapsed.
Click to expand it.
lal/debian/rules
+
1
−
2
View file @
ef658acc
...
...
@@ -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
$@
...
...
This diff is collapsed.
Click to expand it.
lalapps/debian/changelog
+
13
−
0
View file @
ef658acc
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
...
...
This diff is collapsed.
Click to expand it.
lalapps/debian/rules
+
3
−
2
View file @
ef658acc
...
...
@@ -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
$@
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment