From 0f5414fba6ff800d7737605885e6a1c2de8e9784 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 29 Dec 2011 10:31:56 +0100 Subject: [PATCH] Imported Debian patch 0.9.5-1 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 27 +++++++++++++++++++++++++++ debian/install | 1 + debian/manpages | 1 + debian/rules | 13 +++++++++++++ debian/source/format | 1 + debian/watch | 2 ++ 9 files changed, 68 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/install create mode 100644 debian/manpages create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7517291 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +fuse-exfat (0.9.5-1) unstable; urgency=low + + * Initial release (Closes: #625611) + + -- Sven Hoexter Thu, 29 Dec 2011 10:31:56 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..44468d4 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: fuse-exfat +Section: otherosfs +Priority: optional +Maintainer: Sven Hoexter +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..416163c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,27 @@ +This work was packaged for Debian by: +Sven Hoexter on Thu, 29 Dec 2011 10:30:47 +0100 + +It was downloaded from: + +http://code.google.com/p/exfat/downloads/list + +Upstream Author(s): + + + + +Copyright: + + + + +License: + + + +The Debian packaging is: + + Copyright (C) 2011 Sven Hoexter + +and is licensed under the GPL version 3, +see "/usr/share/common-licenses/GPL-3". diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..7842e04 --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +fuse/mount.exfat-fuse /sbin diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..46675b9 --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +fuse/mount.exfat-fuse.8 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e6d00fc --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/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 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..88d34e8 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://code.google.com/p/exfat/downloads/list?can=1 .*/fuse-exfat-(\d[\d\.]*)\.tar\.gz -- 2.39.2