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
c1279967
Commit
c1279967
authored
Nov 17, 2020
by
Langella Olivier
Browse files
xtpcpp (0.4.10-1) buster
parent
0004cfe0
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c1279967
...
...
@@ -127,7 +127,7 @@ endif( CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo" )
message
(
STATUS
"
${
BoldYellow
}
CMAKE_BUILD_TYPE:
${
CMAKE_BUILD_TYPE
}
.
${
ColourReset
}
"
)
#depending on libpappsomspp version :
set
(
LIBPAPPSOMSPP_VERSION
"0.8.
8
"
)
set
(
LIBPAPPSOMSPP_VERSION
"0.8.
9
"
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/debian/control.cmake
${
CMAKE_SOURCE_DIR
}
/debian/control @ONLY
)
...
...
@@ -137,9 +137,9 @@ set(BUILD_SYSTEM_NAME "${CMAKE_SYSTEM}")
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"
9
"
)
set
(
XTPCPP_VERSION_PATCH
"
10
"
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
set
(
VERSION
0.4.9
)
set
(
VERSION
${
XTPCPP_VERSION
}
)
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
# standard install location
...
...
@@ -244,7 +244,7 @@ if(UNIX)
#This creates deb packages:
add_custom_target
(
targz
cpack -G TGZ --config CPackSourceConfig.cmake && tar xvfz
${
CPACK_PACKAGE_NAME
}
-
${
XTPCPP_VERSION
}
.tar.gz
cpack -G TGZ --config CPackSourceConfig.cmake && tar xvfz
${
CPACK_PACKAGE_NAME
}
-
${
XTPCPP_VERSION
}
.tar.gz
&& ln -s
${
CPACK_PACKAGE_NAME
}
-
${
XTPCPP_VERSION
}
.tar.gz
${
CPACK_PACKAGE_NAME
}
_
${
XTPCPP_VERSION
}
.orig.tar.gz
WORKING_DIRECTORY
${
CMAKE_BINARY_DIR
}
COMMENT
"Creating .tar.gz"
VERBATIM
)
...
...
debian/changelog
View file @
c1279967
xtpcpp (0.4.10-1) buster; urgency=medium
* new CondorProcess API
* new MassChroQ GUI to execute MassChroQ
-- Olivier Langella <olivier.langella@u-psud.fr> Tue, 17 Nov 2020 14:22:16 +0100
xtpcpp (0.4.9-2) UNRELEASED; urgency=low
* Changed the maintainer to debichem team as the code is now
...
...
@@ -7,7 +15,6 @@ xtpcpp (0.4.9-2) UNRELEASED; urgency=low
* Add the corresponding VCS fields (see above).
-- Filippo Rusconi <lopippo@debian.org> Mon, 09 Nov 2020 20:55:49 +0100
xtpcpp (0.4.9-1) unstable; urgency=low
...
...
debian/control
View file @
c1279967
Source: xtpcpp
Section: science
Priority: optional
Maintainer:
The Debichem Group <debichem-devel@lists.alioth.debian.org
>
Maintainer:
Olivier Langella <olivier.langella@u-psud.fr
>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Build-Depends: debhelper-compat (= 1
3
),
Build-Depends: debhelper-compat (= 1
2
),
dpkg-dev (>= 1.18.25),
cmake (>= 3.12),
qtbase5-dev,
libpappsomspp-dev (>= 0.8.
8
),
libpappsomspp-widget-dev (>= 0.8.
8
),
libpappsomspp-dev (>= 0.8.
9
),
libpappsomspp-widget-dev (>= 0.8.
9
),
libodsstream-dev,
libalglib-dev,
libzstd-dev (>= 1.3.3),
...
...
@@ -18,9 +18,6 @@ Build-Depends: debhelper-compat (= 13),
doxygen
Standards-Version: 4.5.0
Homepage: http://pappso.inra.fr/bioinfo
Vcs-Browser: https://salsa.debian.org/debichem-team/xtpcpp
Vcs-Git: https://salsa.debian.org/debichem-team/xtpcpp.git
Package: xtpcpp
Architecture: any
...
...
debian/control.cmake
View file @
c1279967
...
...
@@ -3,7 +3,7 @@ Section: science
Priority: optional
Maintainer: Olivier Langella <olivier.langella@u-psud.fr>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Build-Depends: debhelper-
compat
(
= 1
3
)
,
Build-Depends: debhelper-
compat
(
= 1
2
)
,
dpkg-
dev
(
>= 1.18.25
)
,
cmake
(
>= 3.12
)
,
qtbase5-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