Author: shilbert-guest Date: 2013-03-27 14:25:43 +0000 (Wed, 27 Mar 2013) New Revision: 13220
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: - updated version to 1.3.1 - added files for timelinelib and its icons - added new config file for v18 database - added new dependency and suggests Modified: trunk/packages/gnumed-client/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-client/trunk/debian/changelog 2013-03-22 21:26:35 UTC (rev 13219) +++ trunk/packages/gnumed-client/trunk/debian/changelog 2013-03-27 14:25:43 UTC (rev 13220) @@ -1,3 +1,9 @@ +gnumed-client (1.3.1-1) experimental; urgency=low + + * New upstream release + + -- Sebastian Hilbert <[email protected]> Wed, 27 Mar 2013 11:19:47 +0100 + gnumed-client (1.2.9+dfsg-1) experimental; 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 2013-03-22 21:26:35 UTC (rev 13219) +++ trunk/packages/gnumed-client/trunk/debian/conf/gnumed-client.conf 2013-03-27 14:25:43 UTC (rev 13220) @@ -20,25 +20,27 @@ # ------------------------------------------------------------- [preferences] -profile = GNUmed database at publicdb.gnumed.de (PUBLIC) ([email protected]) +profile = GNUmed database at publicdb.gnumed.de (PUBLIC) ([email protected]) login = any-doc # ------------------------------------------------------------- [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) +# these are the standard accounts installed with any +# stock installation, they should be disabled when going +# into production because the passwords are known to all +# (it is "any-doc" / "any-staff" as well) # logins = $logins$ any-doc +any-staff $logins$ profiles = $profiles$ -GNUmed database on this machine +GNUmed database on this machine ("local": Linux/Mac) +GNUmed database on this machine ("TCP/IP": Windows/Linux/Mac) GNUmed database at publicdb.gnumed.de (PUBLIC) $profiles$ @@ -63,15 +65,33 @@ # ------------------------------------------------------------- -[profile GNUmed database on this machine] +[profile GNUmed database on this machine ("local": Linux/Mac)] host = port = 5432 -database = gnumed_v17 +database = gnumed_v18 public/open access = 0 help desk = Your own IT support <needs configuration> +last known workplaces = $last known workplaces$ +Clinician +Front Desk +GNUmed Default +Local Default +xxxDEFAULTxxx +$last known workplaces$ + # ------------------------------------------------------------- +[profile GNUmed database on this machine ("TCP/IP": Windows/Linux/Mac)] + +host = 127.0.0.1 +port = 5432 +database = gnumed_v18 +public/open access = 0 +help desk = Your own IT support <needs configuration> + + +# ------------------------------------------------------------- [profile GNUmed database at publicdb.gnumed.de (PUBLIC)] # the computer (IP or hostname) your database is hosted on, @@ -83,9 +103,7 @@ # there are several PostgreSQL instances running # on a database server port = 5432 - -database = gnumed_v17 - +database = gnumed_v18 # public/open access controls exception message and log handling # 0 --> message by default goes to public list if no receiver given # 0 (1) --> log is (not) included by default, which user can override @@ -93,8 +111,29 @@ help desk = GNUmed Development List <[email protected]> +last known workplaces = $last known workplaces$ +Clinician +Dra Claribel Desena Reyes +Front Desk +GNUmed Default +Local Default +xxxDEFAULTxxx +$last known workplaces$ # ------------------------------------------------------------- +[client] + +# Here you can define the plugins installed for this client on +# this machine. This is only useful if scanning the plugin +# directory fails, such as when running a EXE-fied Windows +# version of the client +#installed plugins = $installed plugins$ +#plugin A +#plugin B +#plugin C +#$installed plugins$ + +# ------------------------------------------------------------- [workplace] # Here you can define profiles for XDT files @@ -148,6 +187,7 @@ name = GNUmed Default #name = System fallback #name = Clinician +#name = Front Desk #name = <a workplace name> Modified: trunk/packages/gnumed-client/trunk/debian/control =================================================================== --- trunk/packages/gnumed-client/trunk/debian/control 2013-03-22 21:26:35 UTC (rev 13219) +++ trunk/packages/gnumed-client/trunk/debian/control 2013-03-27 14:25:43 UTC (rev 13220) @@ -16,16 +16,16 @@ Depends: ${misc:Depends}, ${python:Depends}, python-wxgtk2.8, gnumed-common (= ${source:Version}), file, python-enchant, python-egenix-mxdatetime, hunspell | aspell | ispell | myspell-dictionary | hspell, - python-gnuplot, texlive-latex-base + python-gnuplot, texlive-latex-base, imagemagick Recommends: gnumed-doc (= ${source:Version}), ginkgocadx | aeskulap | amide | dicomscope | imagej | xmedcon, xsane (>= 0.991), extract, ntp | ntpdate, iceweasel | www-browser, libreoffice-writer | openoffice.org-writer, python-uno, wgerman-medical, xdg-utils, gtklp, texlive-latex-recommended, texlive-latex-extra, - cups-pdf, pdftk, freediams (>= 0.7.1) -Suggests: korganizer, libchipcard-tools, incron, gnumed-server (>= 0v16), + cups-pdf, pdftk, freediams (>= 0.7.1), python-hl7 +Suggests: korganizer, libchipcard-tools, incron, gnumed-server (>= 0v18), konsolekalendar, pgadmin3, gimp | kolourpaint, shutdown-at-night, edfbrowser, - autokey-qt | autokey-gtk, wakeonlan | etherwake | gwakeonlan, nvram-wakeup + autokey-qt | autokey-gtk, wakeonlan | etherwake | gwakeonlan, nvram-wakeup, entangle Provides: ${python:Provides} Description: medical practice management - Client This is the GNUmed Electronic Medical Record. Its purpose is Modified: trunk/packages/gnumed-client/trunk/debian/gnumed-client.install =================================================================== --- trunk/packages/gnumed-client/trunk/debian/gnumed-client.install 2013-03-22 21:26:35 UTC (rev 13219) +++ trunk/packages/gnumed-client/trunk/debian/gnumed-client.install 2013-03-27 14:25:43 UTC (rev 13220) @@ -11,3 +11,5 @@ debian/gnumed.xpm usr/share/pixmaps client/*.desktop usr/share/applications external-tools/gm-download_data usr/share/gnumed/bin +timelinelib usr/share/gnumed +icons usr/share/gnumed _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
