[med-svn] [bppphyview] 02/07: Import Upstream version 0.2.1
Andreas Tille
tille at debian.org
Wed Jun 14 11:49:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository bppphyview.
commit 4628652d01faddf258ae0ca437a25f9b7b79a631
Author: Andreas Tille <tille at debian.org>
Date: Wed Jun 14 13:38:40 2017 +0200
Import Upstream version 0.2.1
---
CMakeLists.txt | 8 ++++----
ChangeLog | 2 ++
bppPhyView.spec | 6 +++++-
debian/changelog | 6 ++++++
debian/control | 4 ++--
5 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 82491a8..61b76e3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -96,8 +96,7 @@ ENDIF(CMAKE_INSTALL_PREFIX)
#link if you change it!
IMPROVED_FIND_LIBRARY(LIBS bpp-qt Bpp/Qt/QtGraphicDevice.h)
IMPROVED_FIND_LIBRARY(LIBS bpp-phyl Bpp/Phyl/Tree.h)
-#Not needed for now:
-#IMPROVED_FIND_LIBRARY(LIBS bpp-seq Bpp/Seq/Alphabet/Alphabet.h)
+IMPROVED_FIND_LIBRARY(LIBS bpp-seq Bpp/Seq/Alphabet/Alphabet.h)
IMPROVED_FIND_LIBRARY(LIBS bpp-core Bpp/Clonable.h)
# Find the Qt installation
@@ -110,6 +109,7 @@ IF(NROFF_EXE)
MESSAGE(" Adding targets: man")
ADD_CUSTOM_TARGET(man
+ ALL
COMMAND cp phyview.1.txt phyview.1
COMMAND gzip -f phyview.1
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/man
@@ -126,10 +126,10 @@ ENDIF(NO_DEP_CHECK)
# Packager
SET(CPACK_PACKAGE_NAME "bppphyview")
SET(CPACK_PACKAGE_VENDOR "Bio++ Development Team")
-SET(CPACK_PACKAGE_VERSION "0.2.0")
+SET(CPACK_PACKAGE_VERSION "0.2.1")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "2")
-SET(CPACK_PACKAGE_VERSION_PATCH "0")
+SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The Bio++ Phylogenetic Viewer")
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING.txt")
SET(CPACK_RESOURCE_FILE_AUTHORS "${CMAKE_SOURCE_DIR}/AUTHORS.txt")
diff --git a/ChangeLog b/ChangeLog
index 9c8dcb0..bf64b02 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+09/02/12 -*- Version 0.2.1 -*-
+
11/06/11 -*- Version 0.2.0 -*-
* Small interface improvement (mainly associated data management)
diff --git a/bppPhyView.spec b/bppPhyView.spec
index bd8721c..b65eccf 100644
--- a/bppPhyView.spec
+++ b/bppPhyView.spec
@@ -1,5 +1,5 @@
%define name bppphyview
-%define version 0.1.0
+%define version 0.2.1
%define release 1
%define _prefix /usr
@@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/man/man1/phyview.1.gz
%changelog
+* Thu Feb 09 2012 Julien Dutheil <julien.dutheil at univ-montp2.fr>
+- PhyView 0.2.1 release. Compatibility update.
+* Thu Jun 09 2011 Julien Dutheil <julien.dutheil at univ-montp2.fr>
+- PhyView 0.2.0 release
* Mon Feb 28 2011 Julien Dutheil <julien.dutheil at univ-montp2.fr>
- PhyView 0.1.0 release
diff --git a/debian/changelog b/debian/changelog
index 50b922f..299fa38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bppphyview (0.2.1-1) unstable; urgency=low
+
+ * Compatibility update.
+
+ -- Julien Dutheil <julien.dutheil at univ-montp2.fr> Thu, 09 Feb 2012 21:38:00 +0100
+
bppphyview (0.2.0-1) unstable; urgency=low
* RFP: Bio++ -- The Bio++ bioinformatics libraries. (Closes: #616373).
diff --git a/debian/control b/debian/control
index e4ac94b..bfa8962 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: Loic Dachary <loic at dachary.org>
Uploaders: Julien Dutheil <julien.dutheil at univ-montp2.fr>
Build-Depends: debhelper (>= 5), cmake (>= 2.6),
qt4-qmake (>= 4.6.0), libqt4-dev (>= 4.6.0),
- libbpp-qt-dev (>= 2.0.0)
+ libbpp-qt-dev (>= 2.0.2)
Standards-Version: 3.9.1
Package: bppphyview
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- libbpp-qt1 (>= 2.0.0), libqtcore4 (>= 4.6.0), libqtgui4 (>= 4.6.0)
+ libbpp-qt1 (>= 2.0.2), libqtcore4 (>= 4.6.0), libqtgui4 (>= 4.6.0)
Description: Bio++ Phylogenetic Viewer
A phylogenetic tree editor developed using Bio++ and Qt.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bppphyview.git
More information about the debian-med-commit
mailing list