#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 # see FEATURE AREAS in dpkg-buildflags(1) export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = %: dh $@ override_dh_install: mkdir -p debian/gnome-paint/usr/share/doc/gnome-paint/ mv debian/gnome-paint/usr/doc/gnome-paint/README debian/gnome-paint/usr/share/doc/gnome-paint/ rm -rf debian/gnome-paint/usr/doc/