[pkg-bacula-commits] [bacula] 01/01: Added patch to fixe typo in sqlite3 database update script. (Closes: #714141)

Carsten Leonhardt leo at moszumanska.debian.org
Tue Aug 18 21:57:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to branch master
in repository bacula.

commit 14286641776edbffb01720b5eb4fcd4b8ec2497a
Author: Carsten Leonhardt <leo at debian.org>
Date:   Tue Aug 18 23:56:18 2015 +0200

    Added patch to fixe typo in sqlite3 database update script. (Closes: #714141)
---
 debian/changelog                               |  1 +
 debian/patches/fix-update-sqlite3-12to14.patch | 17 +++++++++++++++++
 debian/patches/series                          |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 80374ee..4505c05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ bacula (7.0.5+dfsg-1) unstable; urgency=medium
     addresses (Closes: #679479)
   * Better documentation of password handling on installation. Thanks to
     Alberto Fuentes. (Closes: #742228)
+  * Fixed typo in sqlite3 database update script. (Closes: #714141)
 
  --
 
diff --git a/debian/patches/fix-update-sqlite3-12to14.patch b/debian/patches/fix-update-sqlite3-12to14.patch
new file mode 100644
index 0000000..afe4ad2
--- /dev/null
+++ b/debian/patches/fix-update-sqlite3-12to14.patch
@@ -0,0 +1,17 @@
+Description: Fix typo in update script for sqlite3 catalogs
+ This patch can be removed in bacula 7.2.x as the script has been
+ replaced with something else
+Author: Carsten Leonhardt <leo at debian.org>
+Bug-Debian: #714141
+Last-Update: 2015-08-18
+--- a/updatedb/update_sqlite3_tables_12_to_14.in
++++ b/updatedb/update_sqlite3_tables_12_to_14.in
+@@ -38,7 +38,7 @@
+    ObjectIndex INTEGER DEFAULT 0,
+    ObjectType INTEGER DEFAULT 0,
+    FileIndex INTEGER UNSIGNED DEFAULT 0,
+-   ObejctCompression INTEGER DEFAULT 0,
++   ObjectCompression INTEGER DEFAULT 0,
+    JobId INTEGER UNSIGNED REFERENCES Job NOT NULL,
+    PRIMARY KEY(RestoreObjectId)
+    );
diff --git a/debian/patches/series b/debian/patches/series
index 2f31ea0..640dcaa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ ppc64el-libtoolize.patch
 fix-src-tools-make-clean.patch
 fix-systemd-tmpfiles.d-location.patch
 add-basic-kfreebsd-support.patch
+fix-update-sqlite3-12to14.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list