Avoiding to install example files twice, thanks to Alexandre Detiste <alexandre.detiste@gmail.com> (Closes: #1087767).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6bd604894d
commit
5a2f31829d
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -22,5 +22,9 @@ endif
|
|||
override_dh_compress:
|
||||
dh_compress -X example1.py -X example2.py -X example3.py -X html/
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# installed via python-terminaltables-doc.examples
|
||||
rm -f debian/python3-terminaltables/usr/lib/python*/dist-packages/example*.py
|
||||
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs CHANGELOG.md
|
||||
|
|
Loading…
Add table
Reference in a new issue