Author: malat Date: 2012-03-30 08:21:36 +0000 (Fri, 30 Mar 2012) New Revision: 10177
Modified: trunk/packages/libics/trunk/debian/control trunk/packages/libics/trunk/debian/copyright Log: fix issues reported by lintian Modified: trunk/packages/libics/trunk/debian/control =================================================================== --- trunk/packages/libics/trunk/debian/control 2012-03-30 08:17:18 UTC (rev 10176) +++ trunk/packages/libics/trunk/debian/control 2012-03-30 08:21:36 UTC (rev 10177) @@ -3,14 +3,13 @@ Section: libs Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 8), zlib1g-dev | libz-dev +Build-Depends: debhelper (>= 8), zlib1g-dev | libz-dev, autotools-dev Standards-Version: 3.9.3 Homepage: http://libics.sf.net Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libics/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libics/trunk/ -Package: libics -Provides: libics0 +Package: libics0 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Image Cytometry Standard file reading and writing Modified: trunk/packages/libics/trunk/debian/copyright =================================================================== --- trunk/packages/libics/trunk/debian/copyright 2012-03-30 08:17:18 UTC (rev 10176) +++ trunk/packages/libics/trunk/debian/copyright 2012-03-30 08:21:36 UTC (rev 10177) @@ -4,22 +4,25 @@ Files: * Copyright: © 2000-2010 Cris Luengo and others -License: LGPL2+ +License: LGPL-2+ 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. - + . 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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Library General Public License + can be found in /usr/share/common-licenses/LGPL-2 file. Files: debian/* Copyright: © 2012 Mathieu Malaterre <[email protected]> -License: LGPL2+ +License: LGPL-2+ Same as above _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
