|
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 |
|---|
| 2 | DEB_PYTHON_SYSTEM := pysupport |
|---|
| 3 | |
|---|
| 4 | # CDBS rules :) |
|---|
| 5 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 6 | include /usr/share/cdbs/1/class/python-distutils.mk |
|---|
| 7 | |
|---|
| 8 | install/cleverbox:: |
|---|
| 9 | |
|---|
| 10 | # Project documentation is superceded by dedicated Debian docs |
|---|
| 11 | rm -r debian/cleverbox/usr/share/doc |
|---|