diff -Nru zfs-linux-0.6.5.7/debian/changelog zfs-linux-0.6.5.7/debian/changelog --- zfs-linux-0.6.5.7/debian/changelog 2016-07-27 17:11:49.000000000 -0400 +++ zfs-linux-0.6.5.7/debian/changelog 2016-07-28 16:23:18.000000000 -0400 @@ -1,3 +1,11 @@ +zfs-linux (0.6.5.7-0ubuntu5) yakkety; urgency=medium + + * Change to include some important tools in zfsutils-linux build. + - Add tools : arcstat.py, arc_summary.py & dbufstat.py in /usr/sbin. + - Add python related dependencies (LP: #1574342) + + -- Eric Desrochers Thu, 28 Jul 2016 16:22:58 -0400 + zfs-linux (0.6.5.7-0ubuntu4) yakkety; urgency=medium * Set PATH in cron.d job to fix monthly scrubs. (LP: #1548009) diff -Nru zfs-linux-0.6.5.7/debian/control zfs-linux-0.6.5.7/debian/control --- zfs-linux-0.6.5.7/debian/control 2016-07-06 14:10:32.000000000 -0400 +++ zfs-linux-0.6.5.7/debian/control 2016-07-28 16:20:59.000000000 -0400 @@ -15,6 +15,8 @@ libtool, uuid-dev, zlib1g-dev, + python, + dh-python, libblkid-dev, libattr1-dev Standards-Version: 3.9.8 @@ -185,7 +187,7 @@ Package: zfsutils-linux Section: admin Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, ${python2:Depends}, python Recommends: zfs-zed Suggests: samba-common-bin (>= 3.0.23), nfs-kernel-server, zfs-initramfs Conflicts: zfs, zfs-fuse diff -Nru zfs-linux-0.6.5.7/debian/rules zfs-linux-0.6.5.7/debian/rules --- zfs-linux-0.6.5.7/debian/rules 2016-04-12 09:18:14.000000000 -0400 +++ zfs-linux-0.6.5.7/debian/rules 2016-07-28 16:21:14.000000000 -0400 @@ -9,12 +9,12 @@ META_DISTDIR := $(CURDIR)/$(META_NAME)-$(META_VERSION)/ %: - dh $@ --with autoreconf,dkms + dh $@ --with autoreconf,dkms,python2 override_dh_auto_configure: @# Build the userland, but don't build the kernel modules. dh_auto_configure -- \ - --bindir=/bin \ + --bindir=/usr/sbin \ --sbindir=/sbin \ --libdir=/lib \ --with-udevdir=/lib/udev \ diff -Nru zfs-linux-0.6.5.7/debian/zfsutils-linux.install zfs-linux-0.6.5.7/debian/zfsutils-linux.install --- zfs-linux-0.6.5.7/debian/zfsutils-linux.install 2016-05-25 21:02:16.000000000 -0400 +++ zfs-linux-0.6.5.7/debian/zfsutils-linux.install 2016-07-28 16:21:43.000000000 -0400 @@ -3,6 +3,9 @@ sbin lib/udev debian/zfs.target /lib/systemd/system +usr/sbin/arc_summary.py +usr/sbin/arcstat.py +usr/sbin/dbufstat.py usr/share/man/man1 usr/share/man/man5 usr/share/man/man8/fsck.zfs.8