diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:29:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:29:52 +0000 |
commit | 1f682782375f8bce3f31fea8867f0412b54ebe8e (patch) | |
tree | 80774428eaf1d482fd020e932252da5c872adcf6 /debian/rules | |
parent | Adding upstream version 0.3.3. (diff) | |
download | mdit-py-plugins-1f682782375f8bce3f31fea8867f0412b54ebe8e.tar.xz mdit-py-plugins-1f682782375f8bce3f31fea8867f0412b54ebe8e.zip |
Adding debian version 0.3.3-1.debian/0.3.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4893279 --- /dev/null +++ b/debian/rules @@ -0,0 +1,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 |