]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blob - debian/patches/set-snapshot-version
Update debian/copyright. Drop year from my own copyright line.
[sven/fuse-exfat.git] / debian / patches / set-snapshot-version
1 Index: fuse-exfat/configure.ac
2 ===================================================================
3 --- fuse-exfat.orig/configure.ac
4 +++ fuse-exfat/configure.ac
5 @@ -21,7 +21,7 @@
6  #
7  
8  AC_INIT([Free exFAT implementation],
9 -       [1.3.0],
10 +       [1.3.0+git20220115],
11         [relan@users.noreply.github.com],
12         [exfat],
13         [https://github.com/relan/exfat])
14 @@ -48,10 +48,6 @@ esac
15  AC_CONFIG_HEADERS([libexfat/config.h])
16  AC_CONFIG_FILES([
17         libexfat/Makefile
18 -       dump/Makefile
19 -       fsck/Makefile
20         fuse/Makefile
21 -       label/Makefile
22 -       mkfs/Makefile
23         Makefile])
24  AC_OUTPUT
25 Index: fuse-exfat/Makefile.am
26 ===================================================================
27 --- fuse-exfat.orig/Makefile.am
28 +++ fuse-exfat/Makefile.am
29 @@ -20,4 +20,4 @@
30  #      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
31  #
32  
33 -SUBDIRS = libexfat dump fsck fuse label mkfs
34 +SUBDIRS = libexfat fuse