aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: cd829ee1eb8455effc3f7a0364fa0af8e8ce2127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/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 -Rfv data/usr/share/locale
	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
	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