Codebase list cppad / 0060beb
address lintian duplicate-files warning $ lintian ../cppad_2014.03.30-1_all.deb X: cppad: duplicate-files usr/share/doc/cppad/doc/cppad.xml usr/share/doc/cppad/doc/index.xml Barak A. Pearlmutter 10 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
55 # web documentation uses .xml extension
66 override_dh_compress:
77 dh_compress -X.xml
8
9 override_dh_link:
10 cd debian/cppad/usr/share/doc/cppad/doc && \
11 if cmp cppad.xml index.xml ; then \
12 echo Identical copies: index.xml cppad.xml && \
13 rm --verbose index.xml && \
14 ln --symbolic --verbose cppad.xml index.xml ; \
15 fi
16 dh_link