Author: smr Date: 2009-04-22 04:14:50 +0000 (Wed, 22 Apr 2009) New Revision: 3310
Added: trunk/packages/gdcm/trunk/debian/libgdcm-cil.install Removed: trunk/packages/gdcm/trunk/debian/csharp-gdcm.install Modified: trunk/packages/gdcm/trunk/debian/control trunk/packages/gdcm/trunk/debian/rules Log: Rename the CIL package libgdcm-cil, as per http://pkg-mono.alioth.debian.org/cli-policy/ch-packaging.html. Modified: trunk/packages/gdcm/trunk/debian/control =================================================================== --- trunk/packages/gdcm/trunk/debian/control 2009-04-21 12:52:03 UTC (rev 3309) +++ trunk/packages/gdcm/trunk/debian/control 2009-04-22 04:14:50 UTC (rev 3310) @@ -70,7 +70,8 @@ Debug symbols for libgdcm that will allow useful tracebacks and debugging on end user machines. -Package: csharp-gdcm +Package: libgdcm-cil +Section: cli-mono Architecture: any Depends: ${shlibs:Depends}, ${cli:Depends}, libgdcm2.0 (= ${binary:Version}) Description: Grassroots DICOM CLI bindings Deleted: trunk/packages/gdcm/trunk/debian/csharp-gdcm.install =================================================================== --- trunk/packages/gdcm/trunk/debian/csharp-gdcm.install 2009-04-21 12:52:03 UTC (rev 3309) +++ trunk/packages/gdcm/trunk/debian/csharp-gdcm.install 2009-04-22 04:14:50 UTC (rev 3310) @@ -1,2 +0,0 @@ -usr/lib/gdcm-*/gdcm_csharp.dll -usr/lib/gdcm-*/libgdcm.so Added: trunk/packages/gdcm/trunk/debian/libgdcm-cil.install =================================================================== --- trunk/packages/gdcm/trunk/debian/libgdcm-cil.install (rev 0) +++ trunk/packages/gdcm/trunk/debian/libgdcm-cil.install 2009-04-22 04:14:50 UTC (rev 3310) @@ -0,0 +1,2 @@ +usr/lib/libgdcm-cil/*.dll +usr/lib/libgdcm-cil/libgdcm.so Modified: trunk/packages/gdcm/trunk/debian/rules =================================================================== --- trunk/packages/gdcm/trunk/debian/rules 2009-04-21 12:52:03 UTC (rev 3309) +++ trunk/packages/gdcm/trunk/debian/rules 2009-04-22 04:14:50 UTC (rev 3310) @@ -94,6 +94,10 @@ install-python%: $(MAKE) $(JOBS) -C $(BUILD)-python$* install DESTDIR=$(TARGET) + # correct location of libgdcm-cil files + cd $(TARGET)/usr/lib && mkdir libgdcm-cil + cd $(TARGET)/usr/lib && mv gdcm-*/*.dll gdcm-*/libgdcm.so libgdcm-cil + # This single target is used to build all the packages, all at once, or # one at a time. So keep in mind: any options passed to commands here will # affect _all_ packages. Anything you want to only affect one package _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
