[Pkg-mono-svn-commits] [SCM] xsp branch, master, updated. debian/2.10-2.4

Jo Shields directhex at apebox.org
Fri Apr 26 13:28:38 UTC 2013


The following commit has been merged in the master branch:
commit f943c64e77c559e0006cef6df0177092161b39a4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 6 18:08:06 2012 +0200

    Imported Debian patch 2.10-2.3

diff --git a/debian/changelog b/debian/changelog
index 6406b83..4e2b730 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+xsp (2.10-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "modifies conffiles (policy 10.7.3): /etc/default/mono-xsp2":
+    s/db_get/db_set/ in debian/mono-xsp[24].config.
+    Thanks to Andreas Beckmann for hunting down my silly mistake.
+    (Closes: #688205)
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 06 Oct 2012 18:08:06 +0200
+
 xsp (2.10-2.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/mono-xsp2.config b/debian/mono-xsp2.config
index c5ef713..ce19434 100644
--- a/debian/mono-xsp2.config
+++ b/debian/mono-xsp2.config
@@ -37,7 +37,7 @@ if [ -e $xsp2_default ]; then
 	. $xsp2_default || true
 	db_set xsp2/xsp2_autostart "$start_boot"
 	db_set xsp2/xsp2_bind      "$address"
-	db_get xsp2/xsp2_port      "$port"
+	db_set xsp2/xsp2_port      "$port"
 fi
 
 # Autostart
diff --git a/debian/mono-xsp4.config b/debian/mono-xsp4.config
index 43accb6..bb7e606 100755
--- a/debian/mono-xsp4.config
+++ b/debian/mono-xsp4.config
@@ -37,7 +37,7 @@ if [ -e $xsp4_default ]; then
 	. $xsp4_default || true
 	db_set xsp4/xsp4_autostart "$start_boot"
 	db_set xsp4/xsp4_bind      "$address"
-	db_get xsp4/xsp4_port      "$port"
+	db_set xsp4/xsp4_port      "$port"
 fi
 
 # Autostart

-- 
xsp



More information about the Pkg-mono-svn-commits mailing list