documaster / noark-extraction-validator

GNU Affero General Public License v3.0
6 stars 3 forks source link

Why depend on dh-systemd for Debian build? #42

Closed petterreinholdtsen closed 5 years ago

petterreinholdtsen commented 5 years ago

The debian build rules depend on dh-systemd, but I fail to figure out why. Is it no longer needed? It also depend on dh-exec, and I fail to find anywhere it is used too. Perhaps time to remove it, and simplify debian/rules to only include this:

#!/usr/bin/make -f
%:
        dh $@
ivaylomitrev commented 5 years ago

You are correct. We will address the changes.

IvanPenevDocumaster commented 5 years ago

This issue is resolved in the feature/MIGTOOL-89-remove-unnecessary-deb-package-configuration branch which is merged in develop.