[med-svn] r12859 - trunk/packages/ginkgocadx/trunk/debian
Dmitry Smirnov
onlyjob-guest at alioth.debian.org
Mon Jan 28 08:52:54 UTC 2013
Author: onlyjob-guest
Date: 2013-01-28 08:52:53 +0000 (Mon, 28 Jan 2013)
New Revision: 12859
Modified:
trunk/packages/ginkgocadx/trunk/debian/changelog
trunk/packages/ginkgocadx/trunk/debian/control
trunk/packages/ginkgocadx/trunk/debian/rules
Log:
adding commented -dbg package
Modified: trunk/packages/ginkgocadx/trunk/debian/changelog
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/changelog 2013-01-28 08:52:37 UTC (rev 12858)
+++ trunk/packages/ginkgocadx/trunk/debian/changelog 2013-01-28 08:52:53 UTC (rev 12859)
@@ -20,6 +20,7 @@
* Standards to 3.9.4.
* debian/watch is updated to catch broader range of orig.tar file
name patterns.
+ * added -dbg package (commented).
-- Dmitry Smirnov <onlyjob at member.fsf.org> Mon, 28 Jan 2013 04:56:27 +1100
Modified: trunk/packages/ginkgocadx/trunk/debian/control
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/control 2013-01-28 08:52:37 UTC (rev 12858)
+++ trunk/packages/ginkgocadx/trunk/debian/control 2013-01-28 08:52:53 UTC (rev 12859)
@@ -53,3 +53,27 @@
- Retinal image mosaic composition.
- Automatic retinal analysis diagnostics.
- Psoriasis automatic diagnostics.
+
+#Package: ginkgocadx-dbg
+#Section: debug
+#Priority: extra
+#Architecture: any
+#Depends: ginkgocadx (= ${binary:Version}), ${misc:Depends}
+#Description: ginkgocadx -- debugging symbols
+# Ginkgo CADx provides a complete DICOM viewer solution with advanced
+# capabilities and support for extensions.
+# .
+# * Easy and customizable interface through profiles.
+# * Full featured DICOM image visualization.
+# * Complete tool set (measure, markers, text, ...).
+# * Multiple modalities support (Neurological, Radiological, Dermatological,
+# Ophthalmological, Ultrasound, Endoscopy, ...)
+# * Dicomization support from JPEG, PNG, GIF and TIFF.
+# * Full EMH integration support: HL7 standard and IHE compliant workflows.
+# * PACS Workstation (C-FIND, C-MOVE, C-STORE...)
+# * Extensible through custom extensions.
+# - Retinal image mosaic composition.
+# - Automatic retinal analysis diagnostics.
+# - Psoriasis automatic diagnostics.
+# .
+# This package provides debugging symbols
Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules 2013-01-28 08:52:37 UTC (rev 12858)
+++ trunk/packages/ginkgocadx/trunk/debian/rules 2013-01-28 08:52:53 UTC (rev 12859)
@@ -18,8 +18,9 @@
override_dh_auto_configure:
dh_auto_configure $(DH) -- \
- -DCMAKE_BUILD_TYPE:STRING=RELEASE \
- -DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS) $(CPPFLAGS)"
+ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
+ -DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS) $(CPPFLAGS)" \
+ -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="$(CXXFLAGS) $(CPPFLAGS)"
override_dh_auto_install:
dh_auto_install $(DH) --destdir=$(CURDIR)/debian/tmp
@@ -34,6 +35,11 @@
override_dh_makeshlibs:
dh_makeshlibs --noscripts
+override_dh_strip:
+ [ -d "$(CURDIR)/debian/$(PKG)-dbg" ] \
+ && dh_strip --dbg-package=$(PKG)-dbg \
+ || dh_strip
+
override_dh_builddeb:
dh_builddeb -- -Zxz
More information about the debian-med-commit
mailing list