Author: malat Date: 2012-04-11 16:57:22 +0000 (Wed, 11 Apr 2012) New Revision: 10378
Added: trunk/packages/libics/trunk/debian/libics-doc.doc-base trunk/packages/libics/trunk/debian/libics-doc.docs Modified: trunk/packages/libics/trunk/debian/changelog trunk/packages/libics/trunk/debian/compat trunk/packages/libics/trunk/debian/control trunk/packages/libics/trunk/debian/rules Log: update libics Modified: trunk/packages/libics/trunk/debian/changelog =================================================================== --- trunk/packages/libics/trunk/debian/changelog 2012-04-11 14:39:53 UTC (rev 10377) +++ trunk/packages/libics/trunk/debian/changelog 2012-04-11 16:57:22 UTC (rev 10378) @@ -1,3 +1,11 @@ +libics (1.5.2-3) unstable; urgency=low + + * Use dh(9), get hardening for free + * Add libics-doc package for documentation + * Make multiarch + + -- Mathieu Malaterre <[email protected]> Wed, 11 Apr 2012 18:57:00 +0200 + libics (1.5.2-2) unstable; urgency=low * Pull svn rev 10 to fix big endian issues. Modified: trunk/packages/libics/trunk/debian/compat =================================================================== --- trunk/packages/libics/trunk/debian/compat 2012-04-11 14:39:53 UTC (rev 10377) +++ trunk/packages/libics/trunk/debian/compat 2012-04-11 16:57:22 UTC (rev 10378) @@ -1 +1 @@ -8 +9 Modified: trunk/packages/libics/trunk/debian/control =================================================================== --- trunk/packages/libics/trunk/debian/control 2012-04-11 14:39:53 UTC (rev 10377) +++ trunk/packages/libics/trunk/debian/control 2012-04-11 16:57:22 UTC (rev 10378) @@ -3,7 +3,7 @@ Section: libs Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 8), zlib1g-dev | libz-dev, autotools-dev +Build-Depends: debhelper (>= 9), 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/ @@ -12,6 +12,7 @@ Package: libics0 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Pre-Depends: ${misc:Pre-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, @@ -32,3 +33,15 @@ recorded subject. . This package contains the libraries needed to build ICS applications. + +Package: libics-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, doc-base +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 documentation for ICS Added: trunk/packages/libics/trunk/debian/libics-doc.doc-base =================================================================== --- trunk/packages/libics/trunk/debian/libics-doc.doc-base (rev 0) +++ trunk/packages/libics/trunk/debian/libics-doc.doc-base 2012-04-11 16:57:22 UTC (rev 10378) @@ -0,0 +1,13 @@ +Document: libics-doc +Title: libics Library Users Manual +Author: Cris Luengo +Abstract: 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. +Section: Science/Data Analysis + +Format: HTML +Index: /usr/share/doc/libics-doc/index.html +Files: /usr/share/doc/libics-doc/*.html + Added: trunk/packages/libics/trunk/debian/libics-doc.docs =================================================================== --- trunk/packages/libics/trunk/debian/libics-doc.docs (rev 0) +++ trunk/packages/libics/trunk/debian/libics-doc.docs 2012-04-11 16:57:22 UTC (rev 10378) @@ -0,0 +1 @@ +Documentation/*.html Modified: trunk/packages/libics/trunk/debian/rules =================================================================== --- trunk/packages/libics/trunk/debian/rules 2012-04-11 14:39:53 UTC (rev 10377) +++ trunk/packages/libics/trunk/debian/rules 2012-04-11 16:57:22 UTC (rev 10378) @@ -1,18 +1,18 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autotools_dev pkg_run = libics0 pkg_dev = libics-dev override_dh_install: # Runtime Package - dh_install -p$(pkg_run) usr/lib/lib*.so.* + 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 + 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
