Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
PAPPSO
MassChroQ
Commits
fc3e7d68
Commit
fc3e7d68
authored
Dec 17, 2020
by
Langella Olivier
Browse files
masschroq (2.2.24-1~buster+1) buster
parent
f4750112
Changes
6
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
fc3e7d68
...
...
@@ -137,7 +137,7 @@ message(STATUS "${BoldYellow}CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}.${ColourReset
SET
(
MASSCHROQ_MAJOR_VERSION 2
)
SET
(
MASSCHROQ_MINOR_VERSION 2
)
SET
(
MASSCHROQ_PATCH_LEVEL 2
3
)
SET
(
MASSCHROQ_PATCH_LEVEL 2
4
)
SET
(
MASSCHROQ_VERSION
"
${
MASSCHROQ_MAJOR_VERSION
}
.
${
MASSCHROQ_MINOR_VERSION
}
.
${
MASSCHROQ_PATCH_LEVEL
}
"
)
SET
(
MASSCHROQ_LIB_NAME
"masschroq"
)
...
...
@@ -146,7 +146,7 @@ SET (MASSCHROQ_LIB_SOVERSION ${MASSCHROQ_MAJOR_VERSION})
SET
(
MASSCHROQ_SCHEMA_VERSION
"
${
MASSCHROQ_MAJOR_VERSION
}
.2"
)
#SET (masschroq_BINARY_DIR "bin")
SET
(
VERSION 2.2.2
3
)
SET
(
VERSION 2.2.2
4
)
# We want C++17
...
...
debian/changelog
View file @
fc3e7d68
masschroq (2.2.24-1~buster+1) buster; urgency=medium
* trying a fix for https://forgemia.inra.fr/pappso/masschroq/-/issues/5
* importing 2.2.23 enhancements to buster
-- Olivier Langella <olivier.langella@u-psud.fr> Thu, 17 Dec 2020 13:59:28 +0100
masschroq (2.2.23-1) unstable; urgency=low
* New upstream release that will correspond to the first upload to the
...
...
debian/control
View file @
fc3e7d68
...
...
@@ -21,9 +21,9 @@ Build-Depends: debhelper-compat (= 12),
graphicsmagick-imagemagick-compat,
doxygen,
graphviz,
libpappsomspp-dev (>= 0.8.1
1
),
libpappsomspp-widget-dev (>= 0.8.1
1
),
libodsstream-dev (>= 0.7.
9
),
libpappsomspp-dev (>= 0.8.1
4
),
libpappsomspp-widget-dev (>= 0.8.1
4
),
libodsstream-dev (>= 0.7.
10
),
libqcustomplot-dev(>= 2.0)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/debichem-team/masschroq
...
...
src/config.h
View file @
fc3e7d68
...
...
@@ -2,7 +2,7 @@
#define _CONFIG_H
#define SOFTWARE_NAME "MassChroQ"
#define MASSCHROQ_VERSION "2.2.2
3
"
#define MASSCHROQ_VERSION "2.2.2
4
"
#define MASSCHROQ_XSD "masschroq-2.2.xsd"
#define MASSCHROQ_SCHEMA_VERSION "2.2"
#define MASSCHROQ_SCHEMA_FILE \
...
...
templates/share/applications/masschroq-gui.desktop
View file @
fc3e7d68
[Desktop Entry]
Name=MassChroQ GUI 2.2.2
3
Name=MassChroQ GUI 2.2.2
4
Categories=Education;Science;Math;
Comment=MassChroQ GUI launcher
Exec=masschroq_gui %U
...
...
templates/share/applications/masschroq-studio.desktop
View file @
fc3e7d68
[Desktop Entry]
Name=MassChroQ Studio 2.2.2
3
Name=MassChroQ Studio 2.2.2
4
Categories=Education;Science;Math;
Comment=MassChroQ parameters editor
Exec=masschroq_studio %U
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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