[med-svn] r2311 - trunk/packages/ctn/trunk/debian

thijs at alioth.debian.org thijs at alioth.debian.org
Fri Jul 25 15:58:00 UTC 2008


Author: thijs
Date: 2008-07-25 15:57:59 +0000 (Fri, 25 Jul 2008)
New Revision: 2311

Removed:
   trunk/packages/ctn/trunk/debian/README.mysql-versions
Modified:
   trunk/packages/ctn/trunk/debian/README.Debian
   trunk/packages/ctn/trunk/debian/copyright
   trunk/packages/ctn/trunk/debian/docs
   trunk/packages/ctn/trunk/debian/rules
Log:
update documentation


Modified: trunk/packages/ctn/trunk/debian/README.Debian
===================================================================
--- trunk/packages/ctn/trunk/debian/README.Debian	2008-07-25 15:51:57 UTC (rev 2310)
+++ trunk/packages/ctn/trunk/debian/README.Debian	2008-07-25 15:57:59 UTC (rev 2311)
@@ -3,20 +3,21 @@
 
 This is the CTN (Central Test Node) system packaged for Debian
 by Kevin M. Rosenberg <kmr at debian.org>, May 2002.
-Current maintainer is Thijs Kinkhorst <thijs at debian.org>.
+Current maintainer is Debian-Med: http://www.debian.org/devel/debian-med/.
 
 CTN is an implementation of the DICOM standard.
 
-The home page for CTN is http://www.erl.wustl.edu/DICOM/ctn.html.
+The home page for CTN is http://erl.wustl.edu/research/dicom/ctn.html
 
 There is extensive documentation for using CTN in the Debian package
 ctn-doc.
 
-The changes made to the Debian package compared to the upstream
+Changes made to the Debian package compared to the upstream
 package are:
 
   1. Source code changes to set the configuration directory to
   /etc/ctn rather than rely on an runtime environmental variable.
+  Various tweaks to make it build in a Debian environment.
 
   2. Rewrite SQL helper scripts to use bash shell rather than csh
 
@@ -24,5 +25,7 @@
   The Debian package supports only the MySQL database. The upstream
   version allows a choice of other SQL servers that could be used.
 
-  4. Added man pages. 
+  4. Support for MySQL server versions greater than 4.1.
 
+  5. Added man pages.
+

Deleted: trunk/packages/ctn/trunk/debian/README.mysql-versions
===================================================================
--- trunk/packages/ctn/trunk/debian/README.mysql-versions	2008-07-25 15:51:57 UTC (rev 2310)
+++ trunk/packages/ctn/trunk/debian/README.mysql-versions	2008-07-25 15:57:59 UTC (rev 2311)
@@ -1,14 +0,0 @@
-CTN and MySQL versions
-======================
-
-Due to a change in MySQL 4.1, ctn does not work flawlessly with MySQL 4.1
-and up, including MySQL 5. It works fine with the 3.23 and 4.0 series.
-The problem is in the column name 'Mod' in the SeriesLevel and StudyCmpTable
-tables, which is now a reserved keyword.
-
-I'm waiting for upstream to address this problem, since it doesn't make sense
-to fix it for Debian only (we can't control what versions / databases run on
-remote hosts). In the meantime, you may work around it by replacing Mod with
-`Mod` in any database dumps you might be using.
-
-

Modified: trunk/packages/ctn/trunk/debian/copyright
===================================================================
--- trunk/packages/ctn/trunk/debian/copyright	2008-07-25 15:51:57 UTC (rev 2310)
+++ trunk/packages/ctn/trunk/debian/copyright	2008-07-25 15:57:59 UTC (rev 2311)
@@ -5,9 +5,9 @@
 	ftp://ftp.erl.wustl.edu/pub/dicom/software/ctn/
 Upstream home page URL: http://www.erl.wustl.edu/DICOM/ctn.html.
 Upstream authors: Multiple at Mallinckrodt Institute of Radiology.  
-Debian Maintainer: Thijs Kinkhorst <thijs at debian.org>
+Debian Maintainer: Debian-Med team <debian-med at lists.debian.org>
+                   http://www.debian.org/devel/debian-med/
 
-
 Original CTN Copyright Statement
 ================================
 

Modified: trunk/packages/ctn/trunk/debian/docs
===================================================================
--- trunk/packages/ctn/trunk/debian/docs	2008-07-25 15:51:57 UTC (rev 2310)
+++ trunk/packages/ctn/trunk/debian/docs	2008-07-25 15:57:59 UTC (rev 2311)
@@ -1,2 +1 @@
 README
-debian/README.mysql-versions

Modified: trunk/packages/ctn/trunk/debian/rules
===================================================================
--- trunk/packages/ctn/trunk/debian/rules	2008-07-25 15:51:57 UTC (rev 2310)
+++ trunk/packages/ctn/trunk/debian/rules	2008-07-25 15:57:59 UTC (rev 2311)
@@ -30,9 +30,7 @@
 	mv debian/intsizes.h facilities/dicom/
 
 	# Add here commands to compile the package.
-	echo "DEBUG: make install"
 	(. debian/debian.mysql.options.env; make install)
-	echo "DEBUG: nach make install"
 	touch build-stamp
 
 clean: unpatch
@@ -61,12 +59,10 @@
 	dh_installdirs
 
 	# install ctn-dev
-	echo "DEBUG: install ctn-dev"
 	$(INSTALL) $(INSTALLFLAGS) include/* $(pkg-ctn-dev)/usr/include/ctn
 	$(INSTALL) $(INSTALLFLAGS) lib/*/* $(pkg-ctn-dev)/usr/lib/ctn
 
 	# install ctn
-	echo "DEBUG: install ctn"
 	$(INSTALL) $(INSTALLEXECFLAGS) $(filter-out $(scripts),$(wildcard $(build)/bin/*)) $(pkg-ctn)/usr/bin
 	$(INSTALL) $(INSTALLFLAGS) runtime/ctn_cfg.txt runtime/fontmap runtime/queuemap $(pkg-ctn)/etc/ctn/runtime
 	$(INSTALL) $(INSTALLFLAGS) cfg_scripts/mysql/* $(pkg-ctn)/usr/share/ctn/mysql




More information about the debian-med-commit mailing list