Update Debian packaging to 1.5.74.1-1
[openafs.git] / src / packaging / Debian / rules
index 9b6a535..7826b91 100755 (executable)
@@ -39,7 +39,8 @@ HTML_XSL   = /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl
 # The /usr/share/doc directory for these packages should be a symlink to
 # /usr/share/doc/openafs-client.  Any package on this list must depend on
 # openafs-client.
-DOC_PACKAGES = libpam-openafs-kaserver openafs-dbserver openafs-kpasswd
+DOC_PACKAGES = libpam-openafs-kaserver openafs-dbserver openafs-fuse \
+       openafs-kpasswd
 
 # These are files that we know we don't want to install.  List them so that we
 # can use dh_install --fail-missing and catch anything new that shows up.
@@ -51,7 +52,7 @@ IGNORE = -XAuthLog -Xcompile_et -Xcopyauth -Xdlog -Xdpass -Xfms.log       \
        -Xuss -Xvldb_convert -Xvsys -Xxfs_size_check
 
 # Installed via other means since we have to rename them.
-IGNORE += -Xpam_afs
+IGNORE += -Xafsd.fuse.8 -Xpam_afs
 
 # These variables are used by get-orig-source and to construct dkms.conf.
 # You will need to change TAG to package stable releases instead of
@@ -99,7 +100,7 @@ build-stamp:
            --sysconfdir=/etc --libexecdir=/usr/lib \
            --localstatedir=/var/lib --with-krb5-conf=/usr/bin/krb5-config \
            --enable-supergroups --enable-demand-attach-fs \
-           --enable-disconnected \
+           --enable-disconnected --enable-fuse-client \
            --with-xslt-processor=xsltproc --with-html-xsl=$(HTML_XSL) \
            --enable-debug --enable-debug-lwp $(DEBIAN_OPT_FLAGS) $(SYSTEM)
        chmod a+x config.sub src/libafs/make_kbuild_makefile.pl \