Author: tille Date: 2008-09-02 13:39:28 +0000 (Tue, 02 Sep 2008) New Revision: 2454
Modified: trunk/packages/gnumed-client/trunk/debian/changelog trunk/packages/gnumed-client/trunk/debian/conf/gnumed-public.conf trunk/packages/gnumed-client/trunk/debian/conf/gnumed.conf Log: New upstream version + proper config files for this version Modified: trunk/packages/gnumed-client/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-client/trunk/debian/changelog 2008-09-02 12:51:05 UTC (rev 2453) +++ trunk/packages/gnumed-client/trunk/debian/changelog 2008-09-02 13:39:28 UTC (rev 2454) @@ -1,3 +1,10 @@ +gnumed-client (0.3.1-1) UNRELEASED; urgency=low + + * New upstream version + * debian/gnumed-client.README.Debian: polished + + -- Andreas Tille <[EMAIL PROTECTED]> Tue, 02 Sep 2008 15:17:56 +0200 + gnumed-client (0.2.8.10-1) unstable; urgency=low * New upstream version Modified: trunk/packages/gnumed-client/trunk/debian/conf/gnumed-public.conf =================================================================== --- trunk/packages/gnumed-client/trunk/debian/conf/gnumed-public.conf 2008-09-02 12:51:05 UTC (rev 2453) +++ trunk/packages/gnumed-client/trunk/debian/conf/gnumed-public.conf 2008-09-02 13:39:28 UTC (rev 2454) @@ -37,4 +37,19 @@ database = gnumed_v9 #encoding = UTF8 +# this option controls whether the database is in-production +# storing real patient data or is a public database with +# open access for testing and development +# +# among other things it controls whether log files are by +# default attached to bug reports mailed out to developers, +# for real patient databases set this to 0 +public/open access = 1 +# this option defines who is in charge of tech support +# for this GNUmed database, +# public databases are serviced on the mailing list, +# set this to an internal staff address for real +# patient databases +help desk = GNUmed Development List <[EMAIL PROTECTED]> + Modified: trunk/packages/gnumed-client/trunk/debian/conf/gnumed.conf =================================================================== --- trunk/packages/gnumed-client/trunk/debian/conf/gnumed.conf 2008-09-02 12:51:05 UTC (rev 2453) +++ trunk/packages/gnumed-client/trunk/debian/conf/gnumed.conf 2008-09-02 13:39:28 UTC (rev 2454) @@ -38,12 +38,45 @@ database = gnumed_v9 #encoding = UTF8 +# this option controls whether the database is in-production +# storing real patient data or is a public database with +# open access for testing and development +# +# among other things it controls whether log files are by +# default attached to bug reports mailed out to developers, +# for real patient databases set this to 0 +public/open access = 1 +# this option defines who is in charge of tech support +# for this GNUmed database, +# public databases are serviced on the mailing list, +# set this to an internal staff address for real +# patient databases +help desk = GNUmed Development List <[EMAIL PROTECTED]> + [profile local GNUmed database] host = localhost port = 5432 database = gnumed_v8 #encoding = UTF8 +# this option controls whether the database is in-production +# storing real patient data or is a public database with +# open access for testing and development +# +# among other things it controls whether log files are by +# default attached to bug reports mailed out to developers, +# for real patient databases set this to 0 +public/open access = 0 +# this option defines who is in charge of tech support +# for this GNUmed database, +# public databases are serviced on the mailing list, +# set this to an internal staff address for real +# patient databases +# +# Debian: FIXME: This needs to be configurable via debconf +# Something like Your own IT support <needs configuration> +help desk = GNUmed Development List <[EMAIL PROTECTED]> + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
