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
ceb7991d
Commit
ceb7991d
authored
Feb 05, 2021
by
Langella Olivier
Browse files
xtpcpp (0.4.20-1~buster1) buster
parent
00115aed
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ceb7991d
...
...
@@ -8,12 +8,12 @@ PROJECT(xtpcpp CXX)
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"
19
"
)
set
(
VERSION 0.4.
19
)
set
(
XTPCPP_VERSION_PATCH
"
20
"
)
set
(
VERSION 0.4.
20
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
#depending on libpappsomspp version :
set
(
LIBPAPPSOMSPP_VERSION
"0.8.1
5
"
)
set
(
LIBPAPPSOMSPP_VERSION
"0.8.1
6
"
)
# Add folder where are supportive functions
set
(
CMAKE_UTILS_PATH
${
CMAKE_SOURCE_DIR
}
/CMakeStuff
)
...
...
debian/changelog
View file @
ceb7991d
xtpcpp (0.4.
19
-1~buster
2
) buster; urgency=medium
xtpcpp (0.4.
20
-1~buster
1
) buster; urgency=medium
* fix recongnizing mgf files in tdf directory
...
...
debian/control
View file @
ceb7991d
...
...
@@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 12),
dpkg-dev (>= 1.18.25),
cmake (>= 3.12),
qtbase5-dev,
libpappsomspp-dev (>= 0.8.1
5
),
libpappsomspp-widget-dev (>= 0.8.1
5
),
libpappsomspp-dev (>= 0.8.1
6
),
libpappsomspp-widget-dev (>= 0.8.1
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