debian: Remove special handling for doc due to native package

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2017-11-03 17:43:28 +05:30 committed by James Valleroy
parent 62d103bc66
commit 61d88fd4f2
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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'),
]