[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.4_dfsg-1-24-gddacbfa
Emmanuel Bouthenot
kolter at openics.org
Mon Nov 21 00:09:05 UTC 2011
The following commit has been merged in the master branch:
commit 7d94239ed38464eaa5a0c91e843ea1cbb2f3d9c9
Author: Emmanuel Bouthenot <kolter at openics.org>
Date: Sun Nov 20 23:06:33 2011 +0000
Add a patch to fix SQLite DB schema upgrade
diff --git a/debian/patches/1011_fix_sqlite_db_upgrade b/debian/patches/1011_fix_sqlite_db_upgrade
new file mode 100644
index 0000000..2dee091
--- /dev/null
+++ b/debian/patches/1011_fix_sqlite_db_upgrade
@@ -0,0 +1,34 @@
+Description: Fix SQLite DB schema upgrade
+Author: Marcin Deranek <marcin.deranek at slonko.net>
+Origin: other, https://sourcesup.cru.fr/tracker/download.php/23/167/7571/1004/sympa-6.1.sqlite.patch
+Bug: https://sourcesup.cru.fr/tracker/?group_id=23&atid=167&func=detail&aid=7571
+Bug-Debian: http://bugs.debian.org/642464
+Last-Update: 2011-11-19
+--- a/src/lib/Upgrade.pm
++++ b/src/lib/Upgrade.pm
+@@ -843,7 +843,7 @@
+ 'bounce_score_subscriber' => 'integer',
+ 'bounce_address_subscriber' => 'text',
+ 'custom_attribute_subscriber' => 'text',
+- 'suspend_subscriber' => "boolean",
++ 'suspend_subscriber' => "numeric",
+ 'suspend_start_date_subscriber' => 'integer',
+ 'suspend_end_date_subscriber' => 'integer'},
+ 'admin_table' => {'list_admin' => 'text',
+@@ -914,11 +914,11 @@
+ 'messageid_bulkspool' => 'text',
+ 'message_bulkspool' => 'text',
+ 'lock_bulkspool' => 'integer',
+- 'dkim_privatekey_bulkspool' => 'varchar(1000)',
+- 'dkim_selector_bulkspool' => 'varchar(50)',
+- 'dkim_d_bulkspool' => 'varchar(50)',
+- 'dkim_i_bulkspool' => 'varchar(100)',
+- 'dkim_header_list_bulkspool' => 'varchar(500)'},
++ 'dkim_privatekey_bulkspool' => 'text',
++ 'dkim_selector_bulkspool' => 'text',
++ 'dkim_d_bulkspool' => 'text',
++ 'dkim_i_bulkspool' => 'text',
++ 'dkim_header_list_bulkspool' => 'text'},
+ 'conf_table' => {'robot_conf' => 'text',
+ 'label_conf' => 'text',
+ 'value_conf' => 'text'}});
diff --git a/debian/patches/series b/debian/patches/series
index 8f9275b..80dd1bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,6 +6,7 @@
1007_wizard_probe_currently_supported_locales.patch
#1009_postfix_virtual_aliases.patch
1010_db_port.patch
+1011_fix_sqlite_db_upgrade
2001_hardcode_user_and_group.patch
2002_wizard_drop_localedir.patch
#2003_sanitize_make_all.patch
--
sympa Debian packaging
More information about the Pkg-sympa-commits
mailing list