diff options
| author | David Kalnischkies <david@kalnischkies.de> | 2018-01-22 15:16:56 +0100 |
|---|---|---|
| committer | David Kalnischkies <david@kalnischkies.de> | 2018-01-22 18:26:25 +0100 |
| commit | 02aac2b22f5b926f681cf3b1214038314c49d5f2 (patch) | |
| tree | 5735a9c93c0c3ae187606fb11bdc9f5023156fbe | |
| parent | 0bfdd797d17bcbf8bdfcbfacecbc4f5ebb401c95 (diff) | |
bump to debhelper compat level 11
The package is hardly needing any specific version, but
bumping it once in a while to keep us away from ancient
versions seems like a good idea.
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index e2c774e..4447fd7 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Tim Retout <diocles@debian.org>, David Kalnischkies <donkult@debian.org> Rules-Requires-Root: no -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 11) Standards-Version: 3.9.8 Vcs-Git: https://salsa.debian.org/apt-team/apt-transport-tor.git Vcs-Browser: https://salsa.debian.org/apt-team/apt-transport-tor |
