Source: 2ping
Version: 4.5-1.1
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

We want to finish this /usr-merge transition and 2ping is part of it,
because it installs a systemd unit to /lib. This needs to move to
/usr/lib eventually. Currently debian/rules hard codes this location. I
propose changing that to let dh_installsystemd handle the installation
(and thus choose the location) such that we can perform the conversion
using a binNMU. To achieve that, we can turn debian/2ping.service into a
symlink, but debdiff cannot represent such a patch, so I'm giving the
patch as shell code:

    ln -s ../2ping.service debian/2ping.service
    sed -i -e /systemd.system/d debian/rules

For now, this will not produce any difference in the built package. But
it allows us to later change dh_installsystemd and then binNMU 2ping.

Helmut

Reply via email to