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

Aron Xu aron at debian.org
Tue Nov 28 08:31:01 UTC 2017


The following commit has been merged in the master branch:
commit 5bb90f438bd0e9e0404fb203e27e926876a270b3
Author: Fabian Grünbichler <f.gruenbichler at proxmox.com>
Date:   Mon Nov 20 09:50:12 2017 +0100

    d/rules: remove obsolete calls to dpkg-architecture
    
    Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>

diff --git a/debian/rules b/debian/rules
index 152b928..bcc8251 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,10 +12,6 @@ ifndef BUILD_UDEB
 BUILD_UDEB=false
 endif
 
-ifndef DEB_HOST_ARCH
-DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
-endif
-
 ifndef KVERS
 KVERS=$(shell uname -r)
 endif
@@ -25,7 +21,7 @@ SPL=/usr/src/spl-$(DEB_VERSION_UPSTREAM)
 endif
 
 ifndef SPLOBJ
-SPLOBJ=/var/lib/dkms/spl/$(DEB_VERSION_UPSTREAM)/$(KVERS)/$(shell dpkg-architecture -qDEB_TARGET_GNU_CPU)
+SPLOBJ=/var/lib/dkms/spl/$(DEB_VERSION_UPSTREAM)/$(KVERS)/$(DEB_TARGET_GNU_CPU)
 endif
 
 non_epoch_version=$(shell echo $(KVERS) | perl -pe 's/^\d+://')

-- 
UNNAMED PROJECT



More information about the Pkg-zfsonlinux-devel mailing list