[med-svn] r3950 - in trunk/packages/dicom3tools/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Wed Sep 9 16:11:50 UTC 2009
Author: malat-guest
Date: 2009-09-09 16:11:50 +0000 (Wed, 09 Sep 2009)
New Revision: 3950
Added:
trunk/packages/dicom3tools/trunk/debian/patches/configure.patch
Modified:
trunk/packages/dicom3tools/trunk/debian/changelog
trunk/packages/dicom3tools/trunk/debian/control
trunk/packages/dicom3tools/trunk/debian/patches/series
Log:
prepare for next upload
Modified: trunk/packages/dicom3tools/trunk/debian/changelog
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/changelog 2009-09-09 15:02:07 UTC (rev 3949)
+++ trunk/packages/dicom3tools/trunk/debian/changelog 2009-09-09 16:11:50 UTC (rev 3950)
@@ -1,3 +1,9 @@
+dicom3tools (1.0~20090716-3) unstable; urgency=low
+
+ * Fix compilation on kFreeBSD (Closes: #545844)
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Wed, 09 Sep 2009 18:03:05 +0200
+
dicom3tools (1.0~20090716-2) unstable; urgency=low
* debian/control: adding dep to libx11-dev, to find X11/Xlib.h
Modified: trunk/packages/dicom3tools/trunk/debian/control
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/control 2009-09-09 15:02:07 UTC (rev 3949)
+++ trunk/packages/dicom3tools/trunk/debian/control 2009-09-09 16:11:50 UTC (rev 3950)
@@ -4,7 +4,7 @@
DM-Upload-Allowed: yes
Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Priority: extra
-Build-Depends: debhelper (>= 7), quilt, xutils-dev, libx11-dev
+Build-Depends: debhelper (>= 7), quilt, xutils-dev, libx11-dev, x11proto-xext-dev
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/
Added: trunk/packages/dicom3tools/trunk/debian/patches/configure.patch
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/patches/configure.patch (rev 0)
+++ trunk/packages/dicom3tools/trunk/debian/patches/configure.patch 2009-09-09 16:11:50 UTC (rev 3950)
@@ -0,0 +1,13 @@
+Add support for kFreeBSD
+
+--- dicom3tools_1.00.snapshot.20081122.orig/config/Configure 2008-09-02 19:18:15.000000000 +0200
++++ dicom3tools_1.00.snapshot.20081122/config/Configure 2009-09-09 17:24:55.000000000 +0200
+@@ -681,7 +681,7 @@
+ fi
+ fi
+
+-if [ "$osname" = "Linux" ]
++if [ "$osname" = "Linux" -o "$osname" = "OS GNU/kFreeBSD" ]
+ then
+ echo 1>&2 "Configure: we are on $osname"
+
Property changes on: trunk/packages/dicom3tools/trunk/debian/patches/configure.patch
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Modified: trunk/packages/dicom3tools/trunk/debian/patches/series
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/patches/series 2009-09-09 15:02:07 UTC (rev 3949)
+++ trunk/packages/dicom3tools/trunk/debian/patches/series 2009-09-09 16:11:50 UTC (rev 3950)
@@ -1,3 +1,4 @@
project.tmpl.patch
20_gcc4.3.patch
strip.patch
+configure.patch
More information about the debian-med-commit
mailing list