baum
changeset 21:ca56c1b3fb67
added license to debian/copyright; fixed minor makefile and debian stuff
author | meillo@marmaro.de |
---|---|
date | Wed, 13 Feb 2008 21:33:20 +0100 |
parents | 3c64b5ac821b |
children | 4fd4c56e8950 |
files | Makefile debian/changelog debian/copyright debian/docs debian/rules |
diffstat | 5 files changed, 38 insertions(+), 7 deletions(-) [+] |
line diff
1.1 --- a/Makefile Wed Feb 13 21:23:21 2008 +0100 1.2 +++ b/Makefile Wed Feb 13 21:33:20 2008 +0100 1.3 @@ -55,7 +55,7 @@ 1.4 dist: build changelog 1.5 @echo "generating tarball" 1.6 @mkdir -p ${NV} 1.7 - @cp -f ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} 1.8 + @cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} 1.9 @tar -czhof ${NV}.tar.gz ${NV} 1.10 @rm -rf ${NV} 1.11
2.1 --- a/debian/changelog Wed Feb 13 21:23:21 2008 +0100 2.2 +++ b/debian/changelog Wed Feb 13 21:33:20 2008 +0100 2.3 @@ -1,6 +1,20 @@ 2.4 +baum (0.1-4) unstable; urgency=low 2.5 + 2.6 + * included license in debian/copyright 2.7 + 2.8 + -- markus schnalke <meillo@marmaro.de> Wed, 13 Feb 2008 21:31:08 +0100 2.9 + 2.10 + 2.11 +baum (0.1-3) unstable; urgency=low 2.12 + 2.13 + * added examples 2.14 + 2.15 + -- markus schnalke <meillo@marmaro.de> Wed, 13 Feb 2008 21:25:32 +0100 2.16 + 2.17 + 2.18 baum (0.1-2) unstable; urgency=low 2.19 2.20 - * Initial debian package 2.21 + * fixed some problems 2.22 2.23 -- markus schnalke <meillo@marmaro.de> Wed, 13 Feb 2008 21:10:16 +0100 2.24
3.1 --- a/debian/copyright Wed Feb 13 21:23:21 2008 +0100 3.2 +++ b/debian/copyright Wed Feb 13 21:33:20 2008 +0100 3.3 @@ -5,7 +5,25 @@ 3.4 3.5 Upstream Author: markus schnalke <meillo@marmaro.de> 3.6 3.7 -This software is copyright (c) 2008 markus schnalke. 3.8 3.9 -You are free to distribute this software under the terms of 3.10 -the MIT-/X-License. See LICENSE for details. 3.11 +Copyright 2008 markus schnalke <meillo@marmaro.de> 3.12 + 3.13 +MIT/X Consortium License 3.14 + 3.15 +Permission is hereby granted, free of charge, to any person obtaining a 3.16 +copy of this software and associated documentation files (the "Software"), 3.17 +to deal in the Software without restriction, including without limitation 3.18 +the rights to use, copy, modify, merge, publish, distribute, sublicense, 3.19 +and/or sell copies of the Software, and to permit persons to whom the 3.20 +Software is furnished to do so, subject to the following conditions: 3.21 + 3.22 +The above copyright notice and this permission notice shall be included in 3.23 +all copies or substantial portions of the Software. 3.24 + 3.25 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 3.26 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 3.27 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 3.28 +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 3.29 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 3.30 +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 3.31 +DEALINGS IN THE SOFTWARE.
4.1 --- a/debian/docs Wed Feb 13 21:23:21 2008 +0100 4.2 +++ b/debian/docs Wed Feb 13 21:33:20 2008 +0100 4.3 @@ -1,3 +1,2 @@ 4.4 -LICENSE 4.5 README 4.6 TODO
5.1 --- a/debian/rules Wed Feb 13 21:23:21 2008 +0100 5.2 +++ b/debian/rules Wed Feb 13 21:33:20 2008 +0100 5.3 @@ -53,7 +53,7 @@ 5.4 dh_testroot 5.5 # dh_installdebconf 5.6 dh_installdocs 5.7 - dh_installexamples examples 5.8 + dh_installexamples examples/* 5.9 # dh_installmenu 5.10 # dh_installlogrotate 5.11 # dh_installemacsen