[med-svn] r12376 - in trunk/packages/dicom3tools/tags: . 1.0~20120911-1/debian

Mathieu Malaterre malat at alioth.debian.org
Thu Oct 11 07:56:47 UTC 2012


Author: malat
Date: 2012-10-11 07:56:46 +0000 (Thu, 11 Oct 2012)
New Revision: 12376

Added:
   trunk/packages/dicom3tools/tags/1.0~20120911-1/
Modified:
   trunk/packages/dicom3tools/tags/1.0~20120911-1/debian/changelog
   trunk/packages/dicom3tools/tags/1.0~20120911-1/debian/rules
Log:
[svn-buildpackage] Tagging dicom3tools 1.0~20120911-1

Modified: trunk/packages/dicom3tools/tags/1.0~20120911-1/debian/changelog
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/changelog	2012-10-10 23:32:05 UTC (rev 12375)
+++ trunk/packages/dicom3tools/tags/1.0~20120911-1/debian/changelog	2012-10-11 07:56:46 UTC (rev 12376)
@@ -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/tags/1.0~20120911-1/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules	2012-10-10 23:32:05 UTC (rev 12375)
+++ trunk/packages/dicom3tools/tags/1.0~20120911-1/debian/rules	2012-10-11 07:56:46 UTC (rev 12376)
@@ -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