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,16 @@ +tiger (1:3.2.3-14.1~ppa1) xenial; urgency=medium + + * Backport from Debian unstable + + -- Francois Marier Sat, 02 Jul 2016 16:31:33 -0700 + +tiger (1:3.2.3-14.1) unstable; urgency=medium + + * Non-maintainer upload. + * Teach tiger about tracefs (Closes: #791352) + + -- Francois Marier Sat, 16 Jan 2016 20:41:02 -0800 + tiger (1:3.2.3-14) unstable; urgency=low * debian/control: Add Vcs-Browser and Vcs-Git 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 @@ -69,6 +69,7 @@ # Linux/2/gen_mounts - 22/11/2015 - Fix typo in sshfs definition (Debian bug 7680867) # - Added aufs (Debian bug 781171) # - Added fuse.s3fs (Debian bug 799753) +# Linux/2/gen_mounts - 05/12/2015 - Added tracefs (Debian bug 791352) #------------------------------------------------------------------------------------------------------------------ # @@ -210,6 +211,7 @@ [ "$1" = "vmblock" ] && LOCAL=1 # Vmware filesystem [ "$1" = "debugfs" ] && LOCAL=1 # Debugging filesystem see # http://lwn.net/Articles/115405/ + [ "$1" = "tracefs" ] && LOCAL=1 [ "$1" = "configfs" ] && LOCAL=1 [ "$1" = "davfs" ] && LOCAL=1 [ "$1" = "pstore" ] && LOCAL=1 # Platform dependen persisten storage