Show
Ignore:
Timestamp:
05/03/08 09:55:04 (4 years ago)
Author:
trivoallan
Message:

cleverbox :

  • fixed Cleverbox does not work if trac-admin script is in a non standard location (#48)
  • fixed trac version dependency in setup.py
  • debian packaging : binary-install actions should go in postinst file (#46)
  • debian packaging : added python-setuptools to build dependencies


all fixes on both trunk and 0.4 branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/branches/0.4/debian/rules

    r263 r338  
    1010        # Project documentation is superceded by dedicated Debian docs 
    1111        rm -r debian/cleverbox/usr/share/doc 
    12          
    13 binary-install/cleverbox:: 
    14          
    15         # Enable mandatory apache modules 
    16         a2enmod dav_fs 
    17         a2enmod dav_svn 
    18  
    19         # Reload apache 
    20         /etc/init.d/apache2 reload