read and write to a file, the reading client may see first couple
bytes of a file as nulls.
- Support newer glibc versions.
+ * Build-Depend on hardening-wrapper and enable it to work around the
+ current upstream munging of CFLAGS and LDFLAGS. (Closes: #659663)
* Fix server installation instructions in README.servers, which used the
early demand-attach syntax before separate demand-attach binaries were
built. Thanks, Björn Torkelsson. (Closes: #693311)
Uploaders: Sam Hartman <hartmans@debian.org>
Build-Depends: debhelper (>= 9), autoconf, automake, bison, comerr-dev,
cpio, dblatex, dkms (>= 2.1.1.1), docbook-xsl, doxygen, flex,
- libfuse-dev, libkrb5-dev, libncurses5-dev, libpam0g-dev, libxml2-utils,
- perl, pkg-config, xsltproc
+ hardening-wrapper, libfuse-dev, libkrb5-dev, libncurses5-dev,
+ libpam0g-dev, libxml2-utils, perl, pkg-config, xsltproc
Standards-Version: 3.9.4
Homepage: http://www.openafs.org/
Vcs-Git: git://anonscm.debian.org/pkg-k5-afs/openafs.git
#!/usr/bin/make -f
+# Enable hardening flags in hardening-wrapper. This is a temporary
+# workaround until upstream supports using user-provided CFLAGS, CPPFLAGS,
+# and LDFLAGS.
+export DEB_BUILD_HARDENING = 1
+
# Tell Autoconf the correct system types.
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)