blob: 4893279fdfed48a7158a8532159c003af4ee456e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /usr/bin/make -f
export PYBUILD_NAME=mdit-py-plugins
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install
find debian -type f -name "*LICENSE*" -delete
find debian -type f -name "*README.md*" -delete
|