tags 391234 +patch
thanks

Hi, here a patch for this FTBFS.

Regards

-- 
  .''`.     Mario Iseli <[EMAIL PROTECTED]>
 : :'  :    proud user of Debian unstable
 `. `'`
   `-  Debian - when you have better things to do than fixing a system
diff -Naur old/python2.3-2.3.5/debian/rules python2.3-2.3.5/debian/rules
--- old/python2.3-2.3.5/debian/rules    2006-10-07 18:21:45.000000000 +0200
+++ python2.3-2.3.5/debian/rules        2006-10-07 18:07:28.000000000 +0200
@@ -362,7 +362,8 @@
        : # move manpages to new names
        if [ -d $(d)/usr/man/man1 ]; then \
            mkdir -p $(d)/usr/share/man/man1; \
-           mv $(d)/usr/man/man1 $(d)/usr/share/man/; \
+           mv $(d)/usr/man/man1/* $(d)/usr/share/man/man1/; \
+           rm -rf $(d)/usr/man; \
        fi
        mv $(d)/usr/share/man/man1/python.1 \
                $(d)/usr/share/man/man1/python$(VER).1

Reply via email to