fixed cmake build for spc kernel driver
This commit is contained in:
parent
91ce1971c6
commit
b1025a3ff2
12
README
12
README
@ -17,9 +17,12 @@ To start Damaris use for example:
|
|||||||
/opt/damaris-private/bin/DAMARIS
|
/opt/damaris-private/bin/DAMARIS
|
||||||
|
|
||||||
|
|
||||||
Updatine debian/changelog
|
Updating debian/changelog
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
Subversion
|
||||||
|
==========
|
||||||
|
|
||||||
Use the following command to get all the commit messages:
|
Use the following command to get all the commit messages:
|
||||||
|
|
||||||
Mac OS X:
|
Mac OS X:
|
||||||
@ -30,3 +33,10 @@ Linux:
|
|||||||
|
|
||||||
svn2cl -i -a --stdout |sed 's/^\t/ /'|sed -e '/^[0-9]/d'
|
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
|
||||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
|||||||
|
python-damaris (0.17) UNRELEASED; urgency=medium
|
||||||
|
* switch to git
|
||||||
|
* pytables v2 to v3 conversion done
|
||||||
|
* new syntax highlighter, abortable sleep function
|
||||||
|
* goniometer control for Marco Braun NMR probe head (AXYs) added
|
||||||
|
* added cmd line script to read out and set flow control (red-y series by Voegtlin)
|
||||||
|
* modifications to write_to_tecmag, allow 2D experiments (by Oleg Petrov)
|
||||||
|
|
||||||
|
-- Markus Rosenstihl <markus.rosenstihl@physik.tu-darmstadt.de> Wed, 01 Feb 2017 16:19:39 +0100
|
||||||
|
|
||||||
python-damaris (0.16) UNRELEASED; urgency=medium
|
python-damaris (0.16) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* version bump
|
* version bump
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -1,7 +1,7 @@
|
|||||||
Source: python-damaris
|
Source: python-damaris
|
||||||
Section: science
|
Section: science
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Achim Gaedke <Achim.Gaedke@physik.tu-darmstadt.de>
|
Maintainer: Markus Rosenstihl <markus.rosenstihl@physik.tu-darmstadt.de>
|
||||||
Build-Depends: debhelper, python-dev, python-central|dh-python, dpkg-dev
|
Build-Depends: debhelper, python-dev, python-central|dh-python, dpkg-dev
|
||||||
Standards-Version: 3.7.3
|
Standards-Version: 3.7.3
|
||||||
XS-Python-Version: current
|
XS-Python-Version: current
|
||||||
|
Loading…
Reference in New Issue
Block a user