Hi.

While we are at it: You might want to modernize debian/rules a little
bit. In particular, targets build-arch and build-indep are now
mandatory too (so it's likely that just swapping binary-arch and
binary-indep might not be enough).

But debhelper (or dh) takes care of this if you let it to care.

For example, after creating debian/compat with "9" as the contents,
the attached debian/rules would possibly work for picon-domains, and I
guess that maybe for all the other packages as well without changing a
single line.

Thanks.
#!/usr/bin/make -f
%:
        dh $@

override_dh_auto_build:

override_dh_auto_install:
        $(MAKE) install DESTDIR=`pwd`/debian/tmp

override_dh_install:
        dh_install usr

Reply via email to