]> git.sven.stormbind.net Git - sven/fuse-exfat.git/commitdiff
Snapshot from upstream git repo at commit 11e4f032d1782a606e3b004c89990a72cadf91bf
authorSven Hoexter <sven@stormbind.net>
Sat, 15 Jan 2022 20:49:11 +0000 (21:49 +0100)
committerSven Hoexter <sven@stormbind.net>
Sat, 15 Jan 2022 20:52:46 +0000 (21:52 +0100)
debian/changelog
debian/patches/series [new file with mode: 0644]
debian/patches/set-snapshot-version [new file with mode: 0644]

index 2b435a2f58d4497459fecfa57ed93141f54c678a..81ee557364e60883a178c310fc51d79ca6c0dca9 100644 (file)
@@ -1,3 +1,10 @@
+fuse-exfat (1.3.0+git20220115-1) UNRELEASED; urgency=medium
+
+  * Snapshot from upstream git repo at commit
+    11e4f032d1782a606e3b004c89990a72cadf91bf
+
+ -- Sven Hoexter <hoexter@debian.org>  Sat, 15 Jan 2022 21:45:45 +0100
+
 fuse-exfat (1.3.0-2) unstable; urgency=medium
 
   * Drop "mount.exfat" symlink to the mount helper in the
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..ef6441c
--- /dev/null
@@ -0,0 +1 @@
+set-snapshot-version
diff --git a/debian/patches/set-snapshot-version b/debian/patches/set-snapshot-version
new file mode 100644 (file)
index 0000000..5d9d7be
--- /dev/null
@@ -0,0 +1,13 @@
+Index: fuse-exfat/configure.ac
+===================================================================
+--- fuse-exfat.orig/configure.ac
++++ fuse-exfat/configure.ac
+@@ -21,7 +21,7 @@
+ #
+ AC_INIT([Free exFAT implementation],
+-      [1.3.0],
++      [1.3.0+git20220115],
+       [relan@users.noreply.github.com],
+       [exfat],
+       [https://github.com/relan/exfat])