[med-svn] r3586 - trunk/packages/ball/trunk/debian
Andreas Hildebrandt
anhi-guest at alioth.debian.org
Mon Jul 6 17:29:58 UTC 2009
Author: anhi-guest
Date: 2009-07-06 17:29:57 +0000 (Mon, 06 Jul 2009)
New Revision: 3586
Modified:
trunk/packages/ball/trunk/debian/ballview.1
trunk/packages/ball/trunk/debian/changelog
trunk/packages/ball/trunk/debian/control
trunk/packages/ball/trunk/debian/createBALLDeb
trunk/packages/ball/trunk/debian/rules
Log:
Adapted to new ball version
Modified: trunk/packages/ball/trunk/debian/ballview.1
===================================================================
--- trunk/packages/ball/trunk/debian/ballview.1 2009-07-06 10:16:57 UTC (rev 3585)
+++ trunk/packages/ball/trunk/debian/ballview.1 2009-07-06 17:29:57 UTC (rev 3586)
@@ -1,7 +1,7 @@
.\" Copyright 1998-2007 BALL project group
.TH BALLView 1 "24 January 2007"
.SH NAME
-BALLView - A free molecular modeling and molecular graphics tool (version 1.2)
+BALLView - A free molecular modeling and molecular graphics tool (version 1.3)
.SH SYNOPSIS
.B BALLView
.RI [Molecular-file]
Modified: trunk/packages/ball/trunk/debian/changelog
===================================================================
--- trunk/packages/ball/trunk/debian/changelog 2009-07-06 10:16:57 UTC (rev 3585)
+++ trunk/packages/ball/trunk/debian/changelog 2009-07-06 17:29:57 UTC (rev 3586)
@@ -1,3 +1,9 @@
+ball (1.3-1) unstable; urgency=low
+
+ * Updated to version 1.3
+
+ -- Andreas Hildebrandt <anhi at bioinf.uni-sb.de> Mon, 6 Jul 2009 17:43:00 +0100
+
ball (1.2-1) unstable; urgency=low
* Initial release (Closes: #407665)
Modified: trunk/packages/ball/trunk/debian/control
===================================================================
--- trunk/packages/ball/trunk/debian/control 2009-07-06 10:16:57 UTC (rev 3585)
+++ trunk/packages/ball/trunk/debian/control 2009-07-06 17:29:57 UTC (rev 3586)
@@ -6,15 +6,17 @@
Build-Depends: debhelper (>= 4), libtool, libqt4-dev, libqt4-gui, libqt4-opengl,
libqt4-opengl-dev, libqt4-sql, sip4, python-sip4-dev, flex, bison, autoconf,
libglew-dev, libfftw3-dev, libgsl0-dev, python2.5-dev, libxrender-dev,
- libxmu-dev, doxygen, tidy, texlive-base, texlive-latex-recommended,
- texlive-fonts-recommended, gs-common, texlive-latex-extra, graphviz
+ libboost-dev, libboost-iostreams-dev, libboost-system-dev, libboost-thread,
+ libboost-asio-dev | libasio-dev, libxmu-dev, doxygen, tidy, texlive-base,
+ texlive-latex-recommended, texlive-fonts-recommended, gs-common,
+ texlive-latex-extra, graphviz
XS-Python-Version: all
Standards-Version: 3.8.0
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/ball/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/ball/trunk/
Homepage: http://www.ballview.org
-Package: libball1.2
+Package: libball1.3
Section: science
Architecture: any
Depends: ${shlibs:Depends}, libqt4-core, libqt4-gui, libqt4-sql, libfftw3-3,
@@ -31,18 +33,18 @@
University, Saarbruecken, Germany), and Hans-Peter Lenhof (Saarland
University, Saarbruecken, Germany).
-Package: libball1.2-dev
+Package: libball1.3-dev
Section: libdevel
Architecture: any
-Depends: libball1.2
-Recommends: libball1.2-doc
+Depends: libball1.3
+Recommends: libball1.3-doc
Description: Header files for the Biochemical Algorithms Library
This package comprises the header files allowing to create
one's own applications with the BAL library.
Package: ballview
Architecture: any
-Depends: ${shlibs:Depends}, python2.5, libball1.2
+Depends: ${shlibs:Depends}, python2.5, libball1.3
Description: A free molecular modeling and molecular graphics tool
BALLView provides fast OpenGL-based visualization of molecular structures,
molecular mechanics methods (minimization, MD simulation using the
@@ -64,15 +66,15 @@
Package: python-ball
Architecture: any
Section: python
-Depends: ${shlibs:Depends}, ${python:Depends}, python-sip4 (>= 4.7.2), python-sip4 (<< 4.8), python2.5, libball1.2
+Depends: ${shlibs:Depends}, ${python:Depends}, python-sip4 (>= 4.7.2), python-sip4 (<< 4.8), python2.5, libball1.3
Description: Python bindings for the Biochemical Algorithms Library
This package provides scripting access to the functionality of the
Biochemical Algorithms Library (BALL).
-Package: libball1.2-doc
+Package: libball1.3-doc
Architecture: all
Section: doc
-Depends: libball1.2
+Depends: libball1.3
Description: Documentation for the BALL library
The package comprises an extensive manual introducing to molecular dynamics
and its programming with BALL.
Modified: trunk/packages/ball/trunk/debian/createBALLDeb
===================================================================
--- trunk/packages/ball/trunk/debian/createBALLDeb 2009-07-06 10:16:57 UTC (rev 3585)
+++ trunk/packages/ball/trunk/debian/createBALLDeb 2009-07-06 17:29:57 UTC (rev 3586)
@@ -4,7 +4,7 @@
# bail out when a command has a non-zero return value
set -e
-VERSION="1.2"
+VERSION="1.3"
PREFIX=/usr
export BALL_PATH=`pwd | sed 's/debian$//g' | sed 's/debian-upstream$//g'`
export BALL_INSTALL_PATH=${BALL_PATH}/debian/ball/$PREFIX
Modified: trunk/packages/ball/trunk/debian/rules
===================================================================
--- trunk/packages/ball/trunk/debian/rules 2009-07-06 10:16:57 UTC (rev 3585)
+++ trunk/packages/ball/trunk/debian/rules 2009-07-06 17:29:57 UTC (rev 3586)
@@ -50,7 +50,7 @@
# dh_python
dh_installman -p ballview
dh_link
- dh_strip -p libball1.2
+ dh_strip -p libball1.3
dh_compress
dh_fixperms
dh_makeshlibs
@@ -62,7 +62,7 @@
get-orig-source:
if [ -x /usr/bin/wget ]; then \
- wget http://ball-www.bioinf.uni-sb.de/Debian/ball-1.2.tar.gz ; \
+ wget http://ball-www.bioinf.uni-sb.de/Debian/ball-1.3.tar.gz ; \
elif [ -x /usr/bin/uscan ]; \
uscan --force-download ; \
else \
More information about the debian-med-commit
mailing list