Author: tille Date: 2011-02-15 07:20:14 +0000 (Tue, 15 Feb 2011) New Revision: 5982
Modified: trunk/packages/gnumed-client/trunk/debian/changelog trunk/packages/gnumed-client/trunk/debian/conf/gnumed-client.conf Log: Fix server version in Recommends (s/v13/v14/); New public server address in conffile Modified: trunk/packages/gnumed-client/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-client/trunk/debian/changelog 2011-02-14 18:04:03 UTC (rev 5981) +++ trunk/packages/gnumed-client/trunk/debian/changelog 2011-02-15 07:20:14 UTC (rev 5982) @@ -1,3 +1,10 @@ +gnumed-client (0.8.6-2) unstable; urgency=low + + * debian/control: Fix server version in Recommends (s/v13/v14/) + * debian/conf/gnumed-client.conf: New public server address + + -- Andreas Tille <[email protected]> Mon, 14 Feb 2011 22:11:05 +0100 + gnumed-client (0.8.6-1) unstable; urgency=low * New upstream version Modified: trunk/packages/gnumed-client/trunk/debian/conf/gnumed-client.conf =================================================================== --- trunk/packages/gnumed-client/trunk/debian/conf/gnumed-client.conf 2011-02-14 18:04:03 UTC (rev 5981) +++ trunk/packages/gnumed-client/trunk/debian/conf/gnumed-client.conf 2011-02-15 07:20:14 UTC (rev 5982) @@ -1,9 +1,22 @@ -# GNUmed system-wide configuration file # ------------------------------------------------------------- +# GNUmed client config file +# ------------------------------------------------------------- +# This file can be used as: # -# see: http://wiki.gnumed.de/bin/view/Gnumed/ConfigFiles +# ~/.gnumed/gnumed.conf +# /etc/gnumed/gnumed-client.conf # +# See also: +# +# http://wiki.gnumed.de/bin/view/Gnumed/ConfigFiles +# http://wiki.gnumed.de/bin/view/Gnumed/CustomizingClientStartup +# http://wiki.gnumed.de/bin/view/Gnumed/ConfigurationStoredInBackend +# http://wiki.gnumed.de/bin/view/Gnumed/WorkPlace # ------------------------------------------------------------- +# +# man gnumed +# +# ------------------------------------------------------------- [preferences] profile = GNUmed database on this machine (Debian GNU/Linux) (gnumed_v14@) @@ -29,7 +42,7 @@ # profiles = $profiles$ GNUmed database on this machine -public GNUmed database at salaam.homeunix.com +public GNUmed database at publicdb.gnumed.de $profiles$ # If the system locale matches this value a mismatch @@ -50,8 +63,8 @@ # #client timezone = Europe/Berlin -[profile public GNUmed database at salaam.homeunix.com] -host = salaam.homeunix.com +[profile public GNUmed database at publicdb.gnumed.de] +host = publicdb.gnumed.de port = 5432 database = gnumed_v14 #encoding = UTF8 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
