summaryrefslogtreecommitdiff
path: root/debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2014-10-16 23:12:33 -0400
committerHans-Christoph Steiner <hans@eds.org>2014-10-16 23:12:33 -0400
commit121be71cab384e98755def99c2c4dc3dc82806ac (patch)
tree50a57e97bee3aa700989337ff2297088d11a2b68 /debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch
parent9ce5373557d7740469c5e43231414d8bb9c3000f (diff)
updated patches from sqlite3_3.8.6 package
Diffstat (limited to 'debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch')
-rw-r--r--debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch b/debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch
index bd0360e..afe769b 100644
--- a/debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch
+++ b/debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch
@@ -3,7 +3,7 @@ Description: increase the maximum possible value of the page size
because the maximum it allows by default is 8k (through the
SQLITE_MAX_DEFAULT_PAGE_SIZE define). This patch increases this limit.
.
-Author: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
+Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Bug-Debian: http://bugs.debian.org/672573
---