Package: tiger Version: 1:3.2.3-14.2 Severity: normal Tags: patch
Attached is the debdiff for the 3.2.3-14.3 NMU I prepared. It addresses bugs 848377 and 843452. I uploaded the packaged I prepared to the DELAYED/5 queue so that it hopefully makes it to stretch before the freeze. Francois
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,11 @@ +tiger (1:3.2.3-14.3) unstable; urgency=medium + + * Non-maintainer upload. + * Teach tiger about cgroup2 (Closes: #843452) + * Teach tiger about efivarfs (Closes: #848377) + + -- Francois Marier <franc...@debian.org> Sun, 18 Dec 2016 17:16:39 -0800 + tiger (1:3.2.3-14.2) 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 @@ -156,6 +156,7 @@ [ "$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 + [ "$1" = "cgroup2" ] && LOCAL=0 # General access point to Kernel Control Groups [ "$1" = "fuse.s3fs" ] && LOCAL=1 # Amazon S3 buckets mounted through fuse # Filesystems of other OS [ "$1" = "msdos" ] && LOCAL=1 @@ -165,6 +166,7 @@ [ "$1" = "hfs" ] && LOCAL=1 [ "$1" = "qnx4" ] && LOCAL=1 [ "$1" = "udf" ] && LOCAL=1 + [ "$1" = "efivarfs" ] && LOCAL=1 # Remotely mounted fs [ "$1" = "nfs" ] && LOCAL=1 [ "$1" = "nfs4" ] && LOCAL=1