[med-svn] r10174 - trunk/packages/libics/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Fri Mar 30 08:03:34 UTC 2012
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 <malat at debian.org> Sun, 13 Nov 2011 19:41:37 +0100
+ -- Mathieu Malaterre <malat at debian.org> 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 <mathieu.malaterre at gmail.com>
+Copyright: © 2012 Mathieu Malaterre <malat at debian.org>
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
More information about the debian-med-commit
mailing list