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