Author: malat Date: 2012-03-30 08:01:56 +0000 (Fri, 30 Mar 2012) New Revision: 10173
Added: trunk/packages/libics/ trunk/packages/libics/trunk/ trunk/packages/libics/trunk/debian/ trunk/packages/libics/trunk/debian/changelog trunk/packages/libics/trunk/debian/compat trunk/packages/libics/trunk/debian/control trunk/packages/libics/trunk/debian/copyright trunk/packages/libics/trunk/debian/rules trunk/packages/libics/trunk/debian/source/ trunk/packages/libics/trunk/debian/source/format trunk/packages/libics/trunk/debian/watch Log: Start working on libics Added: trunk/packages/libics/trunk/debian/changelog =================================================================== --- trunk/packages/libics/trunk/debian/changelog (rev 0) +++ trunk/packages/libics/trunk/debian/changelog 2012-03-30 08:01:56 UTC (rev 10173) @@ -0,0 +1,5 @@ +libics (1.5.1-1) unstable; urgency=low + + * Initial Debian Upload (Closes: #) + + -- Mathieu Malaterre <[email protected]> Sun, 13 Nov 2011 19:41:37 +0100 Added: trunk/packages/libics/trunk/debian/compat =================================================================== --- trunk/packages/libics/trunk/debian/compat (rev 0) +++ trunk/packages/libics/trunk/debian/compat 2012-03-30 08:01:56 UTC (rev 10173) @@ -0,0 +1 @@ +8 Added: trunk/packages/libics/trunk/debian/control =================================================================== --- trunk/packages/libics/trunk/debian/control (rev 0) +++ trunk/packages/libics/trunk/debian/control 2012-03-30 08:01:56 UTC (rev 10173) @@ -0,0 +1,35 @@ +Source: libics +Priority: optional +Section: libs +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Mathieu Malaterre <[email protected]> +Build-Depends: debhelper (>= 8) +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 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Image Cytometry Standard file reading and writing + This is the reference library for ICS (Image Cytometry Standard), an open + standard for writing images of any dimensionality and data type to file, + together with associated information regarding the recording equipment or + recorded subject. + . + This package contains the libraries needed to run ICS applications. + +Package: libics-dev +Provides: libics0-dev +Section: libdevel +Architecture: any +Depends: libgdcm0 (= ${binary:Version}), ${misc:Depends} +Description: Image Cytometry Standard file reading and writing + This is the reference library for ICS (Image Cytometry Standard), an open + standard for writing images of any dimensionality and data type to file, + together with associated information regarding the recording equipment or + recorded subject. + . + This package contains the libraries needed to build ICS applications. Added: trunk/packages/libics/trunk/debian/copyright =================================================================== --- trunk/packages/libics/trunk/debian/copyright (rev 0) +++ trunk/packages/libics/trunk/debian/copyright 2012-03-30 08:01:56 UTC (rev 10173) @@ -0,0 +1,25 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: libics +Source: http://libics.sf.net + +Files: * +Copyright: © 22000-2010 Cris Luengo and others +License: LGPL2+ + 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. + +Files: debian/* +Copyright: © 2011 Mathieu Malaterre <[email protected]> +License: LGPL2+ + Same as above Added: trunk/packages/libics/trunk/debian/rules =================================================================== --- trunk/packages/libics/trunk/debian/rules (rev 0) +++ trunk/packages/libics/trunk/debian/rules 2012-03-30 08:01:56 UTC (rev 10173) @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +get-orig-source: + uscan --verbose --force-download Property changes on: trunk/packages/libics/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/libics/trunk/debian/source/format =================================================================== --- trunk/packages/libics/trunk/debian/source/format (rev 0) +++ trunk/packages/libics/trunk/debian/source/format 2012-03-30 08:01:56 UTC (rev 10173) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/libics/trunk/debian/watch =================================================================== --- trunk/packages/libics/trunk/debian/watch (rev 0) +++ trunk/packages/libics/trunk/debian/watch 2012-03-30 08:01:56 UTC (rev 10173) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/libics/libics-([\d\.]+)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
