aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: 004e7386ae9e9fb5a2373d9b2246cadc01becf81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

%:
		dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -Rfv data/usr/share/locale
	rm -fv ayatana-webmail.egg-info/PKG-INFO
	rm -fv ayatana-webmail.egg-info/SOURCES.txt
	rm -fv ayatana-webmail.egg-info/dependency_links.txt
	rm -fv ayatana-webmail.egg-info/requires.txt
	rm -fv ayatana-webmail.egg-info/top_level.txt