From: Sven Hoexter Date: Sun, 6 Dec 2015 13:25:09 +0000 (+0100) Subject: Merge branch 'upstream' - import 1.2.2 X-Git-Tag: debian/1.2.2-1~3 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=commitdiff_plain;h=1195a0d2827751ef9791cd2ff1fe9b4b84ad45be;hp=1166675ac1cefab70acdf900c238a9e2b726e2de Merge branch 'upstream' - import 1.2.2 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..845ca06 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.pc diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7e44010 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,129 @@ +fuse-exfat (1.2.1-2) unstable; urgency=low + + * Change source format to 3.0. + * Add d/patches/kfreebsd-compat to support GNU/kfreebsd. + + -- Sven Hoexter Wed, 07 Oct 2015 13:06:29 +0200 + +fuse-exfat (1.2.1-1) unstable; urgency=low + + * New upstream release + + Moves from scons to autotools. + + Includes a fix for CVE-2015-8026. + * Build-Depend on autotools-dev and pkg-config instead of scons. + * Set --sbindir=/sbin to stay consistent with the current install location. + * Remove d/install, no longer required. + * Enable autotools_dev addon for debhelper. + * Bump Standards-Version to 3.9.6 - no changes required. + * Update Homepage and copyright years. + * Readd a watch file pointing at the github release page. + + -- Sven Hoexter Wed, 07 Oct 2015 11:41:58 +0200 + +fuse-exfat (1.1.0-2) unstable; urgency=low + + * Remove debian/watch - recent changes at Google code required + different download links which do not contain readable hrefs. + * Extent debian/copyright up to 2014. + * Update debian/copyright license statement - with 1.1.0 upstream + relicensed from GPLv3 to GPLv2 or later. + * Update link in debian/copyright to the download location. + * Add "-D_GNU_SOURCE" unconditionally to the list of CCFLAGS, needed + to build on kfreebsd. + + -- Sven Hoexter Mon, 01 Sep 2014 09:38:38 +0200 + +fuse-exfat (1.1.0-1) unstable; urgency=low + + * New upstream release (Closes: #759155). + + Fixes invalid inode output in df (Closes: # 746735) + * Added "-Wall -std=c99" to the CFLAGS from the list of default + flags given in the upstream SConstruct file. + * Standards-Version: 3.9.5, no changes required. + + -- Sven Hoexter Mon, 25 Aug 2014 18:45:19 +0200 + +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 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..55b851f --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: fuse-exfat +Section: otherosfs +Priority: optional +Maintainer: Sven Hoexter +Build-Depends: debhelper (>= 9), libfuse-dev, autotools-dev, pkg-config +Standards-Version: 3.9.6 +Homepage: https://github.com/relan/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..1f35e45 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,35 @@ +This work was packaged for Debian by: + Sven Hoexter on Thu, 29 Dec 2011 10:30:47 +0100 + +It was downloaded from: + https://github.com/relan/exfat/releases + +Upstream Author: + Andrew Nayenko resver@gmail.com + +Copyright: + Copyright (C) 2010-2015 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 2 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + 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-2". + + +The Debian packaging is: + Copyright (C) 2011-2015 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/links b/debian/links new file mode 100644 index 0000000..6890a07 --- /dev/null +++ b/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 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/patches/kfreebsd-compat b/debian/patches/kfreebsd-compat new file mode 100644 index 0000000..c4f1cf1 --- /dev/null +++ b/debian/patches/kfreebsd-compat @@ -0,0 +1,13 @@ +Index: fuse-exfat/libexfat/platform.h +=================================================================== +--- fuse-exfat.orig/libexfat/platform.h ++++ fuse-exfat/libexfat/platform.h +@@ -24,7 +24,7 @@ + #ifndef PLATFORM_H_INCLUDED + #define PLATFORM_H_INCLUDED + +-#if defined(__linux__) ++#if defined(__linux__) || defined(__GLIBC__) + + #include + #include diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..b7646da --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +kfreebsd-compat diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ec620f7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ --with autotools_dev + +override_dh_auto_configure: + dh_auto_configure -- \ + --sbindir=/sbin \ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6a8dc7a --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/relan/exfat/releases .*/fuse-exfat-(\d\S*)\.tar\.gz \ No newline at end of file