]> git.sven.stormbind.net Git - sven/exfat-utils.git/commitdiff
Merge tag 'upstream/1.2.6'
authorSven Hoexter <sven.hoexter@rewe-digital.com>
Mon, 15 May 2017 15:34:12 +0000 (17:34 +0200)
committerSven Hoexter <sven.hoexter@rewe-digital.com>
Mon, 15 May 2017 15:34:12 +0000 (17:34 +0200)
Upstream version 1.2.6

.gitignore [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/gbp.conf [new file with mode: 0644]
debian/links [new file with mode: 0644]
debian/manpages [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..7642c6d
--- /dev/null
@@ -0,0 +1,2 @@
+.pc
+debian/files
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..a71f6e5
--- /dev/null
@@ -0,0 +1,161 @@
+exfat-utils (1.2.5-2) unstable; urgency=medium
+
+  * Move from autotools-dev to dh-autoreconf to ease backporting.
+    Patch provided by Nicholas D Steeves. (Closes: #851922)
+
+ -- Sven Hoexter <hoexter@debian.org>  Fri, 20 Jan 2017 11:20:53 +0100
+
+exfat-utils (1.2.5-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Sven Hoexter <hoexter@debian.org>  Wed, 07 Dec 2016 17:56:36 +0100
+
+exfat-utils (1.2.4-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump Standards-Version to 3.9.8 - no changes required.
+
+ -- Sven Hoexter <hoexter@debian.org>  Sat, 25 Jun 2016 14:19:55 +0200
+
+exfat-utils (1.2.3-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Sven Hoexter <hoexter@debian.org>  Tue, 22 Dec 2015 14:16:09 +0100
+
+exfat-utils (1.2.2-1) unstable; urgency=low
+
+  * New upstream release.
+    + Drop patch kfreebsd-compat, applied upstream.
+
+ -- Sven Hoexter <hoexter@debian.org>  Sun, 06 Dec 2015 14:40:25 +0100
+
+exfat-utils (1.2.1-2) unstable; urgency=low
+
+  * Change to source format 3.0 quilt.
+  * Add d/patches/kfreebsd-compat so we can build on GNU/kfreebsd.
+
+ -- Sven Hoexter <hoexter@debian.org>  Thu, 08 Oct 2015 14:34:03 +0200
+
+exfat-utils (1.2.1-1) unstable; urgency=low
+
+  * New upstream release.
+    + Changes from scons to autotools
+    + Includes a fix for CVE-2015-8026
+  * Remove d/install, no longer required.
+  * Remove old scons overrides from d/rules.
+  * Build-Depend on autotools-dev and pkg-config instead of scons.
+  * Set --sbindir=/sbin to stay consistent with the current install location.
+  * Update debian/copyright.
+  * Readd debian/watch pointing now at the github release page.
+  * Update the Homepage field in d/control.
+
+ -- Sven Hoexter <hoexter@debian.org>  Wed, 07 Oct 2015 12:15:27 +0200
+
+exfat-utils (1.1.1-1) unstable; urgency=medium
+
+  * New upstream release
+  * Update Standards-Version to 3.9.6 - no changes required.
+
+ -- Sven Hoexter <hoexter@debian.org>  Mon, 20 Apr 2015 10:50:54 +0200
+
+exfat-utils (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 <hoexter@debian.org>  Mon, 01 Sep 2014 09:46:12 +0200
+
+exfat-utils (1.1.0-1) unstable; urgency=low
+
+  * New upstream release (Closes: #759156)
+  * Standards-Version: 3.9.5
+  * Added "-Wall -std=c99" to the CFLAGS from the list of default
+    flags given in the upstream SConstruct file.
+
+ -- Sven Hoexter <hoexter@debian.org>  Mon, 25 Aug 2014 20:23:59 +0200
+
+exfat-utils (1.0.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Update all years in debian/copyright.
+
+ -- Sven Hoexter <hoexter@debian.org>  Thu, 07 Feb 2013 20:24:34 +0100
+
+exfat-utils (1.0.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove my bogus -pie from hardening-flags for real.
+
+ -- Sven Hoexter <hoexter@debian.org>  Wed, 23 Jan 2013 21:05:11 +0100
+
+exfat-utils (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 <hoexter@debian.org>  Thu, 25 Oct 2012 17:14:58 +0200
+
+exfat-utils (0.9.8-2) experimental; urgency=low
+
+  * Build without -fPIE - hardening flags -pie.
+
+ -- Sven Hoexter <hoexter@debian.org>  Thu, 25 Oct 2012 12:46:46 +0200
+
+exfat-utils (0.9.8-1) experimental; urgency=low
+
+  * New upstream release.
+    + The mkfs utility was rewritten and can now
+      create filesystems up to several exabytes.
+  * 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 <hoexter@debian.org>  Sun, 12 Aug 2012 20:05:31 +0200
+
+exfat-utils (0.9.7-2) unstable; urgency=low
+
+  * Move manual link creation from debian/rules to debian/links
+    and thus make use of dh_link.
+  * Switch dh compat level from 8 to 9.
+  * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS.
+  * Export CFLAGS as CCFLAGS which is honored by the current
+    SConstruct file.
+  * 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 <phcoder@gmail.com>.
+  * Add build-dep on quilt, use dh quilt addon in debian/rules.
+  * Add README.source to reference quilt.
+
+ -- Sven Hoexter <hoexter@debian.org>  Mon, 21 May 2012 21:19:35 +0200
+
+exfat-utils (0.9.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version to 3.9.3 - no changes required.
+  * Remove config.log, in the clean target (via override dh_auto_clean).
+
+ -- Sven Hoexter <hoexter@debian.org>  Fri, 09 Mar 2012 21:19:25 +0100
+
+exfat-utils (0.9.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Sven Hoexter <hoexter@debian.org>  Sat, 14 Jan 2012 18:21:18 +0100
+
+exfat-utils (0.9.5-1) unstable; urgency=low
+
+  * Initial release. (Closes: #625611)
+
+ -- Sven Hoexter <hoexter@debian.org>  Mon, 02 Jan 2012 12:59:11 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..e1e0404
--- /dev/null
@@ -0,0 +1,22 @@
+Source: exfat-utils
+Section: otherosfs
+Priority: optional
+Maintainer: Sven Hoexter <hoexter@debian.org>
+Build-Depends: debhelper (>= 9), pkg-config, dh-autoreconf
+Standards-Version: 3.9.8
+Homepage: https://github.com/relan/exfat
+Vcs-Git: git://git.sven.stormbind.net/git/sven/exfat-utils.git
+Vcs-Browser: https://git.sven.stormbind.net/?p=sven/exfat-utils.git
+
+Package: exfat-utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: exfat-fuse
+Description: utilities to create, check, label and dump exFAT filesystem
+ Utilities to manage extended file allocation table filesystem.
+ This package provides tools to create, check and label the
+ filesystem. It contains
+  - dumpexfat to dump properties of the filesystem
+  - exfatfsck / fsck.exfat to report errors found on a exFAT filesystem
+  - exfatlabel to label a exFAT filesystem
+  - mkexfatfs / mkfs.exfat to create a exFAT filesystem.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..1f35e45
--- /dev/null
@@ -0,0 +1,35 @@
+This work was packaged for Debian by:
+    Sven Hoexter <sven@timegate.de> 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 <sven@timegate.de>
+
+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 (file)
index 0000000..cec628c
--- /dev/null
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/links b/debian/links
new file mode 100644 (file)
index 0000000..b8d123b
--- /dev/null
@@ -0,0 +1,4 @@
+sbin/exfatfsck sbin/fsck.exfat
+sbin/mkexfatfs sbin/mkfs.exfat
+usr/share/man/man8/exfatfsck.8.gz usr/share/man/man8/fsck.exfat.8.gz
+usr/share/man/man8/mkexfatfs.8.gz usr/share/man/man8/mkfs.exfat.8.gz
diff --git a/debian/manpages b/debian/manpages
new file mode 100644 (file)
index 0000000..d8cc60f
--- /dev/null
@@ -0,0 +1,4 @@
+dump/dumpexfat.8
+fsck/exfatfsck.8
+label/exfatlabel.8
+mkfs/mkexfatfs.8
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..dfe3dc1
--- /dev/null
@@ -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 autoreconf
+
+override_dh_auto_configure:
+       dh_auto_configure -- \
+               --sbindir=/sbin \
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..4c13118
--- /dev/null
@@ -0,0 +1,2 @@
+version=3
+https://github.com/relan/exfat/releases .*/exfat-utils-(\d\S*)\.tar\.gz
\ No newline at end of file