Author: moeller Date: 2009-11-08 14:43:40 +0000 (Sun, 08 Nov 2009) New Revision: 4324
Modified: trunk/packages/ball/trunk/debian/changelog trunk/packages/ball/trunk/debian/control Log: Increased version for dependency to python-sip4 Modified: trunk/packages/ball/trunk/debian/changelog =================================================================== --- trunk/packages/ball/trunk/debian/changelog 2009-11-08 08:44:41 UTC (rev 4323) +++ trunk/packages/ball/trunk/debian/changelog 2009-11-08 14:43:40 UTC (rev 4324) @@ -1,3 +1,11 @@ +ball (1.3.0-2) UNRELEASED; urgency=low + + * Increased dependency to python-sip4 to version 4.8.2, which + would need to be adjusted for lenny (4.7.2). The real (unexpressable) + dependency is to have the same version at build- and run-time. [Steffen] + + -- Andreas Hildebrandt <[email protected]> Thu, 17 Sep 2009 22:30:28 +0200 + ball (1.3.0-1) unstable; urgency=low * New upstream release Modified: trunk/packages/ball/trunk/debian/control =================================================================== --- trunk/packages/ball/trunk/debian/control 2009-11-08 08:44:41 UTC (rev 4323) +++ trunk/packages/ball/trunk/debian/control 2009-11-08 14:43:40 UTC (rev 4324) @@ -4,7 +4,7 @@ Maintainer: Andreas Hildebrandt <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 5), libtool (>= 2.2), libqt4-dev, libqt4-gui, libqt4-opengl, - libqt4-opengl-dev, libqt4-sql, libqt4-network, sip4, python-sip4-dev, flex, bison, autoconf, + libqt4-opengl-dev, libqt4-sql, libqt4-network, sip4, python-sip4-dev (>= 4.8.2), flex, bison, autoconf, automake, libglew1.5-dev|libglew-dev, libfftw3-dev, libgsl0-dev, python-dev (>= 2.4), libxrender-dev, libboost-dev, libboost-iostreams-dev, libboost-thread-dev, libboost-math-dev | libboost-dev (< 1.37), libboost-system-dev | libboost-dev (< 1.37), @@ -80,7 +80,7 @@ Package: python-ball Architecture: any Section: python -Depends: ${shlibs:Depends}, ${python:Depends}, python-sip4 (>= 4.7.2), +Depends: ${shlibs:Depends}, ${python:Depends}, python-sip4 (>= 4.8.2), python (>= 2.4), libball1.3 Description: Python bindings for the Biochemical Algorithms Library BALL (Biochemical Algorithms Library) is an application framework @@ -92,7 +92,7 @@ Package: python-ballview Architecture: any Section: python -Depends: ${shlibs:Depends}, ${python:Depends}, python-sip4 (>= 4.7.2), +Depends: ${shlibs:Depends}, ${python:Depends}, python-sip4 (>= 4.8.2), python (>= 2.4), libball1.3, libballview1.3 Description: Python bindings for VIEW-parts of the Biochemical Algorithms Library BALL (Biochemical Algorithms Library) is an application framework _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
