tags 424092 + patch forcemerge 424092 442486 thanks Hi!
Please find attached a patch to fix this bug. May not be elegant, but works... HTH. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
diff -Nru --exclude changelog albatross-1.36/debian/rules albatross-1.36/debian/rules
--- albatross-1.36/debian/rules 2008-03-29 07:42:45.000000000 +0530
+++ albatross-1.36/debian/rules 2008-03-29 07:42:45.000000000 +0530
@@ -57,6 +57,14 @@
rm -rf *-stamp *-stamp-* build
rm -f al-session-daemon.8 al-httpd.8
find debian -name '*.py[co]' -exec rm -f {} \;
+ find doc -name '*.py[co]' -exec rm -f {} \;
+ find doc -name '*.pdf' -exec rm -f {} \;
+ find doc -name '*.eps' -exec rm -f {} \;
+ find doc -name '*methods.tex' -exec rm -f {} \;
+ find test -name '*.py[co]' -exec rm -f {} \;
+ find albatross -name '*.py[co]' -exec rm -f {} \;
+ rm -f build-ext-python* install-ext-python*
+ rm -f doc/albatross.lof doc/albatross.tex2 doc/other.html
dh_clean
# Install files in their correct locations
signature.asc
Description: Digital signature

