Author: tille Date: 2010-01-24 08:41:00 +0000 (Sun, 24 Jan 2010) New Revision: 4574
Modified: trunk/packages/gnumed-client/trunk/debian/changelog trunk/packages/gnumed-client/trunk/debian/conf/gnumed-client.conf trunk/packages/gnumed-client/trunk/debian/control trunk/packages/gnumed-client/trunk/debian/gnumed-client.install Log: Prepare new upstream version Modified: trunk/packages/gnumed-client/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-client/trunk/debian/changelog 2010-01-23 07:23:19 UTC (rev 4573) +++ trunk/packages/gnumed-client/trunk/debian/changelog 2010-01-24 08:41:00 UTC (rev 4574) @@ -1,8 +1,12 @@ gnumed-client (0.6.0-1) UNRELEASED; urgency=low * New upstream version - * debian/control: removed doc-central from recommends - Closes: #566363 + * debian/control: + - removed doc-central from recommends + Closes: #566363 + - Depends: texlive-latex-extra, Suggests: kprinter | gtklp + as requested by upstream for new version + * debian/conf/gnumed-client.conf -- Andreas Tille <[email protected]> Sat, 23 Jan 2010 08:20:26 +0100 Modified: trunk/packages/gnumed-client/trunk/debian/conf/gnumed-client.conf =================================================================== --- trunk/packages/gnumed-client/trunk/debian/conf/gnumed-client.conf 2010-01-23 07:23:19 UTC (rev 4573) +++ trunk/packages/gnumed-client/trunk/debian/conf/gnumed-client.conf 2010-01-24 08:41:00 UTC (rev 4574) @@ -5,18 +5,22 @@ # # ------------------------------------------------------------- -[workplace] +[preferences] +profile = GNUmed database on this machine (Debian GNU/Linux) (gnumed_v12@) +login = any-doc -# This name is used to describe the workstation at the -# business logic level, eg. "ultrasound room machine 1", -# -# Many configuration options stored in the backend -# are tied to this name. -name = GNUmed Default - [backend] +# "any-doc" is the standard account installed with +# any stock installation, it should be disabled when +# going into production because the password is known +# to all (it is "any-doc" as well) +# +logins = $logins$ +any-doc +$logins$ + # during login the user can chose from several # profiles defining which GNUmed database server # to connect to, @@ -28,11 +32,28 @@ local GNUmed database $profiles$ +# If the system locale matches this value a mismatch +# with the database locale will be ignored. +# Remove this option if you want to stop ignoring mismatches. +# +#ignored mismatching system locale = de...@euro + +# If GNUmed cannot detect the proper timezone from system +# information or you want to use a timezone different from +# the system GNUmed is running on you can explicitly set +# the time zone here. +# Note that the timezone must be a valid PostgreSQL timezone +# string. If in doubt consult the PostgreSQL docs. +# If you don't want to change the timezone GNUmed detects +# in the system you need to comment out this option. +# +#client timezone = Europe/Berlin + [profile public GNUmed database] host = salaam.homeunix.com port = 5432 -database = gnumed_v11 +database = gnumed_v12 #encoding = UTF8 @@ -56,7 +77,93 @@ [profile local GNUmed database] host = port = 5432 -database = gnumed_v11 +database = gnumed_v12 +public/open access = 0 #encoding = UTF8 help desk = Your own IT support <needs configuration> + +[workplace] + +# here you can define profiles for XDT files +# provided by other applications such as +# German practice management software +# +XDT profiles = $XDT profiles$ +$XDT profiles$ + + +# default is 9999 if not set +# +#xml-rpc port = 9999 + + +# default is gnumed-client if not set +# +#slave personality = <personality> + + +# Set the help desk contact information for your +# GNUmed installation here. If this includes a +# valid email address that address can be used +# to email error logs to on request. +help desk = GNUmed Development List <[email protected]> + + +# Which workplace to use. +# +# This will influence which plugins are loaded and +# which configuration values are used. The default +# workplace hardcoded into GNUmed is called: +# +# name = Local Default +# +# If there is a problem with a workplace such that +# GNUmed cannot load you can set the name to +# +#name = System fallback +# +# which will make GNUmed start with a minimal set of +# plugins. After fixing the problem reset the name +# to whatever you previously used, or re-comment it +# out. +# +#name = <a workplace name> +name = GNUmed Default + + +[XDT profile generic XDT connector] + +# a short (!) description of the xDT source, +# this will be shown to the user when activating +# a patient from an xDT file +source = xDT allgemein + +# this is the name of the file eventually containing +# the patient data in xDT format +filename = patient.xdt + +#DOB format = +#encoding = + + + +[XDT profile Terminiko] + +filename = /home/ncq/gnumed/tmp/terminiko2gnumed.xdt + + + +[XDT profile TurboMed/Win] + +source = TM/Win +encoding = cp437 +DOB format = %d%m%Y +filename = C:\Turbomed\patient.xdt + + + +[AU PracSoft PATIENTS.IN] + +source = PracSoft (fake) +filename = ~/gnumed/xDT/PATIENTS.IN Modified: trunk/packages/gnumed-client/trunk/debian/control =================================================================== --- trunk/packages/gnumed-client/trunk/debian/control 2010-01-23 07:23:19 UTC (rev 4573) +++ trunk/packages/gnumed-client/trunk/debian/control 2010-01-24 08:41:00 UTC (rev 4574) @@ -16,10 +16,10 @@ Depends: ${misc:Depends}, ${python:Depends}, python-wxgtk2.8, file, gnumed-common (= ${source:Version}), gnumed-doc (= ${source:Version}), python-enchant, python-egenix-mxdatetime, hunspell | aspell | ispell | myspell-dictionary | hspell, - python-gnuplot + python-gnuplot, texlive-latex-extra Recommends: xsane (> 0.991), extract, ntp | ntpdate, aeskulap | amide | xmedcon, iceweasel | www-browser, openoffice.org-writer, python-uno, wgerman-medical, - konsolekalendar, pgadmin3, xdg-utils + konsolekalendar, pgadmin3, xdg-utils, kprinter | gtklp Suggests: korganizer, libchipcard-tools, incron, gnumed-server (>= 0v11) Provides: ${python:Provides} Modified: trunk/packages/gnumed-client/trunk/debian/gnumed-client.install =================================================================== --- trunk/packages/gnumed-client/trunk/debian/gnumed-client.install 2010-01-23 07:23:19 UTC (rev 4573) +++ trunk/packages/gnumed-client/trunk/debian/gnumed-client.install 2010-01-24 08:41:00 UTC (rev 4574) @@ -3,6 +3,7 @@ client/wxpython usr/share/gnumed/Gnumed client/wxGladeWidgets usr/share/gnumed/Gnumed debian/tools/gnumed usr/bin +external-tools/gm-print_doc usr/bin debian/conf/[gm]*.conf etc/gnumed client/connectors/gm_ctl_client.conf etc/gnumed client/bitmaps/*.png usr/share/gnumed/bitmaps _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
