root/cleverbox/tags/0.4.2/debian/rules

Revision 263, 432 bytes (checked in by trivoallan, 4 years ago)

cleverbox :

  • Added automatic apache modules enabling in debian package postinst. Fixes #33
  • Restored wrongly deleted INSTALL file
  • Added deb install instructions in INSTALL
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2DEB_PYTHON_SYSTEM := pysupport
3
4# CDBS rules :)
5include /usr/share/cdbs/1/rules/debhelper.mk
6include /usr/share/cdbs/1/class/python-distutils.mk
7
8install/cleverbox::
9
10        # Project documentation is superceded by dedicated Debian docs
11        rm -r debian/cleverbox/usr/share/doc
12       
13binary-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
Note: See TracBrowser for help on using the browser.