[med-svn] [conquest-dicom-server] 02/30: Use system libs

Pablo Lorenzzoni spectra at moszumanska.debian.org
Mon Jan 27 19:49:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

spectra pushed a commit to branch master
in repository conquest-dicom-server.

commit 90db01d603f4e5e5bf4188d206daba6fe6c79f2a
Author: Mathieu Malaterre <malat at debian.org>
Date:   Wed Jul 4 16:10:46 2012 +0000

    Use system libs
    
    git-svn-id: svn+ssh://svn.debian.org/svn/debian-med/trunk/packages/conquest-dicom-server/trunk@11544 d8681a01-af0d-0410-a158-b4166a59cfaa
---
 debian/patches/fix_int32.patch | 35 +++++++++++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 debian/rules                   | 14 ++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/debian/patches/fix_int32.patch b/debian/patches/fix_int32.patch
new file mode 100644
index 0000000..bbbd049
--- /dev/null
+++ b/debian/patches/fix_int32.patch
@@ -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__
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..52267da
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_int32.patch
diff --git a/debian/rules b/debian/rules
index bb1c1ce..09fb10f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/conquest-dicom-server.git



More information about the debian-med-commit mailing list