aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-30 10:25:26 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-30 10:40:30 +0200
commitcf0778550a3d25d77d38e080feb0d4f76cd39aba (patch)
tree5e4b05ec6a3d825ed752b0c955e75f7d647f48d3
parentf34023dec8bf7cd88ad5f2bf8de031401efbb401 (diff)
Use dh 12
-rw-r--r--debian/compat2
-rw-r--r--debian/docs2
-rwxr-xr-xdebian/rules7
3 files changed, 4 insertions, 7 deletions
diff --git a/debian/compat b/debian/compat
index 7f8f011..48082f7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+12
diff --git a/debian/docs b/debian/docs
index e845566..b43bf86 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1 @@
-README
+README.md
diff --git a/debian/rules b/debian/rules
index f7fade6..2301372 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
+%:
+ dh $@
-DEB_MAKE_ENVVARS=DESTDIR=debian/munin-libvirt-plugins
-#DEB_MAKE_CHECK_TARGET=check
-DEB_MAKE_INSTALL_TARGET=install