Author: malat Date: 2012-04-11 09:36:03 +0000 (Wed, 11 Apr 2012) New Revision: 10365
Modified: trunk/packages/openslide/trunk/debian/changelog trunk/packages/openslide/trunk/debian/control trunk/packages/openslide/trunk/debian/copyright Log: Update for next openslide Modified: trunk/packages/openslide/trunk/debian/changelog =================================================================== --- trunk/packages/openslide/trunk/debian/changelog 2012-04-11 07:21:21 UTC (rev 10364) +++ trunk/packages/openslide/trunk/debian/changelog 2012-04-11 09:36:03 UTC (rev 10365) @@ -1,3 +1,11 @@ +openslide (3.2.6-2) UNRELEASED; urgency=low + + * Rebuild against libtiff5 + * Use my @d.o alias, remove DMUA flag + * Add missing copyrights in d/copyright + + -- Mathieu Malaterre <[email protected]> Wed, 11 Apr 2012 11:28:07 +0200 + openslide (3.2.6-1) unstable; urgency=low * Fix regression in openslide_read_region introduced in 3.2.5 Modified: trunk/packages/openslide/trunk/debian/control =================================================================== --- trunk/packages/openslide/trunk/debian/control 2012-04-11 07:21:21 UTC (rev 10364) +++ trunk/packages/openslide/trunk/debian/control 2012-04-11 09:36:03 UTC (rev 10365) @@ -2,10 +2,9 @@ Section: libs Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Mathieu Malaterre <[email protected]> +Uploaders: Mathieu Malaterre <[email protected]> Build-Depends: debhelper (>= 8), - libjpeg-dev, libopenjpeg-dev, zlib1g-dev, libtiff-dev, libgtk2.0-dev + libjpeg-dev, libopenjpeg-dev, zlib1g-dev, libtiff-dev | libtiff5-dev, libgtk2.0-dev Standards-Version: 3.9.3 Homepage: http://openslide.org Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/openslide/trunk/ Modified: trunk/packages/openslide/trunk/debian/copyright =================================================================== --- trunk/packages/openslide/trunk/debian/copyright 2012-04-11 07:21:21 UTC (rev 10364) +++ trunk/packages/openslide/trunk/debian/copyright 2012-04-11 09:36:03 UTC (rev 10365) @@ -6,6 +6,80 @@ Copyright: © 2007-2010 Carnegie Mellon University License: LGPL-2.1 +Files: src/valgrind.h +Copyright: © 2000-2009 Julian Seward. All rights reserved. +License: BSD-4-clause + This file is part of Valgrind, a dynamic binary instrumentation + framework. + . + 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. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + . + 3. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + . + 4. The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + . + 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. + +Files: src/callgrind.h +Copyright: © 2003-2009 Josef Weidendorfer. All rights reserved. +License: BSD-4-clause + This file is part of callgrind, a valgrind tool for cache simulation + and call tree tracing. + . + 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. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + . + 3. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + . + 4. The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + . + 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. + Files: cmake/*.cmake Copyright: © 2001-2009 Kitware, Inc. © 2008-2009 Philip Lowman <[email protected]> _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
