summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-01-18 11:42:54 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-01-18 11:42:54 +0100
commitdc22b016b2a27b722afcfb30e8ec34ae185c009a (patch)
treea150d4af17443c0f8f4424b5096a69cf27307427 /debian/rules
parentc80d86802d2fc018834f87cbb32e896249438736 (diff)
parent4f89cae5b63b09d0109fb33788fb379d98658175 (diff)
downloaddebvm-dc22b016b2a27b722afcfb30e8ec34ae185c009a.tar.gz
Merge branch debian into main
Thus, don't do Debian releases that would be separate from upstream releases.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3e8486c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_build:
+ pod2man debvm-create debvm-create.1
+ pod2man debvm-run debvm-run.1