Markus Rosenstihl 28e6c9d1a0 * Make it work in bookworm, redid some of the changes from last commit
* Changed default number types to int16 for ADC_Result and float32 for
  Accumulations
2026-03-09 10:55:55 +01:00
2026-02-27 22:04:20 +01:00
2025-04-25 14:57:52 +02:00
2026-02-27 22:04:20 +01:00

Installing into private directory
=================================

For whatever reason, it might be useful to install the
python frontend into a private directory.
Here are some examples on how to do it:

	python setup.py install --home=/opt/damaris-private
or
	python setup.py install --home=$HOME/devel/damaris-installed

To start Damaris use for example:

	/opt/damaris-private/bin/DAMARIS


Updating debian/changelog
=========================

Subversion
==========

Use the following command to get all the commit messages:

Mac OS X:

svn2cl -i -a --stdout |gsed 's/^\t/  /'|gsed -e '/^[0-9]/d'

Linux:

svn2cl -i -a --stdout |sed 's/^\t/  /'|sed -e '/^[0-9]/d'

Git
===
git log --oneline  .


Then pick the stuff the users need to know.
dch -M -v x.xx
S
Description
No description provided
Readme 6.4 MiB
Languages
Python 99.7%
Shell 0.3%