Python2 version of the python-damaris frontend
Go to file
2019-09-10 14:37:21 +02:00
debian new tag and version bump 2019-06-12 10:47:52 +02:00
doc migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
scripts finalized queueing and --clean parameter to recreate the locking 2018-03-23 12:40:05 +01:00
src reflow of doc string 2019-09-10 14:37:21 +02:00
tests Fixes errors in displaying correct xlabel and calucalte ppm properly 2018-12-12 10:56:32 +01:00
.arclint Added .arclint for arcanist linting PEP8 integration 2017-07-04 18:50:31 +02:00
doxygen.conf migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
MANIFEST.in migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
README Fixes errors in displaying correct xlabel and calucalte ppm properly 2018-12-12 10:56:32 +01:00
setup.py new tag and version bump 2019-06-12 10:47:52 +02: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