Codebase list deps / 68a5d81
Stop using symlinks for doc dir (#910219) Yann Dirson 5 years ago
2 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 deps (0.13-4) UNRELEASED; urgency=medium
1
2 * Stop using symlinks for doc dir (still unclear why the code removed
3 here was not honored before -3) (Closes: #910219).
4
5 -- Yann Dirson <dirson@debian.org> Sun, 02 Dec 2018 19:10:16 +0100
6
07 deps (0.13-3) unstable; urgency=medium
18
29 * Stop shipping tulip renderer, of limited usefulness and constantly
5858 dh_testdir
5959 dh_testroot
6060
61 # share docdir from main $PACKAGE
62 set -e; for i in $(shell dh_listpackages | tail +2); do \
63 mkdir -p debian/$$i/usr/share/doc ;\
64 ! test -e debian/$$i/usr/share/doc/$$i ;\
65 ln -s $(PACKAGE) debian/$$i/usr/share/doc/$$i ;\
66 done
67
6861 dh_installexamples examples/*
6962 dh_installdocs README NEWS
7063 dh_installchangelogs