Changeset 237
- Timestamp:
- 02/19/08 17:17:00 (4 years ago)
- Location:
- cleverbox/branches/0.4/debian
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/debian/copyright
r231 r237 4 4 It was downloaded from http://www.clever-age.org/trac/wiki/cleverbox 5 5 6 Upstream Author (s):6 Upstream Author: 7 7 8 8 Tristan Rivoallan <trivoallan@clever-age.com> … … 16 16 This package is free software; you can redistribute it and/or modify 17 17 it under the terms of the GNU General Public License as published by 18 the Free Software Foundation; either version 2of the License, or18 the Free Software Foundation; either version 3 of the License, or 19 19 (at your option) any later version. 20 20 … … 29 29 30 30 On Debian systems, the complete text of the GNU General 31 Public License can be found in `/usr/share/common-licenses/GPL '.31 Public License can be found in `/usr/share/common-licenses/GPL-3'. 32 32 33 33 The Debian packaging is (C) 2008, Tristan Rivoallan <tristan@rivoallan.net> and -
cleverbox/branches/0.4/debian/rules
r236 r237 2 2 DEB_PYTHON_SYSTEM := pysupport 3 3 4 # CDBS rules :) 4 5 include /usr/share/cdbs/1/rules/debhelper.mk 5 6 include /usr/share/cdbs/1/class/python-distutils.mk 6 7 7 install/cleverbox-docs:: 8 rm -rf debian/cleverbox/docs 8 install/cleverbox:: 9 # Project documentation is superceded by dedicated Debian docs 10 rm -r debian/cleverbox/usr/share/doc
