From: Miroslav Ondra Date: Thu, 5 Sep 2019 11:45:28 +0000 (+0200) Subject: Remove VERSION_SUFFIX for oldstable and newstable. Not nedded here. X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=a393cc2d6d1025a21038cabfaa1fbcd89ae6caed;p=graphit%2Funipi-kernel.git Remove VERSION_SUFFIX for oldstable and newstable. Not nedded here. --- diff --git a/debian/neuron-kernel-docs.docs b/debian/neuron-kernel-docs.docs index 5874bfe..e845566 100644 --- a/debian/neuron-kernel-docs.docs +++ b/debian/neuron-kernel-docs.docs @@ -1,3 +1 @@ README -README.Debian -README.source diff --git a/debian/rules b/debian/rules index 236f53e..9515f89 100755 --- a/debian/rules +++ b/debian/rules @@ -97,7 +97,6 @@ override_dh_auto_install: dh_auto_install --destdir=debian/unipi-kernel-modules -- CCPREFIX=${DEB_TARGET_GNU_TYPE}- \ LINUX_DIR_PATH=$(LINUX_DIR_PATH) ARCH=${DEB_TARGET_ARCH_CPU} endif - ifeq ($(shell dpkg-architecture -q DEB_HOST_ARCH),armhf) override_dh_auto_install: dh_auto_install --destdir=debian/neuron-kernel -- CCPREFIX=${DEB_TARGET_GNU_TYPE}- \