tags 567864 + patch tags 547511 + patch thanks Hi,
I added a recommends on pyro, to fix 567864. Recommends, since most of Scientific still works without pyro. I also renamed task_manager to task_manager_pyscientific to close 547511. This is only referenced as an example, but seems generic enough to keep in an executable directory. - richard -- | Richard Darst - rkd@ - boltzmann: up 194 days, 18:09 | http://rkd.zgib.net - pgp 0xBD356740 | "Ye shall know the truth and -- the truth shall make you free"
diff -u python-scientific-2.8/debian/rules python-scientific-2.8/debian/rules --- python-scientific-2.8/debian/rules +++ python-scientific-2.8/debian/rules @@ -109,6 +109,9 @@ rm -rf $(d_sci)/usr/include + mv $(d_sci)/usr/bin/task_manager \ + $(d_sci)/usr/bin/task_manager_pyscientific + clean: dh_testdir rm -f stamp-build diff -u python-scientific-2.8/debian/control python-scientific-2.8/debian/control --- python-scientific-2.8/debian/control +++ python-scientific-2.8/debian/control @@ -9,7 +9,7 @@ Package: python-scientific Architecture: all Depends: ${python:Depends}, python-numpy, python-netcdf (>= 2.4.11) -Recommends: python-tk (>= 2.4.3) +Recommends: python-tk (>= 2.4.3), pyro Suggests: python-scientific-doc Provides: ${python:Provides} XB-Python-Version: ${python:Versions} diff -u python-scientific-2.8/debian/changelog python-scientific-2.8/debian/changelog --- python-scientific-2.8/debian/changelog +++ python-scientific-2.8/debian/changelog @@ -1,3 +1,14 @@ +python-scientific (2.8-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Add a recommends on pyro. Recommends, as most of python-scientific is + usable without it. Only DistributedComputing depends on it. + (Closes: #567864) + * Rename /usr/bin/task_manager to /usr/bin/task_manager_pyscientific. + (Closes: #547511) + + -- Richard Darst <r...@zgib.net> Sun, 31 Jan 2010 16:10:34 -0500 + python-scientific (2.8-1.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- python-scientific-2.8.orig/debian/NEWS +++ python-scientific-2.8/debian/NEWS @@ -0,0 +1,6 @@ +python-scientific (2.8-1.2) unstable; urgency=low + + * Renamed /usr/bin/task_manager to /usr/bin/task_manager_pyscientific + to avoid a filename conflict with sympa. + + -- Richard Darst <r...@zgib.net> Sun, 31 Jan 2010 16:03:10 -0500