| # Drop all man pages | |
| path-exclude=/usr/share/man/* | |
| # Drop all translations | |
| path-exclude=/usr/share/locale/*/LC_MESSAGES/*.mo | |
| # Drop all documentation ... | |
| path-exclude=/usr/share/doc/* | |
| # ... except copyright files ... | |
| path-include=/usr/share/doc/*/copyright | |
| # ... and Debian changelogs | |
| path-include=/usr/share/doc/*/changelog.Debian.* | |