X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=blobdiff_plain;f=debian%2Fpatches%2Fset-snapshot-version;fp=debian%2Fpatches%2Fset-snapshot-version;h=0000000000000000000000000000000000000000;hp=c1f49d2293a805daa14d7e70fd14d7d0a198d312;hb=f6fb0fa56346cbf46619f01fe4020ad8194934d9;hpb=837be17a102c21865961e7a24380f7caec419642 diff --git a/debian/patches/set-snapshot-version b/debian/patches/set-snapshot-version deleted file mode 100644 index c1f49d2..0000000 --- a/debian/patches/set-snapshot-version +++ /dev/null @@ -1,34 +0,0 @@ -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]) -@@ -48,10 +48,6 @@ esac - AC_CONFIG_HEADERS([libexfat/config.h]) - AC_CONFIG_FILES([ - libexfat/Makefile -- dump/Makefile -- fsck/Makefile - fuse/Makefile -- label/Makefile -- mkfs/Makefile - Makefile]) - AC_OUTPUT -Index: fuse-exfat/Makefile.am -=================================================================== ---- fuse-exfat.orig/Makefile.am -+++ fuse-exfat/Makefile.am -@@ -20,4 +20,4 @@ - # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - # - --SUBDIRS = libexfat dump fsck fuse label mkfs -+SUBDIRS = libexfat fuse