Codebase list centrifuge / c1737e4
Remove non-helpful docs Andreas Tille 5 years ago
2 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1212 * Fix Perl interpreter path
1313 * Point Vcs fields to salsa.debian.org
1414 * Standards-Version: 4.3.0
15 * Remove non-helpful docs
1516
1617 -- Andreas Tille <tille@debian.org> Mon, 07 Jan 2019 08:59:48 +0100
1718
2727 for pl in `grep -Rl '#![[:space:]]*/usr/bin/env[[:space:]]\+perl' debian/*/usr/*` ; do \
2828 sed -i '1s?^#![[:space:]]*/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
2929 done
30 rm -rf debian/*/usr/lib/centrifuge/share/centrifuge/doc