diff options
| author | Michael Biebl <biebl@debian.org> | 2018-01-21 16:47:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-01-21 19:37:31 +0100 |
| commit | aefcc4b86fc7ade5101c5247d8fb2a565453df2d (patch) | |
| tree | 67c1628792146276754c455da263a22ed4debb5c /debian/control | |
| parent | 501572d74779fdf0fc240e01eb82843e9417322c (diff) | |
Revert "Bump debhelper compat level to 11"
There are currently too many issues with dh_installsystemd, so switch back to compat 10 using dh_systemd_enable and dh_systemd_start for the time being. This reverts commit ac717b686e40bc8c365e2f3eae7315f4ad239ae7.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 76517185..2b0cf8cc 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian. Uploaders: Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>, Aron Xu <aron@debian.org> -Build-Depends: debhelper (>= 11), +Build-Depends: debhelper (>= 10.3), automake (>= 1.12), dpkg-dev (>= 1.17.14), pkg-config, |