diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144f60048986bc560c5576355344005e6e7..0000000000000000000000000000000000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 30a10bfd0ccecb9e13b133bbdf72a7ba99bec4fa..e0f9966e7ab24f8616cf749ea257c323baf456f3 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: suexec-sandbox Priority: optional Maintainer: A/I -Build-Depends: debhelper (>= 9), dh-autoreconf, libseccomp-dev, libcap-dev +Build-Depends: debhelper-compat (= 12), libseccomp-dev, libcap-dev Standards-Version: 3.9.8 Package: suexec-sandbox diff --git a/debian/rules b/debian/rules index 60cc5ddb3619d5d2abf2522fe6b6bcc36edfaec5..ed58acc731b6e67c63dc0d187f455a355125bb23 100755 --- a/debian/rules +++ b/debian/rules @@ -2,4 +2,4 @@ #export DH_VERBOSE = 1 %: - dh $@ --with autoreconf + dh $@ diff --git a/debian/source/format b/debian/source/format index d3827e75a5cadb9fe4a27e1cb9b6d192e7323120..163aaf8d82b6c54f23c45f32895dbdfdcc27b047 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +3.0 (quilt)