diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-09-17 10:50:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-09-17 10:50:05 +0200 |
commit | 0930b8166ec00a49395f30ff71fe87b1b3ad4462 (patch) | |
tree | 05621181991109a2ae9ce9471064cfd69e6db0c1 /debian | |
parent | da9d6f1d17e5286e5184bcd531bf96437715ccc0 (diff) | |
parent | 3aafd27b74c9e1ec346b85b0b60b7fcb3ce24f8a (diff) |
Merge branch 'release/debian/1.8.18-10' into masterdebian/1.8.18-10
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/tests/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9943a2d..be5b777 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ipmitool (1.8.18-10) unstable; urgency=medium + + * Add "Restrictions: superficial" to debian/tests/control (Closes: #969834). + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 14 Sep 2020 14:35:04 +0200 + ipmitool (1.8.18-9) unstable; urgency=medium * New debian/patches/0005-gcc10.patch: Fix ftbfs with gcc-10 diff --git a/debian/tests/control b/debian/tests/control index 110eac8..d601169 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,4 @@ # smoke test Test-Command: ipmitool -V Depends: ipmitool +Restrictions: superficial |