[med-svn] r1485 - in trunk/packages: . gnumed-server gnumed-server/trunk gnumed-server/trunk/debian gnumed-server/trunk/debian/patches
tille at alioth.debian.org
tille at alioth.debian.org
Fri Feb 29 22:21:35 UTC 2008
Author: tille
Date: 2008-02-29 22:21:34 +0000 (Fri, 29 Feb 2008)
New Revision: 1485
Added:
trunk/packages/gnumed-server/
trunk/packages/gnumed-server/trunk/
trunk/packages/gnumed-server/trunk/debian/
trunk/packages/gnumed-server/trunk/debian/README.Debian
trunk/packages/gnumed-server/trunk/debian/changelog
trunk/packages/gnumed-server/trunk/debian/compat
trunk/packages/gnumed-server/trunk/debian/control
trunk/packages/gnumed-server/trunk/debian/copyright
trunk/packages/gnumed-server/trunk/debian/gnumed-server.install
trunk/packages/gnumed-server/trunk/debian/patches/
trunk/packages/gnumed-server/trunk/debian/patches/10_log_base
trunk/packages/gnumed-server/trunk/debian/patches/20_interactive
trunk/packages/gnumed-server/trunk/debian/patches/series
trunk/packages/gnumed-server/trunk/debian/prerm
trunk/packages/gnumed-server/trunk/debian/rules
Log:
Initial commit for gnumed-server
Added: trunk/packages/gnumed-server/trunk/debian/README.Debian
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/README.Debian (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/README.Debian 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1,8 @@
+GNUmed server for Debian
+------------------------
+
+You can use GNUmed client with a public database as described
+in the docs of GNUmed client. The server package is needed to
+run a local GNUmed data base.
+
+ -- Andreas Tille <tille at debian.org> Fri, 8 Dec 2006 23:44:43 +0100
Added: trunk/packages/gnumed-server/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/changelog (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/changelog 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1,5 @@
+gnumed-server (0v8-1) experimental; urgency=low
+
+ * Separate packaging of gnumed-server
+
+ -- Andreas Tille <tille at debian.org> Fri, 29 Feb 2008 16:49:32 +0100
Added: trunk/packages/gnumed-server/trunk/debian/compat
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/compat (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/compat 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1 @@
+5
Added: trunk/packages/gnumed-server/trunk/debian/control
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/control (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/control 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1,35 @@
+Source: gnumed-server
+Section: misc
+Priority: optional
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), po-debconf, quilt
+Standards-Version: 3.7.3
+Homepage: http://gnumed.org/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gnumed-server/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gnumed-server/trunk/
+
+Package: gnumed-server
+Architecture: all
+Depends: gnumed-common, postgresql, postgresql-client, python,
+ debconf (>= 0.5), mailx, openssl, bzip2, cron | anacron
+Recommends: gnupg | gnupg2
+Description: medical practice management - server
+ This is the GNUmed Electronic Medical Record. Its purpose is
+ to enable doctors to keep a medically sound record on their
+ patients' health. Currently it is not fully featured. The
+ features provided are, however, tested, in use, and
+ considered stable. This package does NOT yet provide
+ functionality for billing and stock keeping.
+ .
+ While the GNUmed team has taken the utmost care to make sure
+ the medical records are safe at all times you still need to
+ make sure you are taking appropriate steps to backup the
+ medical data to a safe place at appropriate intervals. Do
+ test your backup and desaster recovery procedures, too !
+ .
+ Protect your data! GNUmed itself comes without
+ any warranty whatsoever. You have been warned.
+ .
+ This package contains the PostgreSQL server part.
Added: trunk/packages/gnumed-server/trunk/debian/copyright
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/copyright (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/copyright 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1,15 @@
+This package was debianized by Andreas Tille <tille at debian.org>
+on Fri, 8 Dec 2006 22:19:26 +0100
+
+Homepage:
+ http://gnumed.org/
+
+It was downloaded by anonymous ftp from:
+ http://www.gnumed.de/downloads/
+
+Authors: Horst Herb, Karsten Hilbert and others
+
+GNUmed is licensed under GPL.
+
+Debian GNU/Linux users can find the GNU General Public License at
+/usr/share/common-licenses/GPL
Added: trunk/packages/gnumed-server/trunk/debian/gnumed-server.install
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/gnumed-server.install (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/gnumed-server.install 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1,2 @@
+server/bootstrap var/lib/gnumed/server
+server/sql var/lib/gnumed/server
Added: trunk/packages/gnumed-server/trunk/debian/patches/10_log_base
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/patches/10_log_base (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/patches/10_log_base 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1,14 @@
+--- GNUmed-v8.orig/server/bootstrap/bootstrap-latest.sh
++++ GNUmed-v8/server/bootstrap/bootstrap-latest.sh
+@@ -8,7 +8,10 @@
+ export PYTHONPATH="../../:${PYTHONPATH}"
+
+ VER="8"
+-LOG_BASE="."
++LOG_BASE=${LOG_BASE:-"/var/log/gnumed/server"}
++if [ ! -d "$LOG_BASE" ] ; then
++ mkdir -p "$LOG_BASE"
++fi
+
+ # if you need to adjust the port you want to use to
+ # connect to PostgreSQL you can use the environment
Added: trunk/packages/gnumed-server/trunk/debian/patches/20_interactive
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/patches/20_interactive (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/patches/20_interactive 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1,87 @@
+--- GNUmed-v8.orig/server/bootstrap/update_db-v2_v3.conf
++++ GNUmed-v8/server/bootstrap/update_db-v2_v3.conf
+@@ -10,7 +10,7 @@
+
+ #----------------------------------
+ [installation]
+-interactive = yes
++interactive = no
+
+ keep temp files = no
+
+--- GNUmed-v8.orig/server/bootstrap/update_db-v3_v4.conf
++++ GNUmed-v8/server/bootstrap/update_db-v3_v4.conf
+@@ -10,7 +10,7 @@
+
+ #----------------------------------
+ [installation]
+-interactive = yes
++interactive = no
+
+ keep temp files = no
+
+--- GNUmed-v8.orig/server/bootstrap/update_db-v4_v5.conf
++++ GNUmed-v8/server/bootstrap/update_db-v4_v5.conf
+@@ -10,7 +10,7 @@
+
+ #----------------------------------
+ [installation]
+-interactive = yes
++interactive = no
+
+ keep temp files = no
+
+--- GNUmed-v8.orig/server/bootstrap/update_db-v5_v6.conf
++++ GNUmed-v8/server/bootstrap/update_db-v5_v6.conf
+@@ -10,7 +10,7 @@
+
+ #----------------------------------
+ [installation]
+-interactive = yes
++interactive = no
+
+ keep temp files = no
+
+@@ -162,4 +162,4 @@
+ #
+ # Revision 1.11 2007/03/27 17:37:57 ncq
+ # - add Release 0.2.5 workplace, backported from branch
+-#
+\ No newline at end of file
++#
+--- GNUmed-v8.orig/server/bootstrap/update_db-v6_v7.conf
++++ GNUmed-v8/server/bootstrap/update_db-v6_v7.conf
+@@ -10,7 +10,7 @@
+
+ #----------------------------------
+ [installation]
+-interactive = yes
++interactive = no
+
+ keep temp files = no
+
+@@ -204,4 +204,4 @@
+ #
+ # Revision 1.11 2007/03/27 17:37:57 ncq
+ # - add Release 0.2.5 workplace, backported from branch
+-#
+\ No newline at end of file
++#
+--- GNUmed-v8.orig/server/bootstrap/update_db-v7_v8.conf
++++ GNUmed-v8/server/bootstrap/update_db-v7_v8.conf
+@@ -10,7 +10,7 @@
+
+ #----------------------------------
+ [installation]
+-interactive = yes
++interactive = no
+
+ keep temp files = no
+
+@@ -252,4 +252,4 @@
+ #
+ # Revision 1.11 2007/03/27 17:37:57 ncq
+ # - add Release 0.2.5 workplace, backported from branch
+-#
+\ No newline at end of file
++#
Added: trunk/packages/gnumed-server/trunk/debian/patches/series
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/patches/series (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/patches/series 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1,2 @@
+10_log_base
+20_interactive
Added: trunk/packages/gnumed-server/trunk/debian/prerm
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/prerm (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/prerm 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1,43 @@
+#!/bin/sh
+# prerm script for gnumed-server
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <prerm> `remove'
+# * <old-prerm> `upgrade' <new-version>
+# * <new-prerm> `failed-upgrade' <old-version>
+# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+# * <deconfigured's-prerm> `deconfigure' `in-favour'
+# <package-being-installed> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ remove|upgrade|deconfigure)
+ if [ -d /var/lib/gnumed/server/bootstrap ] ; then
+ rm -f /var/lib/gnumed/server/bootstrap/*.pyc
+ fi
+ ;;
+
+ failed-upgrade)
+ ;;
+
+ *)
+ echo "prerm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+
Added: trunk/packages/gnumed-server/trunk/debian/rules
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/rules (rev 0)
+++ trunk/packages/gnumed-server/trunk/debian/rules 2008-02-29 22:21:34 UTC (rev 1485)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# debian/rules for gnumed-server using cdbs
+# Andreas Tille <tille at debian.org>, GPL
+
+pkg=gnumed-server
+
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
Property changes on: trunk/packages/gnumed-server/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the debian-med-commit
mailing list