[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#608190: /etc/gnumed/gnumed-client.conf has wrong database name



On Tue, Dec 28, 2010 at 04:24:10PM +0100, Mehdi Dogguy wrote:
> It looks ok (from the bug log) but I'd like to see a debdiff first.

I attached a proposed diff which is in principle a

  sed -i 's/14/13/g' gnumed-client-0.7.10/debian/conf/gnumed-client.conf

> P.S.: CC'ing debian-release@l.d.o would have been appreciated, but well…

Done.  Thanks for the work of the release team

    Andreas.

-- 
http://fam-tille.de
diff -ubrN gnumed-client-0.7.10.orig/debian/changelog gnumed-client-0.7.10/debian/changelog
--- gnumed-client-0.7.10.orig/debian/changelog	2010-12-05 20:47:27.000000000 +0100
+++ gnumed-client-0.7.10/debian/changelog	2010-12-29 08:31:20.000000000 +0100
@@ -1,3 +1,17 @@
+gnumed-client (0.7.10-2) unstable; urgency=low
+
+  * Fix /etc/gnumed/gnumed-client.conf which was referencing a future
+    database version (v14) instead of v13 which fits gnumed-client
+    version 0.7.x
+
+ -- Andreas Tille <tille@debian.org>  Wed, 29 Dec 2010 08:29:27 +0100
+
+gnumed-client (0.8.5-1) unstable; urgency=low
+
+  * Upstream bugfix release.
+
+ -- Andreas Tille <tille@debian.org>  Sun, 05 Dec 2010 23:37:38 +0100
+
 gnumed-client (0.7.10-1) testing-proposed-updates; urgency=low
 
   * New upstream release.
diff -ubrN gnumed-client-0.7.10.orig/debian/conf/gnumed-client.conf gnumed-client-0.7.10/debian/conf/gnumed-client.conf
--- gnumed-client-0.7.10.orig/debian/conf/gnumed-client.conf	2010-09-14 08:03:55.000000000 +0200
+++ gnumed-client-0.7.10/debian/conf/gnumed-client.conf	2010-12-29 08:27:43.000000000 +0100
@@ -6,7 +6,7 @@
 # -------------------------------------------------------------
 
 [preferences]
-profile = GNUmed database on this machine (Debian GNU/Linux) (gnumed_v14@)
+profile = GNUmed database on this machine (Debian GNU/Linux) (gnumed_v13@)
 login = any-doc
 
 
@@ -53,7 +53,7 @@
 [profile public GNUmed database at salaam.homeunix.com]
 host = salaam.homeunix.com
 port = 5432
-database = gnumed_v14
+database = gnumed_v13
 #encoding = UTF8
 
 
@@ -77,7 +77,7 @@
 [profile GNUmed database on this machine]
 host =
 port = 5432
-database = gnumed_v14
+database = gnumed_v13
 public/open access = 0
 #encoding = UTF8
 help desk = Your own IT support <needs configuration>

Reply to: