Author: malat-guest Date: 2011-12-07 17:50:03 +0000 (Wed, 07 Dec 2011) New Revision: 8817
Modified: trunk/packages/openslide/trunk/debian/control trunk/packages/openslide/trunk/debian/copyright trunk/packages/openslide/trunk/debian/openslide-show-properties.1 trunk/packages/openslide/trunk/debian/rules Log: Fix some lintian warnings Modified: trunk/packages/openslide/trunk/debian/control =================================================================== --- trunk/packages/openslide/trunk/debian/control 2011-12-07 17:43:14 UTC (rev 8816) +++ trunk/packages/openslide/trunk/debian/control 2011-12-07 17:50:03 UTC (rev 8817) @@ -4,12 +4,12 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.6.2), quilt (>= 0.46-7~), +Build-Depends: debhelper (>= 8), libjpeg-dev, libopenjpeg-dev, zlib1g-dev, libtiff-dev, libgtk2.0-dev Standards-Version: 3.9.2 Homepage: http://openslide.org Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/openslide/trunk/ -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/openslide/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/openslide/trunk/ Package: libopenslide0 Architecture: any Modified: trunk/packages/openslide/trunk/debian/copyright =================================================================== --- trunk/packages/openslide/trunk/debian/copyright 2011-12-07 17:43:14 UTC (rev 8816) +++ trunk/packages/openslide/trunk/debian/copyright 2011-12-07 17:50:03 UTC (rev 8817) @@ -14,7 +14,7 @@ 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 copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the copyright @@ -22,7 +22,7 @@ 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 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. @@ -54,16 +54,16 @@ (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. - + . These conditions apply to any software derived from or based on the IJG code, not just to the unmodified library. If you use our work, you ought to acknowledge us. - + . Permission is NOT granted for the use of any IJG author's name or company name in advertising or publicity relating to this software or products derived from it. This software may be referred to only as "the Independent JPEG Group's software". - + . We specifically permit and encourage the use of this software as the basis of commercial products, provided that all warranty or liability claims are assumed by the product vendor. Modified: trunk/packages/openslide/trunk/debian/openslide-show-properties.1 =================================================================== --- trunk/packages/openslide/trunk/debian/openslide-show-properties.1 2011-12-07 17:43:14 UTC (rev 8816) +++ trunk/packages/openslide/trunk/debian/openslide-show-properties.1 2011-12-07 17:50:03 UTC (rev 8817) @@ -93,9 +93,9 @@ ImageDescription^Stores some important key-value pairs, see below Software^Starts with \*(lqMedScan\*(rq XResolution, YResolution^T{ -Seems to store microns-per-pixel (MPP), which may or may not take into account -the correct objective power. Note that this is inverted from standard TIFF, -which stores pixels-per-unit, not units-per-pixel. +Seems to store microns-per-pixel (MPP), which may or may not take into +account the correct objective power. Note that this is inverted from standard +TIFF, which stores pixels-per-unit, not units-per-pixel. T} .TE Modified: trunk/packages/openslide/trunk/debian/rules =================================================================== --- trunk/packages/openslide/trunk/debian/rules 2011-12-07 17:43:14 UTC (rev 8816) +++ trunk/packages/openslide/trunk/debian/rules 2011-12-07 17:50:03 UTC (rev 8817) @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh --parallel --with quilt $@ + dh $@ --parallel get-orig-source: ./debian/get-orig-source _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
