Codebase list unsafeopenssl / 86f9f71
Fixes more lintian warnings Sophie Brun 4 years ago
2 changed file(s) with 8 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 #we want to have these permissions
1 openssl-unsafe: non-standard-dir-perm etc/unsafessl/private/ 0700 != 0755
2
77 # This file may have to be extensively modified
88 #
99 # Modified to be a prototype for debmake by Christoph Lameter <[email protected]>
10 SHELL=/bin/bash
11
12 package=openssl-unsafe
10
11 include /usr/share/dpkg/architecture.mk
1312
1413 # For generating the manpages
15 export VERSION=$(shell dpkg-parsechangelog | grep '^Version:' | sed -e 's/^.*://' -e 's/-.*//')
16
17 # The binary architeture
18 DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
19 DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
20 DEB_HOST_ARCH_CPU=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
21
22 DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
23 DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
14 export VERSION=$(DEB_VERSION_UPSTREAM)
15
16 # The binary architecture
2417 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
2518 export CROSS_COMPILE ?= $(DEB_HOST_GNU_TYPE)-
2619 endif