[Pkg-zfsonlinux-devel] [SCM] zfs branch, master, updated. debian/0.6.5.8-3-55-gab6f41b

Aron Xu aron at debian.org
Tue Oct 31 12:32:44 UTC 2017


The following commit has been merged in the master branch:
commit 43a63c5ba843396cb2ea6f9a9b53ba3732914c16
Author: Fabian Grünbichler <f.gruenbichler at proxmox.com>
Date:   Mon Sep 4 10:55:33 2017 +0200

    zfs-test package
    
    exclude zfs test suite from being installed
    zfs-test: add python dependency

diff --git a/debian/control b/debian/control
index a93502d..4fc7fea 100644
--- a/debian/control
+++ b/debian/control
@@ -151,6 +151,19 @@ Description: OpenZFS Event Daemon
  .
  This package provides the OpenZFS Event Daemon (zed).
 
+Package: zfs-test
+Section: contrib/admin
+Architecture: linux-any
+Depends: ${misc:Depends}, ${shlibs:Depends}, zfs-modules | zfs-dkms, zfsutils-linux, parted, lsscsi, mdadm, bc, ksh, fio, acl, sudo, sysstat, python
+Description: OpenZFS test infrastructure an support scripts
+ The Z file system is a pooled filesystem designed for maximum data
+ integrity, supporting data snapshots, multiple copies, and data
+ checksums.
+ .
+ This package provides the OpenZFS test infrastructure for destructively
+ testing and validating a system using OpenZFS. It is entirely optional
+ and should only be installed and used in test environments.
+
 Package: zfs-dbg
 Section: contrib/debug
 Priority: extra
diff --git a/debian/control.in b/debian/control.in
index a93502d..4fc7fea 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -151,6 +151,19 @@ Description: OpenZFS Event Daemon
  .
  This package provides the OpenZFS Event Daemon (zed).
 
+Package: zfs-test
+Section: contrib/admin
+Architecture: linux-any
+Depends: ${misc:Depends}, ${shlibs:Depends}, zfs-modules | zfs-dkms, zfsutils-linux, parted, lsscsi, mdadm, bc, ksh, fio, acl, sudo, sysstat, python
+Description: OpenZFS test infrastructure an support scripts
+ The Z file system is a pooled filesystem designed for maximum data
+ integrity, supporting data snapshots, multiple copies, and data
+ checksums.
+ .
+ This package provides the OpenZFS test infrastructure for destructively
+ testing and validating a system using OpenZFS. It is entirely optional
+ and should only be installed and used in test environments.
+
 Package: zfs-dbg
 Section: contrib/debug
 Priority: extra
diff --git a/debian/not-installed b/debian/not-installed
new file mode 100644
index 0000000..6f05ae1
--- /dev/null
+++ b/debian/not-installed
@@ -0,0 +1 @@
+usr/share/zfs/zfs-helpers.sh
diff --git a/debian/zfs-test.install b/debian/zfs-test.install
new file mode 100644
index 0000000..ad98d18
--- /dev/null
+++ b/debian/zfs-test.install
@@ -0,0 +1,16 @@
+usr/share/zfs/common.sh
+usr/share/zfs/runfiles/
+usr/share/zfs/smb.sh
+usr/share/zfs/test-runner
+usr/share/zfs/zfs-tests/
+usr/share/zfs/zfs-tests.sh
+usr/share/zfs/zfs.sh
+usr/share/zfs/zimport.sh
+usr/share/zfs/zloop.sh
+usr/share/zfs/zpios*
+usr/share/zfs/zpool-config/
+usr/share/zfs/zpool-create.sh
+usr/share/zfs/common.sh
+usr/share/zfs/common.sh
+usr/share/zfs/common.sh
+usr/bin/raidz_test
diff --git a/debian/zfsutils-linux.install b/debian/zfsutils-linux.install
index 947ffd9..5b7dabf 100644
--- a/debian/zfsutils-linux.install
+++ b/debian/zfsutils-linux.install
@@ -22,7 +22,6 @@ sbin/zfs
 usr/sbin/arc_summary
 usr/sbin/arcstat
 usr/sbin/dbufstat
-usr/share/zfs/
 usr/share/man/man1/
 usr/share/man/man5/
 usr/share/man/man8/zstreamdump.8

-- 
UNNAMED PROJECT



More information about the Pkg-zfsonlinux-devel mailing list