Author: schristley-guest Date: 2009-09-21 02:06:50 +0000 (Mon, 21 Sep 2009) New Revision: 4004
Removed: trunk/packages/biococoa/trunk/debian/examples Modified: trunk/packages/biococoa/trunk/debian/changelog trunk/packages/biococoa/trunk/debian/copyright trunk/packages/biococoa/trunk/debian/docs trunk/packages/biococoa/trunk/debian/rules Log: new upstream release for biococoa Modified: trunk/packages/biococoa/trunk/debian/changelog =================================================================== --- trunk/packages/biococoa/trunk/debian/changelog 2009-09-18 11:46:09 UTC (rev 4003) +++ trunk/packages/biococoa/trunk/debian/changelog 2009-09-21 02:06:50 UTC (rev 4004) @@ -1,3 +1,14 @@ +biococoa (2.2.0-1) unstable; urgency=low + + [ Scott Christley ] + * New upstream version + * debian/copyright: Upstream moved to BSD style license. + * debian/rules: Examples no longer supplied with source. + * debian/examples: Remove. + * debian/docs: Add Authors.txt. + + -- Scott Christley <[email protected]> Sun, 20 Sep 2009 18:52:16 -0700 + biococoa (2.1.1-1) unstable; urgency=low [ Scott Christley ] Modified: trunk/packages/biococoa/trunk/debian/copyright =================================================================== --- trunk/packages/biococoa/trunk/debian/copyright 2009-09-18 11:46:09 UTC (rev 4003) +++ trunk/packages/biococoa/trunk/debian/copyright 2009-09-21 02:06:50 UTC (rev 4004) @@ -7,21 +7,27 @@ Copyright: - Copyright (C) 2004 The BioCocoa team +Copyright (c) 2003-2009 The BioCocoa Project. +All rights reserved. - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA - -Released under the GNU Lesser General Public Library 2.0 -Please see /usr/share/common-licenses/LGPL-2 for the full license. +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Modified: trunk/packages/biococoa/trunk/debian/docs =================================================================== --- trunk/packages/biococoa/trunk/debian/docs 2009-09-18 11:46:09 UTC (rev 4003) +++ trunk/packages/biococoa/trunk/debian/docs 2009-09-21 02:06:50 UTC (rev 4004) @@ -1,3 +1,4 @@ Tests DeveloperDocs Publications.txt +Authors.txt Deleted: trunk/packages/biococoa/trunk/debian/examples =================================================================== --- trunk/packages/biococoa/trunk/debian/examples 2009-09-18 11:46:09 UTC (rev 4003) +++ trunk/packages/biococoa/trunk/debian/examples 2009-09-21 02:06:50 UTC (rev 4004) @@ -1 +0,0 @@ -Examples/* Modified: trunk/packages/biococoa/trunk/debian/rules =================================================================== --- trunk/packages/biococoa/trunk/debian/rules 2009-09-18 11:46:09 UTC (rev 4003) +++ trunk/packages/biococoa/trunk/debian/rules 2009-09-21 02:06:50 UTC (rev 4004) @@ -33,6 +33,6 @@ endif DEB_MAKE_INVOKE += OPTFLAG=$(OPTFLAG) -binary-post-install/libbiococoa-dev:: - find $(d_dev)/usr/share/doc/$(DEB_GS_DEVPKG_NAME_$(framework))/examples/ \ - -type f -exec chmod 644 \{\} \; +#binary-post-install/libbiococoa-dev:: +# find $(d_dev)/usr/share/doc/$(DEB_GS_DEVPKG_NAME_$(framework))/examples/ \ +# -type f -exec chmod 644 \{\} \; _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
