Package: autofs
Followup-For: Bug #737679

Hi,

thanks for maintaining autofs.

Attached is a debdiff that fixes the bug for me.
Great thanks for everyone who previously commented on the BR and pointed out the
solution.

Cheers,
  Stefan.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages autofs depends on:
ii  init-system-helpers  1.49
ii  libc6                2.24-14
ii  libtirpc1            0.2.5-1.2
ii  libxml2              2.9.4+dfsg1-3
ii  ucf                  3.0036

Versions of packages autofs recommends:
ii  kmod        24-1
ii  nfs-common  1:1.3.4-2.1

autofs suggests no packages.

-- no debconf information
diff -Nru autofs-5.1.2/debian/changelog autofs-5.1.2/debian/changelog
--- autofs-5.1.2/debian/changelog       2016-12-23 00:34:46.000000000 +0100
+++ autofs-5.1.2/debian/changelog       2017-08-03 20:01:39.000000000 +0200
@@ -1,3 +1,12 @@
+autofs (5.1.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Add libtirpc-dev to build-depends.
+  * debian/rules: Add option --with-libtirpc to configure
+    (Closes: #737679)
+
+ -- Stefan Potyra <[email protected]>  Thu, 03 Aug 2017 20:01:39 +0200
+
 autofs (5.1.2-1) unstable; urgency=medium
 
   * New upstream release [June 2016] (Closes: #846054).
diff -Nru autofs-5.1.2/debian/control autofs-5.1.2/debian/control
--- autofs-5.1.2/debian/control 2016-12-23 00:30:11.000000000 +0100
+++ autofs-5.1.2/debian/control 2017-08-03 20:01:07.000000000 +0200
@@ -14,7 +14,8 @@
  libsasl2-dev,
  libssl-dev,
  libxml2-dev,
- sssd-common
+ sssd-common,
+ libtirpc-dev
 Homepage: http://www.kernel.org/pub/linux/daemons/autofs/v5/
 VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/autofs.git
 VCS-Git: https://anonscm.debian.org/git/collab-maint/autofs.git
diff -Nru autofs-5.1.2/debian/rules autofs-5.1.2/debian/rules
--- autofs-5.1.2/debian/rules   2016-12-22 23:53:33.000000000 +0100
+++ autofs-5.1.2/debian/rules   2017-08-03 20:01:37.000000000 +0200
@@ -33,7 +33,8 @@
                --with-fifodir=/var/run --with-flagdir=/var/run \
                --with-hesiod \
                --with-openldap \
-               --with-sasl
+               --with-sasl \
+               --with-libtirpc
 # Always define HAVE_SLOPPY_MOUNT (mount -s).  Also a hack and
 # the same comment as above applies: upstream should use it unconditionally.
 # Even busybox mount understands -s.

Reply via email to