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

Mathieu Malaterre malat-guest at alioth.debian.org
Tue Sep 8 14:47:12 UTC 2009


Author: malat-guest
Date: 2009-09-08 14:47:12 +0000 (Tue, 08 Sep 2009)
New Revision: 3930

Modified:
   trunk/packages/dicom3tools/trunk/debian/changelog
   trunk/packages/dicom3tools/trunk/debian/control
   trunk/packages/dicom3tools/trunk/debian/rules
Log:
all set, ready to upload

Modified: trunk/packages/dicom3tools/trunk/debian/changelog
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/changelog	2009-09-08 13:04:54 UTC (rev 3929)
+++ trunk/packages/dicom3tools/trunk/debian/changelog	2009-09-08 14:47:12 UTC (rev 3930)
@@ -1,8 +1,9 @@
 dicom3tools (1.0~20090716-2) unstable; urgency=low
 
   * debian/control: adding dep to libx11-dev, to find X11/Xlib.h 
+  * Fix compilation on buildd machine with no tty (Closes: #545697) 
 
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Tue, 08 Sep 2009 15:00:37 +0200
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Tue, 08 Sep 2009 16:44:03 +0200
 
 dicom3tools (1.0~20090716-1) unstable; urgency=low
 

Modified: trunk/packages/dicom3tools/trunk/debian/control
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/control	2009-09-08 13:04:54 UTC (rev 3929)
+++ trunk/packages/dicom3tools/trunk/debian/control	2009-09-08 14:47:12 UTC (rev 3930)
@@ -5,7 +5,7 @@
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Priority: extra
 Build-Depends: debhelper (>= 7), quilt, xutils-dev, libx11-dev
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dicom3tools/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/dicom3tools/trunk/
 Homepage: http://www.dclunie.com/dicom3tools.html

Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules	2009-09-08 13:04:54 UTC (rev 3929)
+++ trunk/packages/dicom3tools/trunk/debian/rules	2009-09-08 14:47:12 UTC (rev 3930)
@@ -37,6 +37,8 @@
 configure: configure-stamp
 configure-stamp: $(QUILT_STAMPFN)
 	dh_testdir
+	# http://www.gnu.org/manual/gawk/html_node/Special-FD.html
+	find . -name \*.awk -exec sed -i -e 's@/dev/tty@/dev/stderr at g' {} \;
 	# Add here commands to configure the package.
 	sh Configure
 	imake -I./config -DInstallBinDir=/usr/bin -DInstallIncDir=/usr/include -DInstallLibDir=/usr/lib -DInstallManDir=/usr/man -DTmpPath=/tmp -DOptimizeLevel=$(OPT_FLAGS)




More information about the debian-med-commit mailing list