Skip to content
Snippets Groups Projects
Commit f550268b authored by Langella Olivier's avatar Langella Olivier
Browse files

grouping-protein (0.4.10-1) stretch

parent 282d2c39
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,14 @@ PROJECT(groupingprotein CXX C)
#depending on libpappsomspp version :
SET(LIBPAPPSOMSPP_VERSION "0.3.2-1")
SET(LIBPAPPSOMSPP_VERSION "0.3.3-3")
configure_file (${CMAKE_SOURCE_DIR}/debian/control.cmake ${CMAKE_SOURCE_DIR}/debian/control @ONLY)
# Project version
SET (GP_MAJOR_VERSION 0)
SET (GP_MINOR_VERSION 4)
SET (GP_PATCH_LEVEL 9)
SET (GP_PATCH_LEVEL 10)
SET (GP_VERSION "${GP_MAJOR_VERSION}.${GP_MINOR_VERSION}.${GP_PATCH_LEVEL}")
#SET (GPF_SCHEMA_VERSION "${GPF_MAJOR_VERSION}.${GPF_MINOR_VERSION}")
#SET (GPF_SCHEMA_FILE "gpf-1.0.xsd")
......
grouping-protein (0.4.10-1) stretch; urgency=medium
* new PAPPSOms++ library
-- Olivier Langella <olivier.langella@u-psud.fr> Mon, 12 Feb 2018 13:33:58 +0100
grouping-protein (0.4.9-1) stretch; urgency=medium
* using QCommandLineParser
......
......@@ -4,7 +4,12 @@ Priority: optional
Maintainer: Olivier Langella <olivier.langella@u-psud.fr>
Homepage: http://pappso.inra.fr/bioinfo
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 7), dh-python, python, cmake (>= 2.6), qtbase5-dev, libpappsomspp-dev (= @LIBPAPPSOMSPP_VERSION@)
Build-Depends: debhelper (>= 7),
dh-python,
python,
cmake (>= 2.6),
qtbase5-dev,
libpappsomspp-qt5-dev (= @LIBPAPPSOMSPP_VERSION@)
Build-Conflicts: qt3-dev-tools
......@@ -12,6 +17,12 @@ Build-Conflicts: qt3-dev-tools
Package: grouping-protein
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, libpappsomspp-qt5 (= @LIBPAPPSOMSPP_VERSION@), libqt5concurrent5, libqt5core5a, libqt5xml5
Depends: ${misc:Depends},
${shlibs:Depends},
${python:Depends},
libpappsomspp-qt5-0 (= @LIBPAPPSOMSPP_VERSION@),
libqt5concurrent5,
libqt5core5a,
libqt5xml5
Description: Proteomics grouping algorithm
Grouping-protein implements a fast algorithm that can filter thousands of peptides
#ifndef _CONFIG_H
#define _CONFIG_H
#define GP_VERSION "0.4.9"
#define GP_VERSION "0.4.10"
#define QT_V_4_5 0x040500
#define QT_V_4_6 0x040600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment