From 99799b24a16537f946ddd705a82c66b4049807bb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Feb 2024 11:09:03 +0200 Subject: drop use of dh-cargo Signed-off-by: Lars Wirzenius Sponsored-by: author --- debian/control | 2 -- debian/rules | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 5e6bf5e..219f1a4 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,7 @@ Section: admin Priority: optional Standards-Version: 4.2.0 Build-Depends: - build-essential, debhelper (>= 10~), - dh-cargo, libvirt-dev, moreutils, plantuml, diff --git a/debian/rules b/debian/rules index 1956633..33dfe2a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem cargo + dh $@ override_dh_auto_build: true -- cgit v1.2.1 From 6130c2ef525707f0c33ee14e582da65a2ee9f501 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Feb 2024 11:19:57 +0200 Subject: lintian Signed-off-by: Lars Wirzenius Sponsored-by: author --- debian/lintian-override | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/lintian-override diff --git a/debian/lintian-override b/debian/lintian-override new file mode 100644 index 0000000..85e1e31 --- /dev/null +++ b/debian/lintian-override @@ -0,0 +1 @@ +vmadm binary: no-manual-page -- cgit v1.2.1