[med-svn] r4454 - in trunk/packages/gnumed-server/trunk/debian: . conf
Andreas Tille
tille at alioth.debian.org
Wed Dec 16 16:58:37 UTC 2009
Author: tille
Date: 2009-12-16 16:58:37 +0000 (Wed, 16 Dec 2009)
New Revision: 4454
Modified:
trunk/packages/gnumed-server/trunk/debian/README.Debian
trunk/packages/gnumed-server/trunk/debian/changelog
trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf
Log:
Forgot some s/v10/v11/
Modified: trunk/packages/gnumed-server/trunk/debian/README.Debian
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/README.Debian 2009-12-16 16:55:27 UTC (rev 4453)
+++ trunk/packages/gnumed-server/trunk/debian/README.Debian 2009-12-16 16:58:37 UTC (rev 4454)
@@ -38,7 +38,7 @@
Upgrading the Database
======================
-To upgrade your v9 database to the current v10 database
+To upgrade your v10 database to the current v11 database
follow these steps:
1) Make sure all clients are disconnected.
@@ -48,7 +48,7 @@
2) Run the upgrade procedure.
- # gm-upgrade_server 9 10
+ # gm-upgrade_server 10 11
This can take a long time and require quite some disk space
if your database is large. Try the "no-backup" option if you
Modified: trunk/packages/gnumed-server/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/changelog 2009-12-16 16:55:27 UTC (rev 4453)
+++ trunk/packages/gnumed-server/trunk/debian/changelog 2009-12-16 16:58:37 UTC (rev 4454)
@@ -1,3 +1,11 @@
+gnumed-server (0v11.2-2) UNRELEASED; urgency=low
+
+ * debian/conf/gnumed-backup.conf:
+ s/GM_DATABASE="gnumed_v10"/GM_DATABASE="gnumed_v11"/
+ * debian/README.debian: s/v10/v11/ where needed
+
+ -- Andreas Tille <tille at debian.org> Wed, 16 Dec 2009 17:55:37 +0100
+
gnumed-server (0v11.2-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 2009-12-16 16:55:27 UTC (rev 4453)
+++ trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf 2009-12-16 16:58:37 UTC (rev 4454)
@@ -30,7 +30,7 @@
BACKUP_DIR="${HOME}/.gnumed/backup/"
# which database to backup
-GM_DATABASE="gnumed_v10"
+GM_DATABASE="gnumed_v11"
# user/group the backup is eventually owned by
BACKUP_OWNER="$USER.$USER"
More information about the debian-med-commit
mailing list