#!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- export PYBUILD_SYSTEM=distutils export PYBUILD_NAME=ayatana-webmail %: dh $@ --with python3 --buildsystem=pybuild override_dh_clean: dh_clean rm -Rfv .pybuild/ rm -fv ayatanawebmail.egg-info/PKG-INFO rm -fv ayatanawebmail.egg-info/SOURCES.txt rm -fv ayatanawebmail.egg-info/dependency_links.txt rm -fv ayatanawebmail.egg-info/requires.txt rm -fv ayatanawebmail.egg-info/top_level.txt override_dh_auto_clean: rm -Rfv data/usr/share/locale rm -f data/etc/xdg/autostart/ayatana-webmail-autostart.desktop rm -f data/usr/share/applications/ayatana-webmail.desktop override_dh_fixperms: dh_fixperms chmod a-x debian/*/usr/share/icons/hicolor/scalable/status/ayatanawebmail-messages-new.svg chmod a-x debian/*/usr/share/icons/hicolor/scalable/status/ayatanawebmail-messages.svg chmod a-x debian/*/usr/share/glib-2.0/schemas/org.ayatana.webmail.gschema.xml chmod a-x debian/*/usr/share/icons/hicolor/scalable/apps/ayatanawebmail.svg override_dh_installchangelogs: dh_installchangelogs NEWS get-orig-source: uscan --noconf --force-download --rename --download-current-version --repack --destdir=..