[med-svn] r3900 - trunk/packages/gnumed-server/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Sep 7 06:19:45 UTC 2009


Author: tille
Date: 2009-09-07 06:19:44 +0000 (Mon, 07 Sep 2009)
New Revision: 3900

Removed:
   trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server
Modified:
   trunk/packages/gnumed-server/trunk/debian/changelog
   trunk/packages/gnumed-server/trunk/debian/install
Log:
Make sure all upstream scripts are installed and remove script which was provided in debina/ and is now in upstream source


Modified: trunk/packages/gnumed-server/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/changelog	2009-09-05 22:21:02 UTC (rev 3899)
+++ trunk/packages/gnumed-server/trunk/debian/changelog	2009-09-07 06:19:44 UTC (rev 3900)
@@ -1,3 +1,10 @@
+gnumed-server (0v11.0-2) UNRELEASED; urgency=low
+
+  * debian/install: make sure all needed scripts really
+    become installed
+
+ -- Andreas Tille <tille at debian.org>  Mon, 07 Sep 2009 08:11:45 +0200
+
 gnumed-server (0v11.0-1) experimental; urgency=low
 
   * New upstream version

Deleted: trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server	2009-09-05 22:21:02 UTC (rev 3899)
+++ trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server	2009-09-07 06:19:44 UTC (rev 3900)
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-#==============================================================
-# $Source: /sources/gnumed/gnumed/gnumed/server/gm-bootstrap_server,v $
-# $Id: gm-bootstrap_server,v 1.1 2009/01/05 12:13:53 ncq Exp $
-#
-# author: Andreas Tille, Karsten Hilbert
-# license: GPL v2
-#
-# This wrapper is intended to be installed into a systemwide
-# admin-only executable directory such as "/usr/sbin/"
-#
-# It should be run as root and will call the upstream script to
-# actually bootstrap the latest database from scratch.
-#
-#==============================================================
-# those probably need some adjustment from package maintainers:
-
-GM_LOG_BASE="/var/log/gnumed/server"
-GM_SERVER_DIR="/var/lib/gnumed/server/bootstrap"
-
-#==============================================================
-
-set -e
-
-if ! su -c "psql -t -d template1 -c \"show lc_ctype;\"" postgres | grep -q -e C -e UTF-8 ; then
-	echo "Your PostgreSQL installation seems not to have lc_ctype UTF-8 or C."
-	echo "This will most probably lead to failures of the GNUmed server installation."
-	exit -1
-fi
-
-cd ${GM_SERVER_DIR}
-./bootstrap-latest.sh
-
-#==============================================================
-# $Log: gm-bootstrap_server,v $
-# Revision 1.1  2009/01/05 12:13:53  ncq
-# - new, as per discussion on list for Debian
-#
-#
\ No newline at end of file

Modified: trunk/packages/gnumed-server/trunk/debian/install
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/install	2009-09-05 22:21:02 UTC (rev 3899)
+++ trunk/packages/gnumed-server/trunk/debian/install	2009-09-07 06:19:44 UTC (rev 3900)
@@ -1,5 +1,5 @@
 server/sql                     var/lib/gnumed/server
 server/pycommon                var/lib/gnumed/server
 server/__init__.py             var/lib/gnumed/server
-debian/gm-bootstrap_server     usr/sbin
+server/gm-*_server             usr/sbin
 debian/conf/*                  etc/gnumed




More information about the debian-med-commit mailing list