]> git.sven.stormbind.net Git - sven/exfat-utils.git/commitdiff
Change to source format 3.0 quilt.
authorSven Hoexter <sven@stormbind.net>
Thu, 8 Oct 2015 12:34:35 +0000 (14:34 +0200)
committerSven Hoexter <sven@stormbind.net>
Thu, 8 Oct 2015 12:34:35 +0000 (14:34 +0200)
Add d/patches/kfreebsd-compat so we can build on GNU/kfreebsd.

debian/changelog
debian/patches/kfreebsd-compat [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]
debian/source/format

index f3c1bdcd5acc20254d75f46a351a4df1934e22dc..761eea003cc619d3d989841e14679fa88afe2100 100644 (file)
@@ -1,3 +1,10 @@
+exfat-utils (1.2.1-2) UNRELEASED; 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.
diff --git a/debian/patches/kfreebsd-compat b/debian/patches/kfreebsd-compat
new file mode 100644 (file)
index 0000000..c4f1cf1
--- /dev/null
@@ -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 <endian.h>
+ #include <byteswap.h>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..b7646da
--- /dev/null
@@ -0,0 +1 @@
+kfreebsd-compat
index d3827e75a5cadb9fe4a27e1cb9b6d192e7323120..163aaf8d82b6c54f23c45f32895dbdfdcc27b047 100644 (file)
@@ -1 +1 @@
-1.0
+3.0 (quilt)