# HG changeset patch # User meillo@marmaro.de # Date 1202934800 -3600 # Node ID ca56c1b3fb67b3c35d4993d5622692b688261408 # Parent 3c64b5ac821b792ddda0832eb79a00658d67c5ef added license to debian/copyright; fixed minor makefile and debian stuff diff -r 3c64b5ac821b -r ca56c1b3fb67 Makefile --- a/Makefile Wed Feb 13 21:23:21 2008 +0100 +++ b/Makefile Wed Feb 13 21:33:20 2008 +0100 @@ -55,7 +55,7 @@ dist: build changelog @echo "generating tarball" @mkdir -p ${NV} - @cp -f ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} + @cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} @tar -czhof ${NV}.tar.gz ${NV} @rm -rf ${NV} diff -r 3c64b5ac821b -r ca56c1b3fb67 debian/changelog --- a/debian/changelog Wed Feb 13 21:23:21 2008 +0100 +++ b/debian/changelog Wed Feb 13 21:33:20 2008 +0100 @@ -1,6 +1,20 @@ +baum (0.1-4) unstable; urgency=low + + * included license in debian/copyright + + -- markus schnalke Wed, 13 Feb 2008 21:31:08 +0100 + + +baum (0.1-3) unstable; urgency=low + + * added examples + + -- markus schnalke Wed, 13 Feb 2008 21:25:32 +0100 + + baum (0.1-2) unstable; urgency=low - * Initial debian package + * fixed some problems -- markus schnalke Wed, 13 Feb 2008 21:10:16 +0100 diff -r 3c64b5ac821b -r ca56c1b3fb67 debian/copyright --- a/debian/copyright Wed Feb 13 21:23:21 2008 +0100 +++ b/debian/copyright Wed Feb 13 21:33:20 2008 +0100 @@ -5,7 +5,25 @@ Upstream Author: markus schnalke -This software is copyright (c) 2008 markus schnalke. -You are free to distribute this software under the terms of -the MIT-/X-License. See LICENSE for details. +Copyright 2008 markus schnalke + +MIT/X Consortium License + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff -r 3c64b5ac821b -r ca56c1b3fb67 debian/docs --- a/debian/docs Wed Feb 13 21:23:21 2008 +0100 +++ b/debian/docs Wed Feb 13 21:33:20 2008 +0100 @@ -1,3 +1,2 @@ -LICENSE README TODO diff -r 3c64b5ac821b -r ca56c1b3fb67 debian/rules --- a/debian/rules Wed Feb 13 21:23:21 2008 +0100 +++ b/debian/rules Wed Feb 13 21:33:20 2008 +0100 @@ -53,7 +53,7 @@ dh_testroot # dh_installdebconf dh_installdocs - dh_installexamples examples + dh_installexamples examples/* # dh_installmenu # dh_installlogrotate # dh_installemacsen