[med-svn] r13570 - in trunk/packages/vxl/trunk/debian: . patches
Mathieu Malaterre
malat at alioth.debian.org
Wed May 15 11:08:57 UTC 2013
Author: malat
Date: 2013-05-15 11:08:57 +0000 (Wed, 15 May 2013)
New Revision: 13570
Added:
trunk/packages/vxl/trunk/debian/patches/bug708358.patch
Modified:
trunk/packages/vxl/trunk/debian/changelog
trunk/packages/vxl/trunk/debian/control
trunk/packages/vxl/trunk/debian/patches/series
Log:
Prepare 1.17
Modified: trunk/packages/vxl/trunk/debian/changelog
===================================================================
--- trunk/packages/vxl/trunk/debian/changelog 2013-05-15 10:56:28 UTC (rev 13569)
+++ trunk/packages/vxl/trunk/debian/changelog 2013-05-15 11:08:57 UTC (rev 13570)
@@ -1,3 +1,10 @@
+vxl (1.17.0-2) unstable; urgency=low
+
+ * Upload to sid. Closes: #707472, #693543
+ * Fix compilation issues. Closes: #708358
+
+ -- Mathieu Malaterre <malat at debian.org> Mon, 13 May 2013 13:07:51 +0200
+
vxl (1.17.0-1) experimental; urgency=low
* New upstream
Modified: trunk/packages/vxl/trunk/debian/control
===================================================================
--- trunk/packages/vxl/trunk/debian/control 2013-05-15 10:56:28 UTC (rev 13569)
+++ trunk/packages/vxl/trunk/debian/control 2013-05-15 11:08:57 UTC (rev 13570)
@@ -8,7 +8,7 @@
Build-Depends: debhelper (>= 9), cmake (>= 2.4.5), libtiff5-dev | libtiff-dev,
libdcmtk2-dev, libpng-dev, libjpeg-dev, zlib1g-dev, libexpat-dev, python-dev (>= 2.6.6-3~),
libgeotiff-dev, libcoin60-dev, libdc1394-22-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
- libqt4-dev, libxerces-c-dev, libglu-dev, libqt4-opengl-dev, libshp-dev, opencl-headers, libavifile-0.7-dev,
+ libqt4-dev, libxerces-c2-dev, libglu-dev, libqt4-opengl-dev, libshp-dev, opencl-headers, libavifile-0.7-dev,
libmpeg2-4-dev, libswscale-dev, libavformat-dev, libavcodec-dev, libbz2-dev, freeglut3-dev
Standards-Version: 3.9.4
X-Python-Version: 2.7
Added: trunk/packages/vxl/trunk/debian/patches/bug708358.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/bug708358.patch (rev 0)
+++ trunk/packages/vxl/trunk/debian/patches/bug708358.patch 2013-05-15 11:08:57 UTC (rev 13570)
@@ -0,0 +1,17 @@
+Description: Fix compilation
+Author: Mathieu Malaterre <malat at debian.org>
+Bug-Debian: http://bugs.debian.org/708358
+Forwarded: no
+
+--- vxl-1.17.0.orig/contrib/brl/bbas/baio/baio_unix.cxx
++++ vxl-1.17.0/contrib/brl/bbas/baio/baio_unix.cxx
+@@ -13,6 +13,9 @@
+ #include <strings.h> //includes bzero
+ #include <unistd.h>
+
++#include <sys/stat.h>
++#include <fcntl.h>
++
+ //: baio_info struct: wrapper for status variables
+ struct baio_info {
+ aiocb my_aiocb;
Modified: trunk/packages/vxl/trunk/debian/patches/series
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/series 2013-05-15 10:56:28 UTC (rev 13569)
+++ trunk/packages/vxl/trunk/debian/patches/series 2013-05-15 11:08:57 UTC (rev 13570)
@@ -4,3 +4,4 @@
fixingupstream.patch
moresoname.patch
fixxerces.patch
+bug708358.patch
More information about the debian-med-commit
mailing list