debian/rules: Remove superfluous man pages.

This commit is contained in:
Mike Gabriel 2020-02-14 14:25:30 +01:00
parent 27f9064651
commit f21ce42e54

7
debian/rules vendored
View File

@ -32,5 +32,12 @@ remove-cruft::
rm -rfv debian/*/usr/lib/python*/dist-packages/mate_invest/*.pyc
rm -rfv debian/*/usr/lib/python*/dist-packages/mate_invest/*.pyo
# applets have been moved to <PREFIX>/lib/mate-applets/ (and renamed) since 1.24.0
rm -fv debian/*/usr/share/man/man1/mate-charpick-applet.1*
rm -fv debian/*/usr/share/man/man1/mate-drivemount-applet.1*
rm -fv debian/*/usr/share/man/man1/mate-geyes-applet.1*
rm -fv debian/*/usr/share/man/man1/mate-multiload-applet.1*
rm -fv debian/*/usr/share/man/man1/mateweather.1*
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..