From 3d704c599da65dc34d0ed3cfabfae47c516e1c0c Mon Sep 17 00:00:00 2001 From: Jakub Safarik Date: Thu, 3 Oct 2019 01:20:54 +0200 Subject: [PATCH 1/4] Remove ${python:Depends} from d/control --- debian/control | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/control b/debian/control index bdf3d3d49..a15fb9222 100644 --- a/debian/control +++ b/debian/control @@ -154,7 +154,6 @@ Depends: uuid-runtime, ${misc:Depends}, ${python3:Depends}, - ${python:Depends}, ${shlibs:Depends}, Description: Open vSwitch switch implementations Open vSwitch is a production quality, multilayer, software-based, @@ -222,7 +221,6 @@ Depends: python:any, ${misc:Depends}, ${python3:Depends}, - ${python:Depends}, ${shlibs:Depends}, Description: Open vSwitch VTEP utilities Open vSwitch is a production quality, multilayer, software-based, Ethernet -- GitLab From a2a314d4e56afcecff97f83ea7b78864d6861a4c Mon Sep 17 00:00:00 2001 From: Jakub Safarik Date: Thu, 3 Oct 2019 15:22:10 +0200 Subject: [PATCH 2/4] Fix lintian missing-notice-file-for-apache-license NOTICE error --- debian/openvswitch-common.docs | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/openvswitch-common.docs diff --git a/debian/openvswitch-common.docs b/debian/openvswitch-common.docs new file mode 100644 index 000000000..132d13f0e --- /dev/null +++ b/debian/openvswitch-common.docs @@ -0,0 +1 @@ +NOTICE \ No newline at end of file -- GitLab From 361fbdbd5719ff4527b8e245785f8bf174f41179 Mon Sep 17 00:00:00 2001 From: Jakub Safarik Date: Thu, 3 Oct 2019 18:44:59 +0200 Subject: [PATCH 3/4] Fix lintian init.d-script-not-included-in-package error. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ade0bd3e8..58e082299 100755 --- a/debian/rules +++ b/debian/rules @@ -110,7 +110,7 @@ override_dh_installinit: dh_installinit --restart-after-upgrade dh_installinit -popenvswitch-switch --name=ovsdb-server --no-start dh_installinit -popenvswitch-switch --name=ovs-vswitchd --no-start - dh_installinit -popenvswitch-switch --name=openvswitch-nonetwork --no-start + dh_installinit -popenvswitch-switch --name=openvswitch-nonetwork --no-start --no-scripts override_dh_systemd_start: dh_systemd_start --restart-after-upgrade -- GitLab From 9e01857a9b30c8d1a82e36af315d6d17c2413218 Mon Sep 17 00:00:00 2001 From: Jakub Safarik Date: Fri, 4 Oct 2019 17:38:52 +0200 Subject: [PATCH 4/4] Update d/changelog --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8c095151e..bafc85d7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ openvswitch (2.11.0+2019.06.25+git.9ebe795035+ds1-2) UNRELEASED; urgency=medium [ Jakub Safarik ] * Reintroduce the openvswitch-ipsec package. + * Fix lintian errors: + - openvswitch-switch: init.d-script-not-included-in-package. + - openvswitch source: python-depends-but-no-python-helper. + - openvswitch source: missing-notice-file-for-apache-license. -- Thomas Goirand Mon, 30 Sep 2019 12:03:10 +0200 -- GitLab