root/cleverbox/tags/0.4.4/debian/rules

Revision 338, 288 bytes (checked in by trivoallan, 4 years ago)

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.

  • 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
Note: See TracBrowser for help on using the browser.