blob: fae2452c31b915bbe7813157e4d7960119a08449 (
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-settings.egg-info/PKG-INFO
rm -fv ayatana-settings.egg-info/SOURCES.txt
rm -fv ayatana-settings.egg-info/dependency_links.txt
rm -fv ayatana-settings.egg-info/requires.txt
rm -fv ayatana-settings.egg-info/top_level.txt
|