...and here's the attachment I meant to include in my last email.
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-12.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix typo in hugetlbfs check (closes: #740625)
+
+ -- Francois Marier <franc...@debian.org>  Tue, 14 Oct 2014 23:07:58 +1300
+
 tiger (1:3.2.3-12) unstable; urgency=medium
   
   [ Include changes done in upstream's 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
@@ -65,6 +65,7 @@
 #                                 - Fix typo: hugetlbf --> hugetlbfs 
 #                                    (Debian bug 729692, Savannah bug 40591)
 #                                 - Add fuse.gvfs-fuse-daemon (Savannah patch 7914) and change it to non-LOCAL
+# Linux/2/gen_mounts - 14/10/2014 - Fix typo: hugelbfs --> hugetlbfs  (Debian bug 740625)
 #------------------------------------------------------------------------------------------------------------------
 #
 
@@ -197,7 +198,7 @@
   [ "$1" = "pipefs" ] && LOCAL=1
   [ "$1" = "eventpollfs" ] && LOCAL=1           # Efficient event polling mechanism
   [ "$1" = "inotifyfs" ] && LOCAL=1 
-  [ "$1" = "hugelbfs" ] && LOCAL=1 
+  [ "$1" = "hugetlbfs" ] && LOCAL=1 
   [ "$1" = "subfs" ] && LOCAL=1 
   [ "$1" = "futexfs" ] && LOCAL=1               # futex (Fast Userspace Locking) mechanism
   [ "$1" = "fuse" ] && LOCAL=1

Reply via email to