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

Mathieu Malaterre malat at alioth.debian.org
Wed Jan 9 11:14:44 UTC 2013


Author: malat
Date: 2013-01-09 11:14:43 +0000 (Wed, 09 Jan 2013)
New Revision: 12756

Modified:
   trunk/packages/dicom3tools/trunk/debian/changelog
   trunk/packages/dicom3tools/trunk/debian/compat
   trunk/packages/dicom3tools/trunk/debian/control
   trunk/packages/dicom3tools/trunk/debian/rules
Log:
Fix CPPFLAGS

Modified: trunk/packages/dicom3tools/trunk/debian/changelog
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/changelog	2013-01-09 11:11:41 UTC (rev 12755)
+++ trunk/packages/dicom3tools/trunk/debian/changelog	2013-01-09 11:14:43 UTC (rev 12756)
@@ -4,6 +4,7 @@
   * Switch Std-Vers to 3.9.4, no changes needed
   * Use upstream bzip2 tarball directly
   * Fix dcj2k with no option (lossless was lossy)
+  * Add CPPFLAGS to compilation. Closes: #678328
 
  -- Mathieu Malaterre <malat at debian.org>  Wed, 09 Jan 2013 11:50:45 +0100
 

Modified: trunk/packages/dicom3tools/trunk/debian/compat
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/compat	2013-01-09 11:11:41 UTC (rev 12755)
+++ trunk/packages/dicom3tools/trunk/debian/compat	2013-01-09 11:14:43 UTC (rev 12756)
@@ -1 +1 @@
-8
+9

Modified: trunk/packages/dicom3tools/trunk/debian/control
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/control	2013-01-09 11:11:41 UTC (rev 12755)
+++ trunk/packages/dicom3tools/trunk/debian/control	2013-01-09 11:14:43 UTC (rev 12756)
@@ -3,7 +3,7 @@
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Mathieu Malaterre <malat at debian.org>
 Priority: extra
-Build-Depends: debhelper (>= 8), xutils-dev, libx11-dev, libxext-dev
+Build-Depends: debhelper (>= 9), xutils-dev, libx11-dev, libxext-dev
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/dicom3tools/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/dicom3tools/trunk/

Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules	2013-01-09 11:11:41 UTC (rev 12755)
+++ trunk/packages/dicom3tools/trunk/debian/rules	2013-01-09 11:14:43 UTC (rev 12756)
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-DPKG_EXPORT_BUILDFLAGS = 1
--include /usr/share/dpkg/buildflags.mk
 CFLAGS+=$(CPPFLAGS)
 CXXFLAGS+=$(CPPFLAGS)
 




More information about the debian-med-commit mailing list