Author: domibel-guest
Date: 2011-03-21 22:56:21 +0000 (Mon, 21 Mar 2011)
New Revision: 6362

Added:
   trunk/packages/igstk/trunk/debian/patches/50_kfreebsd.diff
Modified:
   trunk/packages/igstk/trunk/debian/README.Debian
   trunk/packages/igstk/trunk/debian/changelog
   trunk/packages/igstk/trunk/debian/control
   trunk/packages/igstk/trunk/debian/copyright
   trunk/packages/igstk/trunk/debian/patches/series
Log:
  * fixed a FTBFS on Debian GNU/kfreebsd
  * updated copyright file
  * Removed build dependency libqtwebkit-dev



Modified: trunk/packages/igstk/trunk/debian/README.Debian
===================================================================
--- trunk/packages/igstk/trunk/debian/README.Debian     2011-03-21 15:22:50 UTC 
(rev 6361)
+++ trunk/packages/igstk/trunk/debian/README.Debian     2011-03-21 22:56:21 UTC 
(rev 6362)
@@ -18,5 +18,4 @@
 
 
 
--- Dominique Belhachemi <[email protected]>  Tue, 24 Jun 2008 20:51:56 
+0200
-
+-- Dominique Belhachemi <[email protected]>  Tue, 24 Jun 2008 20:51:56 +0200

Modified: trunk/packages/igstk/trunk/debian/changelog
===================================================================
--- trunk/packages/igstk/trunk/debian/changelog 2011-03-21 15:22:50 UTC (rev 
6361)
+++ trunk/packages/igstk/trunk/debian/changelog 2011-03-21 22:56:21 UTC (rev 
6362)
@@ -1,3 +1,11 @@
+igstk (4.2.0-5) unstable; urgency=low
+
+  * fixed a FTBFS on Debian GNU/kfreebsd
+  * updated copyright file
+  * Removed build dependency libqtwebkit-dev
+
+ -- Dominique Belhachemi <[email protected]>  Sun, 20 Mar 2011 18:06:14 -0400
+
 igstk (4.2.0-4) unstable; urgency=low
 
   [ Andreas Tille ]

Modified: trunk/packages/igstk/trunk/debian/control
===================================================================
--- trunk/packages/igstk/trunk/debian/control   2011-03-21 15:22:50 UTC (rev 
6361)
+++ trunk/packages/igstk/trunk/debian/control   2011-03-21 22:56:21 UTC (rev 
6362)
@@ -2,14 +2,13 @@
 Priority: optional
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 DM-Upload-Allowed: yes
-Uploaders: Dominique Belhachemi <[email protected]>, Steve M. Robbins 
<[email protected]>,
+Uploaders: Dominique Belhachemi <[email protected]>, Steve M. Robbins 
<[email protected]>,
  Andreas Tille <[email protected]>
 Build-Depends: debhelper (>= 7), quilt, cmake, libinsighttoolkit3-dev (>= 
3.16), libvtk5-dev,
  zlib1g-dev, libfreetype6-dev, libxext-dev, libpng-dev, libjpeg-dev, 
libtiff-dev,
  libexpat1-dev, libqt4-dev, libvtk5-qt4-dev, libfltk1.1-dev, fluid, uuid-dev,
  libxss-dev, libxft-dev, libopenigtlink1-dev, libgdcm2-dev, libssl-dev, 
libopenjpeg-dev,
- libavcodec-dev, libavformat-dev, libswscale-dev, libgl2ps-dev, 
mpi-default-dev, libmysqlclient-dev,
- libqtwebkit-dev [ia64 sparc i386 amd64] 
+ libavcodec-dev, libavformat-dev, libswscale-dev, libgl2ps-dev, 
mpi-default-dev, libmysqlclient-dev
 Build-Depends-Indep: doxygen, graphviz
 Standards-Version: 3.9.1
 Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/igstk/trunk/?rev=0&sc=0

Modified: trunk/packages/igstk/trunk/debian/copyright
===================================================================
--- trunk/packages/igstk/trunk/debian/copyright 2011-03-21 15:22:50 UTC (rev 
6361)
+++ trunk/packages/igstk/trunk/debian/copyright 2011-03-21 22:56:21 UTC (rev 
6362)
@@ -1,11 +1,9 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-Debianized-By: Dominique Belhachemi <[email protected]>
-Debianized-Date: Tue, 24 Jun 2008 20:51:56 +0200
-Original-Source: http://www.igstk.org/
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Source: http://www.igstk.org/
 
 
 Files: debian/*
-Copyright: 2008, Dominique Belhachemi <[email protected]>
+Copyright: 2008, Dominique Belhachemi <[email protected]>
 License: GPL-2+
  The Debian packaging is licensed under the GPL-2 or any later version,
  see `/usr/share/common-licenses/GPL-2'

Added: trunk/packages/igstk/trunk/debian/patches/50_kfreebsd.diff
===================================================================
--- trunk/packages/igstk/trunk/debian/patches/50_kfreebsd.diff                  
        (rev 0)
+++ trunk/packages/igstk/trunk/debian/patches/50_kfreebsd.diff  2011-03-21 
22:56:21 UTC (rev 6362)
@@ -0,0 +1,13 @@
+Index: igstk-4.2.0/Source/igstkSerialCommunicationForPosix.cxx
+===================================================================
+--- igstk-4.2.0.orig/Source/igstkSerialCommunicationForPosix.cxx       
2011-03-20 18:30:09.000000000 -0400
++++ igstk-4.2.0/Source/igstkSerialCommunicationForPosix.cxx    2011-03-20 
18:31:52.000000000 -0400
+@@ -171,7 +171,7 @@
+   // set baud rate
+ #if defined(sgi) && defined(__NEW_MAX_BAUD)
+   t.c_ospeed = newbaud;
+-#elif defined(__APPLE__)
++#elif defined(__APPLE__) || defined(__FreeBSD_kernel__)
+   cfsetispeed(&t, newbaud);
+   cfsetospeed(&t, newbaud);
+ #else

Modified: trunk/packages/igstk/trunk/debian/patches/series
===================================================================
--- trunk/packages/igstk/trunk/debian/patches/series    2011-03-21 15:22:50 UTC 
(rev 6361)
+++ trunk/packages/igstk/trunk/debian/patches/series    2011-03-21 22:56:21 UTC 
(rev 6362)
@@ -5,3 +5,4 @@
 89_SceneGraphVisualization.diff
 90_examples.diff
 gcc-4.5.diff
+50_kfreebsd.diff


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to