]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debian: use debhelper compat level 11 with a fallback to compat level 9
authorTheodore Ts'o <tytso@mit.edu>
Sun, 12 Aug 2018 04:30:07 +0000 (00:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 12 Aug 2018 04:30:07 +0000 (00:30 -0400)
commit4cf064e051a5668e2e505c37d173141055e270ba
treeeb79390c7f210aec1a74f5a185ae1baf0d9ff2bc
parent49715704499ad3c3fed48e304c016c07f124bde6
debian: use debhelper compat level 11 with a fallback to compat level 9

The dh_installsystemd command is only available with Debhelper v11 and
higher.  So explicitly declare that we need debhelper 11, and create a
fallback for debhelper compat level 9 (so we can easily backport to
Debian Stretch and Ubuntu 16.04).

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/compat
debian/e2fsprogs.postinst.dh9 [new file with mode: 0644]
debian/e2fsprogs.postrm.dh9 [new file with mode: 0644]
debian/rules