--- /dev/null
+fuse-exfat (0.9.5-1) unstable; urgency=low
+
+ * Initial release (Closes: #625611)
+
+ -- Sven Hoexter <hoexter@debian.org> Thu, 29 Dec 2011 10:31:56 +0100
--- /dev/null
+Source: fuse-exfat
+Section: otherosfs
+Priority: optional
+Maintainer: Sven Hoexter <hoexter@debian.org>
+Build-Depends: debhelper (>= 8), scons, libfuse-dev
+Standards-Version: 3.9.2
+Homepage: http://code.google.com/p/exfat/
+#Vcs-Git: git://git.debian.org/collab-maint/fuse-exfat.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/fuse-exfat.git;a=summary
+
+Package: exfat-fuse
+Architecture: linux-any kfreebsd-any
+Depends: ${shlibs:Depends}, ${misc:Depends}, fuse [linux-any], fuse4bsd [kfreebsd-any]
+Recommends: exfat-utils
+Description: read and write exFAT driver for FUSE
+ fuse-exfat is a read and write driver implementing
+ the Extended File Allocation Table as a filesystem in userspace.
--- /dev/null
+This work was packaged for Debian by:
+Sven Hoexter <sven@timegate.de> on Thu, 29 Dec 2011 10:30:47 +0100
+
+It was downloaded from:
+
+http://code.google.com/p/exfat/downloads/list
+
+Upstream Author(s):
+
+ <put author's name and email here>
+ <likewise for another author>
+
+Copyright:
+
+ <Copyright (C) YYYY Firstname Lastname>
+ <likewise for another author>
+
+License:
+
+ <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is:
+
+ Copyright (C) 2011 Sven Hoexter <sven@timegate.de>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".
--- /dev/null
+fuse/mount.exfat-fuse /sbin
--- /dev/null
+fuse/mount.exfat-fuse.8
--- /dev/null
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
+override_dh_auto_build:
+ scons
+
+override_dh_auto_clean:
+ scons -c
--- /dev/null
+version=3
+http://code.google.com/p/exfat/downloads/list?can=1 .*/fuse-exfat-(\d[\d\.]*)\.tar\.gz