[med-svn] r12377 - trunk/packages/dicom3tools/trunk/debian

Mathieu Malaterre malat at alioth.debian.org
Thu Oct 11 07:57:54 UTC 2012


Author: malat
Date: 2012-10-11 07:57:53 +0000 (Thu, 11 Oct 2012)
New Revision: 12377

Modified:
   trunk/packages/dicom3tools/trunk/debian/changelog
   trunk/packages/dicom3tools/trunk/debian/rules
Log:
New upload

Modified: trunk/packages/dicom3tools/trunk/debian/changelog
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/changelog	2012-10-11 07:56:46 UTC (rev 12376)
+++ trunk/packages/dicom3tools/trunk/debian/changelog	2012-10-11 07:57:53 UTC (rev 12377)
@@ -1,3 +1,11 @@
+dicom3tools (1.0~20120911-1) unstable; urgency=low
+
+  * New upstream
+    - Add support for DICOS
+  * Fix issues with the new SCImage family
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 11 Oct 2012 09:38:38 +0200
+
 dicom3tools (1.0~20120505-1) unstable; urgency=low
 
   * New upstream.

Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules	2012-10-11 07:56:46 UTC (rev 12376)
+++ trunk/packages/dicom3tools/trunk/debian/rules	2012-10-11 07:57:53 UTC (rev 12377)
@@ -3,6 +3,8 @@
 
 DPKG_EXPORT_BUILDFLAGS = 1
 -include /usr/share/dpkg/buildflags.mk
+CFLAGS+=$(CPPFLAGS)
+CXXFLAGS+=$(CPPFLAGS)
 
 VER_MAJOR = 1
 VER_MINOR = 0
@@ -37,7 +39,7 @@
 build-stamp: configure-stamp
 	dh_testdir
 	# Add here commands to compile the package.
-	$(MAKE) World "C_DEBUGFLAGS=$(CFLAGS)" "CPLUSPLUS_DEBUGFLAGS=$(CFLAGS)"
+	$(MAKE) World "C_DEBUGFLAGS=$(CFLAGS)" "CPLUSPLUS_DEBUGFLAGS=$(CXXFLAGS)"
 	touch $@
 
 clean:




More information about the debian-med-commit mailing list