]> git.proxmox.com Git - ifupdown2.git/blobdiff - debian/patches/pve/0010-d-rules-drop-now-default-with-systemd.patch
merge in downstream packaging changes & drop patches
[ifupdown2.git] / debian / patches / pve / 0010-d-rules-drop-now-default-with-systemd.patch
diff --git a/debian/patches/pve/0010-d-rules-drop-now-default-with-systemd.patch b/debian/patches/pve/0010-d-rules-drop-now-default-with-systemd.patch
deleted file mode 100644 (file)
index b1a8ab6..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-From fb44a9192381498ec4f0fbf89c717d07c8fb5dc2 Mon Sep 17 00:00:00 2001
-From: Thomas Lamprecht <t.lamprecht@proxmox.com>
-Date: Mon, 24 May 2021 12:32:46 +0200
-Subject: [PATCH 10/12] d/rules: drop now default "with=systemd"
-
-Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
----
- debian/rules | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/debian/rules b/debian/rules
-index fcb304f..ec1b214 100755
---- a/debian/rules
-+++ b/debian/rules
-@@ -5,7 +5,7 @@ export PYBUILD_NAME=ifupdown2
- export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/ --install-scripts=/usr/share/
- %:
--      dh $@ --with=python3 --with systemd --buildsystem=pybuild
-+      dh $@ --with=python3 --buildsystem=pybuild
- override_dh_installman:
-       ./ifupdown2/man/genmanpages.sh ./ifupdown2/man ./man
--- 
-2.30.2
-