diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index e4a3344..218107c 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Section: misc Priority: optional Maintainer: Reinhard Tartler -Build-Depends: debhelper (>= 10), dh-autoreconf, automake, autoconf, libglib2.0-dev, libcap-dev, libseccomp-dev, libslirp-dev -Standards-Version: 4.3.0 +Build-Depends: debhelper-compat (= 13), automake, autoconf, libglib2.0-dev, libcap-dev, libseccomp-dev, libslirp-dev +Standards-Version: 4.6.0 Homepage: https://github.com/rootless-containers/slirp4netns Vcs-Browser: https://salsa.debian.org/debian/slirp4netns Vcs-Git: https://salsa.debian.org/debian/slirp4netns.git diff --git a/debian/rules b/debian/rules index 1becfdd..9df859d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf + dh $@ override_dh_auto_test: echo "WARNING: Skipping test suite, user namespaces not available" diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..a940e28 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/rootless-containers/slirp4netns/issues +Bug-Submit: https://github.com/rootless-containers/slirp4netns/issues/new +Repository: https://github.com/rootless-containers/slirp4netns.git +Repository-Browse: https://github.com/rootless-containers/slirp4netns