summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:29:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:29:52 +0000
commit1f682782375f8bce3f31fea8867f0412b54ebe8e (patch)
tree80774428eaf1d482fd020e932252da5c872adcf6 /debian/rules
parentAdding upstream version 0.3.3. (diff)
downloadmdit-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-xdebian/rules11
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