[med-svn] r4578 - in trunk/packages/gnumed-server/trunk/debian: . conf
Andreas Tille
tille at alioth.debian.org
Sun Jan 24 13:23:35 UTC 2010
Author: tille
Date: 2010-01-24 13:23:29 +0000 (Sun, 24 Jan 2010)
New Revision: 4578
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
trunk/packages/gnumed-server/trunk/debian/watch
Log:
Prepare new upstream version
Modified: trunk/packages/gnumed-server/trunk/debian/README.Debian
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/README.Debian 2010-01-24 11:54:45 UTC (rev 4577)
+++ trunk/packages/gnumed-server/trunk/debian/README.Debian 2010-01-24 13:23:29 UTC (rev 4578)
@@ -28,7 +28,7 @@
# /usr/sbin/gm-bootstrap_server
-Note that this will DESTROY any v2 - v10 databases you
+Note that this will DESTROY any v2 - v11 databases you
might already have on your server.
Make sure to use the UPGRADE procedure if you want to
@@ -38,7 +38,7 @@
Upgrading the Database
======================
-To upgrade your v10 database to the current v11 database
+To upgrade your v11 database to the current v12 database
follow these steps:
1) Make sure all clients are disconnected.
@@ -48,7 +48,7 @@
2) Run the upgrade procedure.
- # gm-upgrade_server 10 11
+ # gm-upgrade_server 11 12
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 2010-01-24 11:54:45 UTC (rev 4577)
+++ trunk/packages/gnumed-server/trunk/debian/changelog 2010-01-24 13:23:29 UTC (rev 4578)
@@ -1,8 +1,9 @@
-gnumed-server (0v11.2-2) UNRELEASED; urgency=low
+gnumed-server (0v12-1) 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
+ * New upstream version
+ * debian/conf/gnumed-backup.conf: Adapted to new version
+ * debian/README.debian: s/v11/v12/ where needed
+ * debian/watch: fix case of download file
-- Andreas Tille <tille at debian.org> Wed, 16 Dec 2009 17:55:37 +0100
Modified: trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf 2010-01-24 11:54:45 UTC (rev 4577)
+++ trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf 2010-01-24 13:23:29 UTC (rev 4578)
@@ -30,7 +30,7 @@
BACKUP_DIR="${HOME}/.gnumed/backup/"
# which database to backup
-GM_DATABASE="gnumed_v11"
+GM_DATABASE="gnumed_v12"
# user/group the backup is eventually owned by
BACKUP_OWNER="$USER.$USER"
Modified: trunk/packages/gnumed-server/trunk/debian/watch
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/watch 2010-01-24 11:54:45 UTC (rev 4577)
+++ trunk/packages/gnumed-server/trunk/debian/watch 2010-01-24 13:23:29 UTC (rev 4578)
@@ -1,3 +1,3 @@
version=3
opts="uversionmangle=s/^/0/" \
- http://www.gnumed.de/downloads/server/(v[\.\d]+)/GNUmed-server\.(v.+)\.tgz
+ http://www.gnumed.de/downloads/server/(v[\.\d]+)/gnumed-server\.(v.+)\.tgz
More information about the debian-med-commit
mailing list