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
5fc78c3b
Commit
5fc78c3b
authored
Apr 01, 2021
by
Langella Olivier
Browse files
xtpcpp (0.4.26-1~buster1) buster
parent
79d0e640
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5fc78c3b
...
...
@@ -8,12 +8,12 @@ PROJECT(xtpcpp CXX)
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"2
5
"
)
set
(
VERSION 0.4.2
5
)
set
(
XTPCPP_VERSION_PATCH
"2
6
"
)
set
(
VERSION 0.4.2
6
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
#depending on libpappsomspp version :
set
(
LIBPAPPSOMSPP_VERSION
"0.8.
19
"
)
set
(
LIBPAPPSOMSPP_VERSION
"0.8.
23
"
)
# Add folder where are supportive functions
set
(
CMAKE_UTILS_PATH
${
CMAKE_SOURCE_DIR
}
/CMakeStuff
)
...
...
debian/changelog
View file @
5fc78c3b
xtpcpp (0.4.26-1~buster1) buster; urgency=medium
* improvements for the Bruker's user meeting
-- Olivier Langella <olivier.langella@u-psud.fr> Thu, 01 Apr 2021 15:10:34 +0200
xtpcpp (0.4.26-1) unstable; urgency=low
* New upstream version.
...
...
debian/control
View file @
5fc78c3b
...
...
@@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 12),
dpkg-dev (>= 1.18.25),
cmake (>= 3.12),
qtbase5-dev,
libpappsomspp-dev (>= 0.8.
19
),
libpappsomspp-widget-dev (>= 0.8.
19
),
libpappsomspp-dev (>= 0.8.
23
),
libpappsomspp-widget-dev (>= 0.8.
23
),
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