* New upstream version
- Remove 18-dont-use-PAGE_SIZE.patch: merged upstream.
+ - Update other patches.
* Check for blank exports file (Closes: #673798).
-- Luk Claes <luk@debian.org> Fri, 25 May 2012 19:16:54 +0200
}
if (!authgss_get_private_data(auth, &pd)) {
-- printerr(0, "WARNING: Failed to obtain authentication "
+- printerr(1, "WARNING: Failed to obtain authentication "
+ printerr(2, "WARNING: Failed to obtain authentication "
"data for user with uid %d for server %s\n",
uid, clp->servername);
+ MULTIARCH=`dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null || true`
if test "$K5CONFIG" != ""; then
KRBCFLAGS=`$K5CONFIG --cflags`
- KRBLIBS=`$K5CONFIG --libs gssapi`
+ KRBLIBS=`$K5CONFIG --libs`
@@ -38,6 +39,7 @@
\( -f $dir/lib/libgssapi_krb5.a -o \
-f $dir/lib64/libgssapi_krb5.a -o \
11-532048-reduce-verbosity.patch
16-mount.nfs.man-update-distinction-between-fstype.patch
17-multiarch-kerberos-paths.patch
-18-dont-use-PAGE_SIZE.patch