Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
xtpcpp
Commits
f16d7726
Commit
f16d7726
authored
May 12, 2021
by
Langella Olivier
Browse files
xtpcpp (0.4.29-1~buster1) buster
parent
c59f320f
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f16d7726
...
...
@@ -8,9 +8,9 @@ PROJECT(xtpcpp CXX)
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"2
8
"
)
set
(
XTPCPP_VERSION_PATCH
"2
9
"
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
set
(
VERSION 0.4.2
8
)
set
(
VERSION 0.4.2
9
)
# Set additional project information
set
(
COMPANY
"pappso.org"
)
...
...
@@ -19,7 +19,7 @@ set(IDENTIFIER "org.pappso")
#depending on libpappsomspp version :
set
(
LIBPAPPSOMSPP_VERSION
"0.8.2
5
"
)
set
(
LIBPAPPSOMSPP_VERSION
"0.8.2
6
"
)
set
(
LIBRDATA_VERSION
"0~20210223+git-85757dc6"
)
# Add folder where are supportive functions
...
...
debian/changelog
View file @
f16d7726
xtpcpp (0.4.29-1~buster1) buster; urgency=medium
* new XIC extractor API
* begining documentation
* new spectrum index column
* tandem execution progress messages and stop
* use tandem wrapper with mzML
-- Olivier Langella <olivier.langella@u-psud.fr> Wed, 12 May 2021 18:19:26 +0200
xtpcpp (0.4.28-1~buster1) buster; urgency=medium
* crash fix
...
...
debian/control
View file @
f16d7726
...
...
@@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 12),
dpkg-dev (>= 1.18.25),
cmake (>= 3.12),
qtbase5-dev,
libpappsomspp-dev (>= 0.8.2
5
),
libpappsomspp-widget-dev (>= 0.8.2
5
),
libpappsomspp-dev (>= 0.8.2
6
),
libpappsomspp-widget-dev (>= 0.8.2
6
),
libodsstream-dev,
libqt5svg5-dev,
libqcustomplot-dev,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment