Author: tille Date: 2011-11-04 21:49:28 +0000 (Fri, 04 Nov 2011) New Revision: 8413
Modified: trunk/packages/gnumed-server/trunk/debian/NEWS.Debian trunk/packages/gnumed-server/trunk/debian/changelog trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf trunk/packages/gnumed-server/trunk/debian/conf/gnumed-restore.conf trunk/packages/gnumed-server/trunk/debian/control trunk/packages/gnumed-server/trunk/debian/copyright trunk/packages/gnumed-server/trunk/debian/install Log: New upstream version with packaging updates Modified: trunk/packages/gnumed-server/trunk/debian/NEWS.Debian =================================================================== --- trunk/packages/gnumed-server/trunk/debian/NEWS.Debian 2011-11-04 15:07:55 UTC (rev 8412) +++ trunk/packages/gnumed-server/trunk/debian/NEWS.Debian 2011-11-04 21:49:28 UTC (rev 8413) @@ -1,3 +1,16 @@ +gnumed-server (16.1-1) unstable; urgency=low + + If you are using postgresql-common version < 122 you need to + install the file + /usr/share/doc/gnumed-server/gm-pg_upgradecluster-helper + into the directory + /etc/postgresql-common/pg_upgradecluster.d/ + This script modifies the GNUmed databases such that an upgrade + using pg_upgradecluster of earlier versions of postgresql-common + will succeed. + + -- Andreas Tille <[email protected]> Fri, 04 Nov 2011 22:15:01 +0100 + gnumed-server (0v10.4-1) unstable; urgency=low The database needs a fixup if deleting documents fails for Modified: trunk/packages/gnumed-server/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-server/trunk/debian/changelog 2011-11-04 15:07:55 UTC (rev 8412) +++ trunk/packages/gnumed-server/trunk/debian/changelog 2011-11-04 21:49:28 UTC (rev 8413) @@ -1,3 +1,13 @@ +gnumed-server (16.1-1) unstable; urgency=low + + * New upstream version + * debian/control: + - Suggests: postgresql-plr | postgresql-9.1-plr instead of + postgresql-8.4-plr + - Suggests: postgresql-filedump (removed explicite version) + + -- Andreas Tille <[email protected]> Fri, 04 Nov 2011 22:15:01 +0100 + gnumed-server (15.11-1) unstable; urgency=low * New upstream version Modified: trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf =================================================================== --- trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf 2011-11-04 15:07:55 UTC (rev 8412) +++ trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf 2011-11-04 21:49:28 UTC (rev 8413) @@ -12,7 +12,7 @@ # password you will have to configure that using a .pgpass # file (see the PG manual for how to do that): # -# http://www.postgresql.org/docs/8.1/static/libpq-pgpass.html +# http://www.postgresql.org/docs/9.1/static/libpq-pgpass.html #------------------------------------------------------------ #------------------------------------------------------------ @@ -30,7 +30,7 @@ BACKUP_DIR="/var/lib/gnumed/server/backups" # which database to backup -GM_DATABASE="gnumed_v15" +GM_DATABASE="gnumed_v16" # user/group the backup is eventually owned by BACKUP_OWNER="$USER.$USER" Modified: trunk/packages/gnumed-server/trunk/debian/conf/gnumed-restore.conf =================================================================== --- trunk/packages/gnumed-server/trunk/debian/conf/gnumed-restore.conf 2011-11-04 15:07:55 UTC (rev 8412) +++ trunk/packages/gnumed-server/trunk/debian/conf/gnumed-restore.conf 2011-11-04 21:49:28 UTC (rev 8413) @@ -12,7 +12,7 @@ # have to configure that using a .pgpass file (see the PG # manual for how to do that) # -# http://www.postgresql.org/docs/8.1/static/libpq-pgpass.html +# http://www.postgresql.org/docs/9.1/static/libpq-pgpass.html # #------------------------------------------------------------ Modified: trunk/packages/gnumed-server/trunk/debian/control =================================================================== --- trunk/packages/gnumed-server/trunk/debian/control 2011-11-04 15:07:55 UTC (rev 8412) +++ trunk/packages/gnumed-server/trunk/debian/control 2011-11-04 21:49:28 UTC (rev 8413) @@ -16,7 +16,7 @@ Depends: ${misc:Depends}, postgresql (>= 8.4) | postgresql-8.4, postgresql-client, python, debconf, bsd-mailx | mailx, openssl, bzip2, cron | anacron, sudo, gnupg | gnupg2, rsync, python-psycopg2 (>= 2.0.8), python-egenix-mxdatetime -Suggests: postgresql-contrib, postgresql-8.4-plr, bacula-console, postgresql-filedump-8.4 +Suggests: postgresql-contrib, postgresql-plr | postgresql-9.1-plr, bacula-console, postgresql-filedump 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 Modified: trunk/packages/gnumed-server/trunk/debian/copyright =================================================================== --- trunk/packages/gnumed-server/trunk/debian/copyright 2011-11-04 15:07:55 UTC (rev 8412) +++ trunk/packages/gnumed-server/trunk/debian/copyright 2011-11-04 21:49:28 UTC (rev 8413) @@ -3,6 +3,7 @@ Upstream-Contact: Karsten Hilbert <[email protected]> Source: http://www.gnumed.de/downloads/server/ +Files: * Copyright: © 2000-2005 Horst Herb, a.o. © 2005-2011 Karsten Hilbert, a.o. License: GPL-2+ Modified: trunk/packages/gnumed-server/trunk/debian/install =================================================================== --- trunk/packages/gnumed-server/trunk/debian/install 2011-11-04 15:07:55 UTC (rev 8412) +++ trunk/packages/gnumed-server/trunk/debian/install 2011-11-04 21:49:28 UTC (rev 8413) @@ -1,6 +1,7 @@ -server/sql var/lib/gnumed/server -server/pycommon var/lib/gnumed/server -server/__init__.py var/lib/gnumed/server -server/gm-*_server usr/sbin -server/gm-set_gm-dbo_password usr/sbin -debian/conf/* etc/gnumed +server/sql var/lib/gnumed/server +server/pycommon var/lib/gnumed/server +server/__init__.py var/lib/gnumed/server +server/gm-*_server usr/sbin +server/gm-set_gm-dbo_password usr/sbin +debian/conf/* etc/gnumed +server/gm-pg_upgradecluster-helper usr/share/doc/gnumed-server _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
