diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-07 14:43:55 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-07 14:43:55 +0100 |
commit | 57d7e63f5f0e96b1ec92877bc17e0ba0fae28f8e (patch) | |
tree | 4dab0c64bf30a1763504eb2890ebbb4cb48fd62d /debian | |
parent | 62b5a521ff61bd01a605ff95ad2b18d87006f6ff (diff) |
debian: Update to debhelper-compat (= 12)
Switch from debian/compat to the new Build-Depends syntax - that's
way nicer.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28b8..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 18b38ad39..612294e1b 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Michael Vogt <mvo@debian.org>, Rules-Requires-Root: no Standards-Version: 4.1.1 Build-Depends: cmake (>= 3.4), - debhelper (>= 11.2~), + debhelper-compat (= 12), docbook-xml, docbook-xsl, dpkg-dev (>= 1.17.14), |