From d2eae2c93df7eeea0aa48e8649571fe9f68e0751 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Mon, 25 Nov 2019 00:07:49 +0000
Subject: [PATCH] From nautilus (3.20.3-1)it was added debian/docs to
 explicitly install AUTHORS, NEWS, and THANKS but no AUTHORS nor THANKS file
 exists.

---
 helpers/make-nautilus | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helpers/make-nautilus b/helpers/make-nautilus
index 93a3cab9..65b54b3e 100644
--- a/helpers/make-nautilus
+++ b/helpers/make-nautilus
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=2
+VERSION=3
 . ./config
 
 for patch in 16_unity_new_documents.patch; do
@@ -25,6 +25,9 @@ for patch in 16_unity_new_documents.patch; do
   sed "/$patch/d" -i debian/patches/series
 done
 
+sed -i '/^AUTHORS/d' debian/docs
+sed -i '/^THANKS/d' debian/docs
+
 changelog "Revert from using ubuntu-help to default gnome-help"
 compile
 
-- 
GitLab