Author: anhi-guest Date: 2009-09-02 12:15:54 +0000 (Wed, 02 Sep 2009) New Revision: 3848
Modified: trunk/packages/ball/trunk/debian/changelog trunk/packages/ball/trunk/debian/copyright trunk/packages/ball/trunk/debian/watch Log: Upgraded for BALL-1.3-RC2 Modified: trunk/packages/ball/trunk/debian/changelog =================================================================== --- trunk/packages/ball/trunk/debian/changelog 2009-09-01 11:10:38 UTC (rev 3847) +++ trunk/packages/ball/trunk/debian/changelog 2009-09-02 12:15:54 UTC (rev 3848) @@ -1,3 +1,12 @@ +ball (1.3+rc2-1) unstable; urgency=low + + * Removed debian/copyright entries for files no longer in the repository + * Updated to new upstream release candidate + * Removed build-dependency on libboost-asio-dev (Closes: #542251) + * Some small packaging improvements + + -- Andreas Hildebrandt <[email protected]> Wed, 02 Sep 2009 12:53:37 +0200 + ball (1.3+beta2.1-2) unstable; urgency=low * Re-upload upon initial rejection to improve debian/copyright (Closes: #407665) Modified: trunk/packages/ball/trunk/debian/copyright =================================================================== --- trunk/packages/ball/trunk/debian/copyright 2009-09-01 11:10:38 UTC (rev 3847) +++ trunk/packages/ball/trunk/debian/copyright 2009-09-02 12:15:54 UTC (rev 3848) @@ -40,74 +40,6 @@ License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -The source very selectively borrows code from other projects: - -File: source/COMMON/MD5Hash.C -Copyright: (C) 1991-1992, RSA Data Security, Inc. Created 1991. -License: - This C++ Class implementation of the original RSA Data Security, Inc. - MD5 Message-Digest Algorithm is copyright (c) 2002, Gary McNickle. - All rights reserved. This software is a derivative of the "RSA Data - Security, Inc. MD5 Message-Digest Algorithm" - - You may use this software free of any charge, but without any - warranty or implied warranty, provided that you follow the terms - of the original RSA copyright, listed below. - - Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All - rights reserved. - - License to copy and use this software is granted provided that it - is identified as the "RSA Data Security, Inc. MD5 Message-Digest - Algorithm" in all material mentioning or referencing this software - or this function. - License is also granted to make and use derivative works provided - that such works are identified as "derived from the RSA Data - Security, Inc. MD5 Message-Digest Algorithm" in all material - mentioning or referencing the derived work. - RSA Data Security, Inc. makes no representations concerning either - the merchantability of this software or the suitability of this - software for any particular purpose. It is provided "as is" - without express or implied warranty of any kind. - These notices must be retained in any copies of any part of this - documentation and/or software. - - -File: source/VIEW/SOAP/{soapH.h,soapStub.h,stdsoap2.C,soapClient.C,soapC.C,eutils_lite.h} -Copyright: (C) 2000-2006, Robert van Engelen, Genivia Inc. All Rights Reserved. -License: - Generated by gSOAP 2.7.9a from eutils_lite.h - Copyright(C) 2000-2006, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. - -File: source/install-sh -Copyright: (C) 1994 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 - X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN - AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- - TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - Except as contained in this notice, the name of the X Consortium shall not - be used in advertising or otherwise to promote the sale, use or other deal- - ings in this Software without prior written authorization from the X Consor- - tium. - - FSF changes to this file are in the public domain. - File: source/configure Copyright: (C) 1992-6, 1998-2006 Free Software Foundation, Inc. License: @@ -164,21 +96,6 @@ Matteo Settenvini <[email protected]>, Horst Knorr <[email protected]> License: GPL3+ -File: doc/TUTORIAL/indexstyle.ids -Copyright: (C) 1997 Johannes Braams. -License; - This work may be distributed and/or modified under the - conditions of the LaTeX Project Public License, either version 1.3 - of this license or (at your option) any later version. - The latest version of this license is in - http://www.latex-project.org/lppl.txt - and version 1.3 or later is part of all distributions of LaTeX - version 2005/12/01 or later. - - This work consists of the file indexstyle.ids, which was derived - from the file bbind.ist of the babel package. - - On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2' and the GNU Public License can be found in `/usr/share/common-licenses/GPL-2'. Modified: trunk/packages/ball/trunk/debian/watch =================================================================== --- trunk/packages/ball/trunk/debian/watch 2009-09-01 11:10:38 UTC (rev 3847) +++ trunk/packages/ball/trunk/debian/watch 2009-09-02 12:15:54 UTC (rev 3848) @@ -1,3 +1,3 @@ version=3 -opts=uversionmangle=s/-beta/+beta/ \ +opts=uversionmangle=s/-(.*)/+$1/ \ http://ball-www.bioinf.uni-sb.de/Releases/all/BALL-(.*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
