[med-svn] r10178 - trunk/packages/libics/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Fri Mar 30 08:35:55 UTC 2012
Author: malat
Date: 2012-03-30 08:35:54 +0000 (Fri, 30 Mar 2012)
New Revision: 10178
Modified:
trunk/packages/libics/trunk/debian/control
trunk/packages/libics/trunk/debian/rules
Log:
need to hardcode SOVERSION in package name in d/control
Modified: trunk/packages/libics/trunk/debian/control
===================================================================
--- trunk/packages/libics/trunk/debian/control 2012-03-30 08:21:36 UTC (rev 10177)
+++ trunk/packages/libics/trunk/debian/control 2012-03-30 08:35:54 UTC (rev 10178)
@@ -24,7 +24,7 @@
Provides: libics0-dev
Section: libdevel
Architecture: any
-Depends: libics (= ${binary:Version}), ${misc:Depends}
+Depends: libics0 (= ${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/rules
===================================================================
--- trunk/packages/libics/trunk/debian/rules 2012-03-30 08:21:36 UTC (rev 10177)
+++ trunk/packages/libics/trunk/debian/rules 2012-03-30 08:35:54 UTC (rev 10178)
@@ -3,7 +3,7 @@
%:
dh $@
-pkg_run = libics
+pkg_run = libics0
pkg_dev = libics-dev
override_dh_install:
More information about the debian-med-commit
mailing list