Skip to content

Commit

Permalink
debian: Update overrides for lintian 2.114
Browse files Browse the repository at this point in the history
The message format for lintian errors has changed recently in lintian
(in version 2.114 or some versions earlier).

Update the overrides to the new format.

Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
  • Loading branch information
bdrung committed Jan 27, 2022
1 parent 3c1ba5f commit de36fe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian/ibacm.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# The wantedby target rdma-hw.target is intentional (see rdma-core)
ibacm: systemd-service-file-refers-to-unusual-wantedby-target lib/systemd/system/ibacm.service rdma-hw.target
ibacm: systemd-service-file-refers-to-unusual-wantedby-target rdma-hw.target [lib/systemd/system/ibacm.service]
4 changes: 2 additions & 2 deletions debian/rdma-core.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The rdma-ndd service is started by udev.
rdma-core: systemd-service-file-missing-install-key lib/systemd/system/iwpmd.service
rdma-core: systemd-service-file-missing-install-key lib/systemd/system/rdma-ndd.service
rdma-core: systemd-service-file-missing-install-key [lib/systemd/system/iwpmd.service]
rdma-core: systemd-service-file-missing-install-key [lib/systemd/system/rdma-ndd.service]
# Example/documentary udev rules file
rdma-core: udev-rule-in-etc etc/udev/rules.d/70-persistent-ipoib.rules
2 changes: 1 addition & 1 deletion debian/srptools.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# The wantedby target remote-fs-pre.target is intentional
srptools: systemd-service-file-refers-to-unusual-wantedby-target lib/systemd/system/*.service remote-fs-pre.target
srptools: systemd-service-file-refers-to-unusual-wantedby-target remote-fs-pre.target [lib/systemd/system/*.service]

0 comments on commit de36fe8

Please sign in to comment.