[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.1_dfsg-2-12-g8f2f56a
Emmanuel Bouthenot
kolter at openics.org
Sun Jan 9 22:43:30 UTC 2011
The following commit has been merged in the master branch:
commit d31ddbb90823b48266bf388d530b9b204b69028b
Author: Emmanuel Bouthenot <kolter at openics.org>
Date: Sun Jan 9 21:20:40 2011 +0000
Remove patch named '2006_mysql_create_db', merged upstream.
diff --git a/debian/patches/2006_mysql_create_db.patch b/debian/patches/2006_mysql_create_db.patch
deleted file mode 100644
index 948925a..0000000
--- a/debian/patches/2006_mysql_create_db.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: MySQL Database creation script bugfixes.
-Author: Luís Sousa <llsousa at ualg.pt>
-Last-Update: 2010-11-23
-Bug-Debian: http://bugs.debian.org/604700
---- a/src/etc/script/create_db.mysql
-+++ b/src/etc/script/create_db.mysql
-@@ -139,8 +139,8 @@
-
-
- CREATE TABLE `bulkspool_table` (
-- `messagekey_bulkspool` varchar(33) NOT NULL COMMENT 'An internal id of the message in order to join this table with bulkmailer_table'
-- `messageid_bulkspool` varchar(100) NOT NULL COMMENT 'The value of the `Message-ID` SMTP field for this message'
-+ `messagekey_bulkspool` varchar(33) NOT NULL COMMENT 'An internal id of the message in order to join this table with bulkmailer_table',
-+ `messageid_bulkspool` varchar(100) NOT NULL COMMENT 'The value of the `Message-ID` SMTP field for this message',
- `message_bulkspool` longtext COMMENT 'The message itself as a string. The database MUST be tuned in order to accept big data blog for storing messages with attachments',
- `lock_bulkspool` int(1) default NULL COMMENT 'lock used by parallele bulk demon ni order to prevent a message to be distribited twice',
- `dkim_privatekey_bulkspool` varchar(100) default NULL COMMENT 'The DKIM private key value.',
-@@ -149,7 +149,7 @@
- `dkim_d_bulkspool` varchar(50) default NULL COMMENT 'The DKIM signature "d=" tag',
- `dkim_header_list_bulkspool` varchar(500) default NULL COMMENT 'The list of header part of the signed datas',
- PRIMARY KEY (`messagekey_bulkspool`)
--)
-+);
-
-
- CREATE TABLE conf_table (
diff --git a/debian/patches/series b/debian/patches/series
index 098de3d..a732452 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,5 +10,4 @@
#2003_sanitize_make_all.patch
2004_pg_create_db.patch
2005_disable_build_non_dfsg_po_files.patch
-2006_mysql_create_db.patch
#2991_sanitize_make_all.patch
--
sympa Debian packaging
More information about the Pkg-sympa-commits
mailing list