summaryrefslogtreecommitdiff
path: root/kiw-ventoy/debian/rules
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2021-05-16 16:17:09 +0200
committerHolger Paradies <retabell@gmx.de>2021-05-16 16:17:09 +0200
commit5709a45d33d708952128d31734ee4668ca615599 (patch)
tree93f4bd92dcd1137217991d77e75278985005debc /kiw-ventoy/debian/rules
parenta04e3b3338a242fbca8141b9883cb360e8fc18a0 (diff)
downloadkanotix-packages-5709a45d33d708952128d31734ee4668ca615599.zip
kanotix-packages-5709a45d33d708952128d31734ee4668ca615599.tar.gz
Ventoy package for kanotix-iso-writer
Package with update-script for ventoy
Diffstat (limited to 'kiw-ventoy/debian/rules')
-rwxr-xr-xkiw-ventoy/debian/rules12
1 files changed, 12 insertions, 0 deletions
diff --git a/kiw-ventoy/debian/rules b/kiw-ventoy/debian/rules
new file mode 100755
index 0000000..a0e8acd
--- /dev/null
+++ b/kiw-ventoy/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+export DH_VERBOSE = 1
+
+%:
+ dh $@
+
+override_dh_clean:
+ dh_clean
+ sha256sum -c ventoysha256sum
+