[med-svn] r11544 - in trunk/packages/conquest-dicom-server/trunk/debian: . patches
Mathieu Malaterre
malat at alioth.debian.org
Wed Jul 4 16:10:47 UTC 2012
Author: malat
Date: 2012-07-04 16:10:46 +0000 (Wed, 04 Jul 2012)
New Revision: 11544
Added:
trunk/packages/conquest-dicom-server/trunk/debian/patches/
trunk/packages/conquest-dicom-server/trunk/debian/patches/fix_int32.patch
trunk/packages/conquest-dicom-server/trunk/debian/patches/series
Modified:
trunk/packages/conquest-dicom-server/trunk/debian/rules
Log:
Use system libs
Added: trunk/packages/conquest-dicom-server/trunk/debian/patches/fix_int32.patch
===================================================================
--- trunk/packages/conquest-dicom-server/trunk/debian/patches/fix_int32.patch (rev 0)
+++ trunk/packages/conquest-dicom-server/trunk/debian/patches/fix_int32.patch 2012-07-04 16:10:46 UTC (rev 11544)
@@ -0,0 +1,35 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ conquest-dicom-server (1.14.16-1) unstable; urgency=low
+ .
+ * Initial release (Closes: #)
+Author: Mathieu Malaterre <malat at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- conquest-dicom-server-1.14.16.orig/cctypes.h
++++ conquest-dicom-server-1.14.16/cctypes.h
+@@ -119,6 +119,7 @@ typedef long INT32; /* Defaul
+ #endif //HAVE_LIBJPEG
+ #else //!defined(__GNUC__)
+ typedef signed int INT32;
++#define XMD_H
+ #endif //!defined(__GNUC__)
+ #endif //_MSC_VER != 1200
+ #endif //__BORLANDC__
Added: trunk/packages/conquest-dicom-server/trunk/debian/patches/series
===================================================================
--- trunk/packages/conquest-dicom-server/trunk/debian/patches/series (rev 0)
+++ trunk/packages/conquest-dicom-server/trunk/debian/patches/series 2012-07-04 16:10:46 UTC (rev 11544)
@@ -0,0 +1 @@
+fix_int32.patch
Modified: trunk/packages/conquest-dicom-server/trunk/debian/rules
===================================================================
--- trunk/packages/conquest-dicom-server/trunk/debian/rules 2012-07-04 15:58:43 UTC (rev 11543)
+++ trunk/packages/conquest-dicom-server/trunk/debian/rules 2012-07-04 16:10:46 UTC (rev 11544)
@@ -4,5 +4,19 @@
%:
dh $@ --parallel
+dgate:
+ g++ $(CPPFLAGS) $(CXXFLAGS) -I/usr/include/lua5.1 -DUNIX -DNATIVE_ENDIAN=1 -DHAVE_LIBJASPER -DHAVE_LIBJPEG -DUSESQLITE -Wno-write-strings total.cpp -o dgate -lpthread -ldl -ljasper -ljpeg -Wno-multichar $(LDFLAGS)
+
+override_dh_auto_build: dgate
+ cp dicom.ini.sqlite dicom.ini
+ cp dicom.sql.sqlite dicom.sql
+ #sudo cp dgate /usr/lib/cgi-bin
+ #sudo cp dicom.sql /usr/lib/cgi-bin
+ #sudo cp dicom.ini.www /usr/lib/cgi-bin/dicom.ini
+ #sudo cp sample.cq /usr/lib/cgi-bin
+ #
+ #sudo cp ActiveFormProj1.ocx /var/www
+ #sudo cp conquest.jpg /var/www
+
get-orig-source:
./debian/get-orig-source
More information about the debian-med-commit
mailing list