Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Stimfit
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Alois SCHLOEGL
Stimfit
Commits
a0f4a19c
Commit
a0f4a19c
authored
14 years ago
by
Christoph Schmidt-Hieber
Browse files
Options
Downloads
Patches
Plain Diff
Debian package update
parent
66746a77
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
configure.in
+8
-1
8 additions, 1 deletion
configure.in
debian/changelog
+12
-0
12 additions, 0 deletions
debian/changelog
debian/mkdeb.sh
+2
-1
2 additions, 1 deletion
debian/mkdeb.sh
with
23 additions
and
3 deletions
Makefile.am
+
1
−
1
View file @
a0f4a19c
...
...
@@ -241,7 +241,7 @@ INCLUDES = $(PYTHON_ADDINCLUDES)
stimfit_CXXFLAGS
=
$(
OPT_CXXFLAGS
)
stimfit_LDFLAGS
=
$(
WX_LIBS
)
$(
LIBLAPACK_LDFLAGS
)
-lfftw3
-lhdf5
-lhdf5_hl
$(
PYTHON_ADDLDFLAGS
)
stimfit_LDADD
=
$(
PYTHON_ADDLIBS
)
./src/app/libstimfit.a
stimfit_LDADD
=
$(
PYTHON_ADDLIBS
)
$(
LIBSTF_LDFLAGS
)
./src/app/libstimfit.a
install-exec-hook
:
$(
LIBTOOL
)
--finish
$(
prefix
)
/lib
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
8
−
1
View file @
a0f4a19c
...
...
@@ -103,7 +103,14 @@ AC_SUBST(STF_PYTHON_LIBNAME)
AC_SUBST(STFIO_PYTHON_LIBNAME)
# Flags for getting libstf/libstfio into private directory
LIBSTF_LDFLAGS="-Wl,-rpath,${prefix}/lib/stimfit -avoid-version"
# When building for deb, use the final prefix:
if test ${ac_py_prefix} = ''; then
DEBPREFIX=${prefix}
else
DEBPREFIX='/usr'
fi
LIBSTF_LDFLAGS="-Wl,-rpath,${DEBPREFIX}/lib/stimfit -avoid-version"
AC_SUBST(LIBSTF_LDFLAGS)
AC_MSG_CHECKING(for cpu type)
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
12
−
0
View file @
a0f4a19c
stimfit (0.10.6-0ubuntu2) lucid; urgency=low
* Fixed a bug when accessing files from the Python shell.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 27 Jan 2011 17:12:21 +0000
stimfit (0.10.6-0ubuntu1) maverick; urgency=low
* Fixed a bug when accessing files from the Python shell.
-- Christoph Schmidt-Hieber <christsc@gmx.de> Thu, 27 Jan 2011 17:12:21 +0000
stimfit (0.10.5-0ubuntu5) lucid; urgency=low
* Reversioned for lucid.
...
...
This diff is collapsed.
Click to expand it.
debian/mkdeb.sh
+
2
−
1
View file @
a0f4a19c
...
...
@@ -4,12 +4,13 @@ VERSION=0.10.6
make dist
mkdir
-p
../deb/
rm
-rf
../deb/
*
cp
-v
stimfit-
${
VERSION
}
.tar.gz ../deb/
cp
-v
stimfit-
${
VERSION
}
.tar.gz ../deb/stimfit_
${
VERSION
}
.orig.tar.gz
cd
../deb/
tar
-xzf
stimfit_
${
VERSION
}
.orig.tar.gz
cd
stimfit-
${
VERSION
}
mkdir
-p
debian
cp
-rv
../../../
dist/
debian/
*
./debian
cp
-rv
../../../debian/
*
./debian
debuild
-S
-sa
sudo
pbuilder build ../
*
.dsc
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