tags 566036 + patch thanks Dear maintainer,
The attached patch uses python-support to perform Python dependency calculation and byte-compile files as required. Unless you object, I will seek a sponsor to upload this version to DELAYED/5. Regards. -- Jonathan Wiltshire 1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3 A903 CA6B EA3E DB80 0B52 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
diff -u ball-1.3.2/debian/changelog ball-1.3.2/debian/changelog --- ball-1.3.2/debian/changelog +++ ball-1.3.2/debian/changelog @@ -1,3 +1,12 @@ +ball (1.3.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Depend on python-support and call dh_pysupport in debian/rules. + Let python-support decide dependencies for python-ball and python-ballview. + (Closes: #566036) + + -- Jonathan Wiltshire <[email protected]> Sun, 07 Feb 2010 17:23:26 +0000 + ball (1.3.2-1) unstable; urgency=low * Updated to new upstream release 1.3.2 diff -u ball-1.3.2/debian/rules ball-1.3.2/debian/rules --- ball-1.3.2/debian/rules +++ ball-1.3.2/debian/rules @@ -36,6 +36,7 @@ dh_installdirs #DESTDIR=$(CURDIR)/debian/ballview bash debian/debian-ball-install install + dh_pysupport binary-indep: build install diff -u ball-1.3.2/debian/control ball-1.3.2/debian/control --- ball-1.3.2/debian/control +++ ball-1.3.2/debian/control @@ -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
signature.asc
Description: Digital signature

