tags 652094 patch thanks Hi,
As Remi suggeest already, it has missing dependency. Please apply attached patch (or I'll do NMU if you are busy now). -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -u mysql-mmm-2.2.1/debian/changelog mysql-mmm-2.2.1/debian/changelog --- mysql-mmm-2.2.1/debian/changelog +++ mysql-mmm-2.2.1/debian/changelog @@ -1,3 +1,12 @@ +mysql-mmm (2.2.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control + - add "Depends: libpath-class-perl" (Closes: #652094) + Thanks to Rémi Paulmier <[email protected]> + + -- Hideki Yamane <[email protected]> Mon, 02 Jan 2012 23:54:55 +0900 + mysql-mmm (2.2.1-1) unstable; urgency=low * Fixed usage of wrong state name in set_active, forced_move_role and diff -u mysql-mmm-2.2.1/debian/control mysql-mmm-2.2.1/debian/control --- mysql-mmm-2.2.1/debian/control +++ mysql-mmm-2.2.1/debian/control @@ -50,7 +50,7 @@ Package: mysql-mmm-tools Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, mysql-mmm-common, libdbi-perl, libdbd-mysql-perl +Depends: ${perl:Depends}, ${misc:Depends}, mysql-mmm-common, libdbi-perl, libdbd-mysql-perl, libpath-class-perl Description: Multi-Master Replication Manager for MySQL - tools MMM (Master-Master Replication Manager for MySQL) is a set of flexible scripts to perform monitoring/failover and management of MySQL Master-Master

