From 805a291a507290e46ae5d54b440077e8065bd1bc Mon Sep 17 00:00:00 2001 From: langella <langella@b8ef2a07-7df7-436f-90b9-41648038564b> Date: Wed, 4 May 2011 08:34:12 +0000 Subject: [PATCH] xtandempipeline (3.1.0-4) git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@91 b8ef2a07-7df7-436f-90b9-41648038564b --- xtandempipeline/CMakeLists.txt | 4 ++-- xtandempipeline/README | 7 +++++++ xtandempipeline/debian/changelog | 19 ++++++++++++++++--- 3 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 xtandempipeline/README diff --git a/xtandempipeline/CMakeLists.txt b/xtandempipeline/CMakeLists.txt index c0fb2eba7..414afe795 100644 --- a/xtandempipeline/CMakeLists.txt +++ b/xtandempipeline/CMakeLists.txt @@ -40,8 +40,8 @@ SET(CPACK_PACKAGE_VERSION ${XTANDEMPIPELINE_VERSION}) SET(CPACK_PACKAGE_VERSION_MAJOR "3") SET(CPACK_PACKAGE_VERSION_MINOR "1") SET(CPACK_PACKAGE_VERSION_PATCH "0") -SET(CPACK_RESOURCE_FILE_LICENSE ${xtandemparser_SOURCE_DIR}/COPYING) -SET(CPACK_RESOURCE_FILE_README ${xtandemparser_SOURCE_DIR}/README) +SET(CPACK_RESOURCE_FILE_LICENSE ./COPYING) +SET(CPACK_RESOURCE_FILE_README ./README) #SET(CPACK_RESOURCE_FILE_WELCOME ${xtandemparser_SOURCE_DIR}/INSTALL) SET(CPACK_SOURCE_GENERATOR "TGZ;TZ") SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "./CPackSourceConfig.cmake") diff --git a/xtandempipeline/README b/xtandempipeline/README new file mode 100644 index 000000000..96ce3fc53 --- /dev/null +++ b/xtandempipeline/README @@ -0,0 +1,7 @@ + +XtandemPipeline Copyright : © 2011, Benoit Valot, Olivier Langella + +XtandemPipeline is distributed under the terms of the GNU General Public License (available in the COPYING file) + +more information on : +http://pappso.inra.fr/bioinfo/xtandempipeline/ \ No newline at end of file diff --git a/xtandempipeline/debian/changelog b/xtandempipeline/debian/changelog index 30a1fb7e0..36ee9acc5 100644 --- a/xtandempipeline/debian/changelog +++ b/xtandempipeline/debian/changelog @@ -1,15 +1,28 @@ -xtandempipeline (3.1.0-2) maverick; urgency=low +xtandempipeline (3.1.0-4) natty; urgency=low + + * Copyright and GPL disclaimer added + * Running animation during computation added by Benoit + + -- Olivier Langella <Olivier.Langella@moulon.inra.fr> Wed, 4 May 2011 9:18:51 +0200 + +xtandempipeline (3.1.0-3) natty; urgency=low + + * package fix + + -- Olivier Langella <Olivier.Langella@moulon.inra.fr> Fri, 15 Apr 2011 14:18:51 +0200 + +xtandempipeline (3.1.0-2) natty; urgency=low * libswt for gtk 3.6 or gtk 3.5 -- Olivier Langella <Olivier.Langella@moulon.inra.fr> Fri, 15 Apr 2011 13:18:51 +0200 -xtandempipeline (3.1.0-1) maverick; urgency=low +xtandempipeline (3.1.0-1) natty; urgency=low * complete rewrite of the grouping algorithm with Benoit Valot * log4j introduced - -- Olivier Langella <Olivier.Langella@moulon.inra.fr> Fri, 15 Apr 2011 12:18:51 +0200 + -- Olivier Langella <Olivier.Langella@moulon.inra.fr> Fri, 29 Apr 2011 12:18:51 +0200 xtandempipeline (3.0.2-2) maverick; urgency=low -- GitLab