Author: anhi-guest Date: 2010-02-11 21:24:17 +0000 (Thu, 11 Feb 2010) New Revision: 4616
Modified: trunk/packages/ball/trunk/debian/changelog trunk/packages/ball/trunk/debian/control trunk/packages/ball/trunk/debian/rules Log: Improvements for BALL Modified: trunk/packages/ball/trunk/debian/changelog =================================================================== --- trunk/packages/ball/trunk/debian/changelog 2010-02-11 13:55:13 UTC (rev 4615) +++ trunk/packages/ball/trunk/debian/changelog 2010-02-11 21:24:17 UTC (rev 4616) @@ -1,3 +1,16 @@ +ball (1.3.2-2) unstable; urgency=low + + [Andreas Hildebrandt] + * Improvements for CMake build system (Closes: 546311) + * Some fixes for less common architectures and fixes in the sip dependencies + (Closes: 565694) + [Jonathan Wiltshire] + * Depend on python-support and call dh_pysupport in debian/rules. + Let python-support decide dependencies for python-ball and python-ballview. + (Closes: #566036) + + -- Andreas Hildebrandt <[email protected]> Thu, 11 Feb 2010 22:15:09 +0100 + ball (1.3.2-1) unstable; urgency=low * Updated to new upstream release 1.3.2 Modified: trunk/packages/ball/trunk/debian/control =================================================================== --- trunk/packages/ball/trunk/debian/control 2010-02-11 13:55:13 UTC (rev 4615) +++ trunk/packages/ball/trunk/debian/control 2010-02-11 21:24:17 UTC (rev 4616) @@ -11,7 +11,7 @@ libboost-math-dev | libboost-dev (< 1.37), libboost-system-dev | libboost-dev (< 1.37), libasio-dev, libboost-regex-dev, libxmu-dev, doxygen, tidy, texlive-base, texlive-latex-recommended, texlive-fonts-recommended, gs-common, - texlive-latex-extra, graphviz, chrpath + texlive-latex-extra, graphviz, chrpath, python-support (>= 0.90.0) XS-Python-Version: all Standards-Version: 3.8.3 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/ball/trunk/?rev=0&sc=0 @@ -82,7 +82,7 @@ Architecture: any Section: python Depends: ${shlibs:Depends}, ${python:Depends}, python-sip4 (>= 4.8.2), - python (>= 2.4), libball1.3 + libball1.3 Description: Python bindings for the Biochemical Algorithms Library BALL (Biochemical Algorithms Library) is an application framework in C++ that has been specifically designed for rapid software @@ -94,7 +94,7 @@ Architecture: any Section: python Depends: ${shlibs:Depends}, ${python:Depends}, python-sip4 (>= 4.8.2), - python (>= 2.4), libball1.3, libballview1.3 + libball1.3, libballview1.3 Description: Python bindings for VIEW-parts of the Biochemical Algorithms Library BALL (Biochemical Algorithms Library) is an application framework in C++ that has been specifically designed for rapid software @@ -103,6 +103,7 @@ of the Biochemical Algorithms Library (BALL). Package: ballview +Section: science Architecture: any Depends: ${shlibs:Depends}, libball1.3, libballview1.3, python-ball, python-ballview Modified: trunk/packages/ball/trunk/debian/rules =================================================================== --- trunk/packages/ball/trunk/debian/rules 2010-02-11 13:55:13 UTC (rev 4615) +++ trunk/packages/ball/trunk/debian/rules 2010-02-11 21:24:17 UTC (rev 4616) @@ -36,6 +36,7 @@ dh_installdirs #DESTDIR=$(CURDIR)/debian/ballview bash debian/debian-ball-install install + dh_pysupport binary-indep: build install _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
