diff --git a/debian/patches/0002-skip-copy-doc-dir.patch b/debian/patches/0002-skip-copy-doc-dir.patch deleted file mode 100644 index 9396c0c1f..000000000 --- a/debian/patches/0002-skip-copy-doc-dir.patch +++ /dev/null @@ -1,13 +0,0 @@ -Subject: Skip copying the doc/ directory - ---- a/setup.py -+++ b/setup.py -@@ -44,7 +44,7 @@ - ] - - DIRECTORIES_TO_COPY = [ -- ('/usr/share/doc/plinth', 'doc'), -+ #('/usr/share/doc/plinth', 'doc'), - ('/usr/share/plinth/static', 'static'), - ] -