From 684cda53da0bca802bea2a8bd0caab6a817fe072 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 26 Oct 2022 19:52:56 -0400 Subject: Update to Debhelper 12 --- debian/compat | 1 - debian/control | 2 +- debian/rules | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 9f9cf41..7cfa6b4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Keith Winstein Uploaders: Alex Chernyakhovsky , Benjamin Barenblat -Build-Depends: debhelper (>= 9), autotools-dev, protobuf-compiler, libprotobuf-dev, dh-autoreconf, pkg-config, libutempter-dev, zlib1g-dev, libncurses5-dev, libssl-dev, bash-completion, locales, tmux, less +Build-Depends: debhelper-compat (= 12), protobuf-compiler, libprotobuf-dev, pkg-config, libutempter-dev, zlib1g-dev, libncurses5-dev, libssl-dev, bash-completion, locales, tmux, less Standards-Version: 4.1.0.0 Homepage: https://mosh.org Vcs-Git: https://github.com/mobile-shell/mosh.git diff --git a/debian/rules b/debian/rules index dbfe544..5dc64be 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector -include /usr/share/dpkg/buildflags.mk %: - dh $@ --parallel --with autoreconf + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- \ -- cgit v1.2.3