[Pkg-zfsonlinux-devel] [SCM] zfs branch, master, updated. upstream/0.6.4.2-649-g8144131
Aron Xu
aron at debian.org
Sun Nov 22 07:44:35 UTC 2015
The following commit has been merged in the master branch:
commit 814413118fb88de3ce596a87a8a011f50c225fdd
Author: Aron Xu <aron at debian.org>
Date: Sun Nov 22 15:44:16 2015 +0800
Add python related dependencies
diff --git a/debian/control b/debian/control
index 0477150..6b1961d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Build-Depends: dh-autoreconf,
lsb-release,
po-debconf,
uuid-dev,
- zlib1g-dev
+ zlib1g-dev,
+ python
Standards-Version: 3.9.6
Homepage: http://www.zfsonlinux.org/
Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/zfs.git
@@ -119,7 +120,7 @@ Description: OpenZFS root filesystem capabilities for Linux - dracut
Package: zfsutils-linux
Section: contrib/admin
Architecture: linux-any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Recommends: lsb-base, zfs-modules | zfs-dkms, zfs-zed
Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs | zfs-dracut
Conflicts: zfs, zfs-fuse
diff --git a/debian/control.in b/debian/control.in
index 0477150..6b1961d 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -14,7 +14,8 @@ Build-Depends: dh-autoreconf,
lsb-release,
po-debconf,
uuid-dev,
- zlib1g-dev
+ zlib1g-dev,
+ python
Standards-Version: 3.9.6
Homepage: http://www.zfsonlinux.org/
Vcs-Git: git://anonscm.debian.org/pkg-zfsonlinux/zfs.git
@@ -119,7 +120,7 @@ Description: OpenZFS root filesystem capabilities for Linux - dracut
Package: zfsutils-linux
Section: contrib/admin
Architecture: linux-any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Recommends: lsb-base, zfs-modules | zfs-dkms, zfs-zed
Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs | zfs-dracut
Conflicts: zfs, zfs-fuse
diff --git a/debian/rules b/debian/rules
index 1a20c9d..4d60eab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ pmodules = $(PACKAGE)-modules-$(non_epoch_version)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with autoreconf,dkms,systemd --parallel
+ dh $@ --with autoreconf,dkms,python2,systemd --parallel
override_dh_auto_configure:
@cp debian/control.in debian/control
--
OpenZFS on Linux
More information about the Pkg-zfsonlinux-devel
mailing list