Author: malat Date: 2012-03-30 08:03:33 +0000 (Fri, 30 Mar 2012) New Revision: 10174
Modified: trunk/packages/libics/trunk/debian/changelog trunk/packages/libics/trunk/debian/control trunk/packages/libics/trunk/debian/copyright trunk/packages/libics/trunk/debian/rules Log: Fix install. Add ITP. Fix typo Modified: trunk/packages/libics/trunk/debian/changelog =================================================================== --- trunk/packages/libics/trunk/debian/changelog 2012-03-30 08:01:56 UTC (rev 10173) +++ trunk/packages/libics/trunk/debian/changelog 2012-03-30 08:03:33 UTC (rev 10174) @@ -1,5 +1,5 @@ -libics (1.5.1-1) unstable; urgency=low +libics (1.5.2-1) unstable; urgency=low - * Initial Debian Upload (Closes: #) + * Initial Debian Upload (Closes: #666082) - -- Mathieu Malaterre <[email protected]> Sun, 13 Nov 2011 19:41:37 +0100 + -- Mathieu Malaterre <[email protected]> Wed, 28 Mar 2012 17:28:11 +0200 Modified: trunk/packages/libics/trunk/debian/control =================================================================== --- trunk/packages/libics/trunk/debian/control 2012-03-30 08:01:56 UTC (rev 10173) +++ trunk/packages/libics/trunk/debian/control 2012-03-30 08:03:33 UTC (rev 10174) @@ -25,7 +25,7 @@ Provides: libics0-dev Section: libdevel Architecture: any -Depends: libgdcm0 (= ${binary:Version}), ${misc:Depends} +Depends: libics (= ${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, Modified: trunk/packages/libics/trunk/debian/copyright =================================================================== --- trunk/packages/libics/trunk/debian/copyright 2012-03-30 08:01:56 UTC (rev 10173) +++ trunk/packages/libics/trunk/debian/copyright 2012-03-30 08:03:33 UTC (rev 10174) @@ -3,7 +3,7 @@ Source: http://libics.sf.net Files: * -Copyright: © 22000-2010 Cris Luengo and others +Copyright: © 2000-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 @@ -20,6 +20,6 @@ Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Files: debian/* -Copyright: © 2011 Mathieu Malaterre <[email protected]> +Copyright: © 2012 Mathieu Malaterre <[email protected]> License: LGPL2+ Same as above Modified: trunk/packages/libics/trunk/debian/rules =================================================================== --- trunk/packages/libics/trunk/debian/rules 2012-03-30 08:01:56 UTC (rev 10173) +++ trunk/packages/libics/trunk/debian/rules 2012-03-30 08:03:33 UTC (rev 10174) @@ -3,5 +3,16 @@ %: dh $@ +pkg_run = libics +pkg_dev = libics-dev + +override_dh_install: + # Runtime Package + dh_install -p$(pkg_run) usr/lib/lib*.so.* + # Development Package + dh_install -p$(pkg_dev) usr/include + dh_install -p$(pkg_dev) usr/lib/lib*.a + dh_install -p$(pkg_dev) usr/lib/lib*.so + get-orig-source: uscan --verbose --force-download _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
