]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blobdiff - debian/control
Imported Debian patch 0.9.5-1
[sven/fuse-exfat.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..44468d4
--- /dev/null
@@ -0,0 +1,17 @@
+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.