From: Sven Hoexter Date: Sat, 14 Jan 2012 12:31:41 +0000 (+0100) Subject: Merge commit 'upstream/0.9.6' X-Git-Tag: debian/0.9.6-1~3 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=042b8730107c95bfe994cfe33fb6cbf64316d1bd;hp=a4248d0ee882aa5a48a1d74ca0162032c5a7d65e Merge commit 'upstream/0.9.6' --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..6be57f3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +fuse-exfat (0.9.5-1) UNRELEASED; 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..618802e --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +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.sven.stormbind.net/git/sven/fuse-exfat.git +Vcs-Browser: http://git.sven.stormbind.net/?p=sven/fuse-exfat.git + +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. + A mounthelper is provided unter the name mount.exfat-fuse. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..2a3441a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,33 @@ +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: + Andrew Nayenko resver@gmail.com + +Copyright: + Copyright (C) 2009, 2010 Andrew Nayenko + +License: + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + On any Debian system, you can find the complete text of the GNU GPL + (GNU General Public License) in the file "/usr/share/common-licenses/GPL-3". + +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/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..cec628c --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True 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