From 24f981053cda9b0422cc0c2b8686c88c5bd78818 Mon Sep 17 00:00:00 2001 From: Dan Simmons Date: Wed, 9 Oct 2019 19:09:38 -0400 Subject: [PATCH] Refresh apport-hook patch Summary: Adjust the apport-package-hook patch for the proper log directory. Test Plan: Make sure logs are attached to bug reports. Reviewers: wxl, tsimonq2 Differential Revision: https://phab.lubuntu.me/D54 --- debian/changelog | 7 +++++++ debian/patches/apport-package-hook.patch | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8752024..d66220e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +calamares (3.2.14-0ubuntu2) eoan; urgency=medium + + * Refresh apport-package-hook.patch for change in log directory + name. + + -- Dan Simmons Wed, 09 Oct 2019 18:04:16 -0400 + calamares (3.2.14-0ubuntu1) eoan; urgency=medium * New upstream release. diff --git a/debian/patches/apport-package-hook.patch b/debian/patches/apport-package-hook.patch index 27bfd84..a143b00 100644 --- a/debian/patches/apport-package-hook.patch +++ b/debian/patches/apport-package-hook.patch @@ -52,7 +52,7 @@ Author: Walter Lapchynski +for module in module_names: + installed_modules.append(module_path + module + ".conf") + -+log_file = expanduser("~") + "/.cache/Calamares/session.log" ++log_file = expanduser("~") + "/.cache/calamares/session.log" + +config_file = "/etc/calamares/settings.conf" +