Package: tiger
Version: 1:3.2.3-14.2
Severity: normal
Tags: patch

Attached is the debdiff for the 3.2.3-14.2 NMU I prepared. It addresses bug 
829643.

I uploaded the packaged I prepared to the DELAYED/7 queue.

Francois

-- 
https://fmarier.org/
diff -u tiger-3.2.3/debian/changelog tiger-3.2.3/debian/changelog
--- tiger-3.2.3/debian/changelog
+++ tiger-3.2.3/debian/changelog
@@ -1,3 +1,10 @@
+tiger (1:3.2.3-14.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Teach tiger about fuse.lxcfs (Closes: #829643)
+
+ -- Francois Marier <franc...@debian.org>  Sun, 10 Jul 2016 10:21:22 -0700
+
 tiger (1:3.2.3-14.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u tiger-3.2.3/systems/Linux/2/gen_mounts tiger-3.2.3/systems/Linux/2/gen_mounts
--- tiger-3.2.3/systems/Linux/2/gen_mounts
+++ tiger-3.2.3/systems/Linux/2/gen_mounts
@@ -152,6 +152,7 @@
   [ "$1" = "fuse.gvfs-fuse-daemon" ] && LOCAL=1 # Used in Ubuntu 'hardy'
   [ "$1" = "fuse.gvfsd-fuse" ] && LOCAL=1       # Used in Ubuntu 13.10 (Saucy Salamander) replaces fuse.gvfs-fuse-daemon
   [ "$1" = "fuse.ltspfs" ] && LOCAL=0 		# Used by LTSP 5.x
+  [ "$1" = "fuse.lxcfs" ] && LOCAL=0
   [ "$1" = "ecryptfs" ] && LOCAL=0              # Encrypted filesystem used by ecryptfs-utils
   [ "$1" = "xenfs" ] && LOCAL=0                 # Virtual fs for Xen
   [ "$1" = "cgroup" ] && LOCAL=0                # General access point to Kernel Control Groups

Reply via email to