Package: vip-manager
Version: 1.0.2-7
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

We want to modify dh_installsystemd such that it installs units below
/usr in order to finalize the /usr-merge transition via DEP17. When
doing so, vip-manager@.service ends up being installed twice. It'll be
installed to /lib (via debian/rules) and to /usr/lib (via
dh_installsystemd). Doing so is a policy violation and therefore this
bug will become release-critical once I upload debhelper. I cannot
attach a patch, because debdiff cannot represent symlinks. Consider
using this shell script to fix the issue:

    sed -i -e /systemd/d debian/rules
    ln -s ../package/scripts/vip-manager.service debian/vip-manager.service

Once applied, it'll cause both units to be installed using
dh_installsystemd only.

Helmut

Reply via email to