Package: cacti Version: 1.1.38+ds1-1 Severity: minor Tags: patch User: [email protected] Usertags: origin-ubuntu cosmic ubuntu-patch
Dear Paul, In Ubuntu, I've adjusted the autopkgtest for cacti to test against default-mysql-server instead of mariadb-server. The reason for this is that mariadb-server is not the default implementation of mysql-server in Ubuntu, and mariadb-server was recently buggy on arm64 so not only was it useful to run the autopkgtest against the mysql-server that we use, it was also useful to not block against mariadb-server. Similarly, since you recently dropped the autopkgtest to test against mysql-server in Debian due to it being absent from testing, I think it makes sense to only test against the default mysql implementation in Debian. Please consider the attached patch for inclusion in Debian. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ [email protected] [email protected]
diff -Nru cacti-1.1.38+ds1/debian/tests/control cacti-1.1.38+ds1/debian/tests/control --- cacti-1.1.38+ds1/debian/tests/control 2018-04-18 02:11:55.000000000 -0700 +++ cacti-1.1.38+ds1/debian/tests/control 2018-07-06 15:40:22.000000000 -0700 @@ -1,3 +1,3 @@ Tests: check-all-pages -Depends: mariadb-server, @, wget, apache2 +Depends: default-mysql-server, @, wget, apache2 Restrictions: needs-root, allow-stderr, isolation-container

