--- fuse-exfat-1.0.1.orig/debian/manpages +++ fuse-exfat-1.0.1/debian/manpages @@ -0,0 +1 @@ +fuse/mount.exfat-fuse.8 --- fuse-exfat-1.0.1.orig/debian/rules +++ fuse-exfat-1.0.1/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export CCFLAGS = $(CFLAGS) + +%: + dh $@ + +override_dh_auto_build: + scons + +override_dh_auto_clean: + scons -c + rm -f config.log --- fuse-exfat-1.0.1.orig/debian/watch +++ fuse-exfat-1.0.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://code.google.com/p/exfat/downloads/list?can=1 .*/fuse-exfat-(\d[\d\.]*)\.tar\.gz --- fuse-exfat-1.0.1.orig/debian/install +++ fuse-exfat-1.0.1/debian/install @@ -0,0 +1 @@ +fuse/mount.exfat-fuse /sbin --- fuse-exfat-1.0.1.orig/debian/copyright +++ fuse-exfat-1.0.1/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) 2010-2013 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-2013 Sven Hoexter + +and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3". --- fuse-exfat-1.0.1.orig/debian/control +++ fuse-exfat-1.0.1/debian/control @@ -0,0 +1,18 @@ +Source: fuse-exfat +Section: otherosfs +Priority: optional +Maintainer: Sven Hoexter +Build-Depends: debhelper (>= 9), scons, libfuse-dev +Standards-Version: 3.9.3 +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. --- fuse-exfat-1.0.1.orig/debian/changelog +++ fuse-exfat-1.0.1/debian/changelog @@ -0,0 +1,84 @@ +fuse-exfat (1.0.1-1) unstable; urgency=low + + * New upstream release + * Remove all patches and usage of quilt. + * Update years in debian/copyright. + + -- Sven Hoexter Thu, 07 Feb 2013 20:47:49 +0100 + +fuse-exfat (1.0.0-2) unstable; urgency=low + + * Build depend on quilt, use dh --with quilt. + * Add debian/patches/fix-fuse-read-write-return-r336.patch + Fixes "Operation not permitted" error reporting on empty files. + * Add debian/patches/fix-unexpected-removal-on-dir-move-r337.patch + Fixes unexpected removal of a directory if you move it into itself. + + -- Sven Hoexter Fri, 25 Jan 2013 22:48:16 +0100 + +fuse-exfat (1.0.0-1) unstable; urgency=low + + * New upstream release + + -- Sven Hoexter Tue, 23 Jan 2013 21:06:21 +0100 + +fuse-exfat (0.9.8-3) experimental; urgency=low + + * Revert the change from 0.9.8-2, the correct fix is + to assign CFLAGS to CCFLAGS so the correct set of common + flags will be picked up by scons. + + -- Sven Hoexter Thu, 25 Oct 2012 17:09:19 +0200 + +fuse-exfat (0.9.8-2) experimental; urgency=low + + * Build without -fPIE - hardening flags -pie. + + -- Sven Hoexter Thu, 25 Oct 2012 12:41:07 +0200 + +fuse-exfat (0.9.8-1) experimental; urgency=low + + * New upstream release. + * Dropped all patches - merged upstream. + * Dropped all usage of quilt - currently not required. + * No longer use CFLAGS as CCFLAGS, the SConstruct file + now honors CCFLAGS. + + -- Sven Hoexter Sun, 12 Aug 2012 20:05:10 +0200 + +fuse-exfat (0.9.7-2) unstable; urgency=low + + * Switch from dh compat level 8 to 9. + * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS. + * Export CFLAGS as CCFLAGS which is honored by the current + SConstruct file. + * Symlink mount.exfat-fuse to mount.exfat. This should ease the + integration with the automount functionality in thunar. + Thanks to Bob Valantin . (Closes: #673517) + * Add debian/patches/honor-cppflags - scons should use exported CPPFLAGS. + * Add debian/patches/utf16-fix - fix handling of characters beyond BMP. + Thanks to Vladimir Serbinenko . (Closes: #672898) + * Add build-dep on quilt, use dh quilt addon in debian/rules. + * Add README.source to reference quilt. + + -- Sven Hoexter Mon, 21 May 2012 21:18:39 +0200 + +fuse-exfat (0.9.7-1) unstable; urgency=low + + * New upstream release. + * Remove config.log, in the clean target (via override dh_auto_clean). + * Bump Standards-Version to 3.9.3 - no changes required. + + -- Sven Hoexter Fri, 09 Mar 2012 21:20:25 +0100 + +fuse-exfat (0.9.6-1) unstable; urgency=low + + * New upstream release. + + -- Sven Hoexter Sat, 14 Jan 2012 18:20:33 +0100 + +fuse-exfat (0.9.5-1) unstable; urgency=low + + * Initial release. (Closes: #625611) + + -- Sven Hoexter Mon, 02 Jan 2012 12:58:18 +0100 --- fuse-exfat-1.0.1.orig/debian/gbp.conf +++ fuse-exfat-1.0.1/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True --- fuse-exfat-1.0.1.orig/debian/links +++ fuse-exfat-1.0.1/debian/links @@ -0,0 +1,2 @@ +sbin/mount.exfat-fuse sbin/mount.exfat +usr/share/man/man8/mount.exfat-fuse.8.gz usr/share/man/man8/mount.exfat.8.gz --- fuse-exfat-1.0.1.orig/debian/compat +++ fuse-exfat-1.0.1/debian/compat @@ -0,0 +1 @@ +9 --- fuse-exfat-1.0.1.orig/debian/source/format +++ fuse-exfat-1.0.1/debian/source/format @@ -0,0 +1 @@ +1.0 --- fuse-exfat-1.0.1.orig/debian/.pc/.quilt_patches +++ fuse-exfat-1.0.1/debian/.pc/.quilt_patches @@ -0,0 +1 @@ +patches --- fuse-exfat-1.0.1.orig/debian/.pc/.quilt_series +++ fuse-exfat-1.0.1/debian/.pc/.quilt_series @@ -0,0 +1 @@ +series --- fuse-exfat-1.0.1.orig/debian/.pc/.version +++ fuse-exfat-1.0.1/debian/.pc/.version @@ -0,0 +1 @@ +2