Changeset 242
- Timestamp:
- 02/19/08 18:29:11 (9 months ago)
- Files:
-
- cleverbox/branches/0.4/debian/control (modified) (1 diff)
- cleverbox/branches/0.4/debian/man (deleted)
- cleverbox/branches/0.4/debian/package-it (modified) (1 diff)
- cleverbox/branches/0.4/debian/pyversions (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cleverbox/branches/0.4/debian/control
r238 r242 8 8 Package: cleverbox 9 9 Architecture: all 10 Depends: ${python:Depends}, apache2, subversion, trac (>=0.10.3)10 Depends: ${python:Depends}, subversion, trac (>=0.10.3), libapache2-mod-python (>= 3.3.1) 11 11 Suggests: libapache2-mod-macro 12 12 Description: Trac and Subversion instances deployment shell cleverbox/branches/0.4/debian/package-it
r231 r242 5 5 6 6 if [ ! -f ../cleverbox_${VERSION}.orig.tar.gz ]; then 7 (cd .. ; svn export http://www.clever-age.org/svn/cleverbox/ branches/0.4cleverbox-${VERSION} && \7 (cd .. ; svn export http://www.clever-age.org/svn/cleverbox/tags/${VERSION} cleverbox-${VERSION} && \ 8 8 tar -czf cleverbox_${VERSION}.orig.tar.gz cleverbox-${VERSION} && \ 9 9 echo "Created cleverbox_${VERSION}.orig.tar.gz")
