diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2022-10-27 07:30:16 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2022-10-27 07:30:16 +0200 |
commit | f013b33fdbc11942f1178763ca1f65aa4d05a138 (patch) | |
tree | 2b2bce7543750c650686d21ffa3d309bec2b0c8e | |
parent | 354ef3c074c430b89748142e8bb5941ee0f2f71a (diff) | |
download | open-axiom-debian-f013b33fdbc11942f1178763ca1f65aa4d05a138.tar.gz |
Use debhelper-compat ( = 13 )
-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 45a4fb7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/debian/control b/debian/control index 6b50863..220e5c3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: math Priority: optional Maintainer: Igor Pashev <pashev.igor@gmail.com> Build-Depends: - debhelper ( >= 8 ), + debhelper-compat ( = 13 ), sbcl ( >= 1:1.0.30 ), libxpm-dev, libxt-dev, |