]> git.puffer.fish Git - matthieu/frr.git/commit
Convert the package to dh compat level 10
authorOndřej Surý <ondrej@sury.org>
Thu, 6 Aug 2020 07:16:40 +0000 (09:16 +0200)
committerOndřej Surý <ondrej@sury.org>
Sat, 26 Sep 2020 07:22:43 +0000 (09:22 +0200)
commit47ebc8336839ef098b7b93a40056b775a101bd6a
tree2e2bf6b6d3d12c4e7bae647412148b5e1d46dbb4
parenta32cd91a258a5b543deb3ab8968307d09c412760
Convert the package to dh compat level 10

There are couple of related changes:

* Bump the debhelper dependency to the version at least in Debian Jessie
* Drop the dh-autoreconf, autotools-dev dependency, this is automatically
  included.
* Drop the --parallel, --with=systemd and --with=autoreconf, this is
  automatically enabled in dh compat level 10, add a --without=systemd
  when requested via build profile.
debian/compat
debian/control
debian/rules