diff -pruN 2.5.0-2/debian/changelog 2.6.0-2/debian/changelog
--- 2.5.0-2/debian/changelog	2021-09-29 08:34:57.000000000 +0000
+++ 2.6.0-2/debian/changelog	2022-03-24 12:43:41.000000000 +0000
@@ -1,3 +1,16 @@
+python-mistral-lib (2.6.0-2) unstable; urgency=medium
+
+  * Uploading to unstable.
+  * Add autopkgtest.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 24 Mar 2022 13:43:41 +0100
+
+python-mistral-lib (2.6.0-1) experimental; urgency=medium
+
+  * New upstream release.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 21 Feb 2022 13:50:58 +0100
+
 python-mistral-lib (2.5.0-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff -pruN 2.5.0-2/debian/tests/control 2.6.0-2/debian/tests/control
--- 2.5.0-2/debian/tests/control	1970-01-01 00:00:00.000000000 +0000
+++ 2.6.0-2/debian/tests/control	2022-03-24 12:43:41.000000000 +0000
@@ -0,0 +1,5 @@
+Tests: unittests
+Depends:
+ @,
+ @builddeps@,
+Restrictions: allow-stderr needs-root
diff -pruN 2.5.0-2/debian/tests/unittests 2.6.0-2/debian/tests/unittests
--- 2.5.0-2/debian/tests/unittests	1970-01-01 00:00:00.000000000 +0000
+++ 2.6.0-2/debian/tests/unittests	2022-03-24 12:43:41.000000000 +0000
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+pkgos-dh_auto_test --no-py2 'mistral_lib\.*tests.*'
