]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/patches/08-dont-build-getkversion.patch
2a3d5c1ee0d5200da81445f9a4c378f4ef7c4c15
[nfs-utils.git] / debian / patches / 08-dont-build-getkversion.patch
1 diff -u nfs-utils-1.0.10/debian/changelog nfs-utils-1.0.10/debian/changelog
2 --- nfs-utils-1.0.10.orig/configure.in
3 +++ nfs-utils-1.0.10/configure.in
4 @@ -317,7 +317,6 @@
5         support/nfs/Makefile
6         tools/Makefile
7         tools/getiversion/Makefile
8 -       tools/getkversion/Makefile
9         tools/locktest/Makefile
10         tools/nlmtest/Makefile
11         tools/rpcdebug/Makefile
12 only in patch2:
13 unchanged:
14 --- nfs-utils-1.0.10.orig/tools/Makefile.am
15 +++ nfs-utils-1.0.10/tools/Makefile.am
16 @@ -1,5 +1,5 @@
17  ## Process this file with automake to produce Makefile.in
18  
19 -SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest
20 +SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest
21  
22  MAINTAINERCLEANFILES = Makefile.in
23 only in patch2:
24 unchanged:
25 --- nfs-utils-1.0.10.orig/tools/Makefile.in
26 +++ nfs-utils-1.0.10/tools/Makefile.in
27 @@ -207,7 +207,7 @@
28  statedir = @statedir@
29  sysconfdir = @sysconfdir@
30  target_alias = @target_alias@
31 -SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest
32 +SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest
33  MAINTAINERCLEANFILES = Makefile.in
34  all: all-recursive
35  
36 --- nfs-utils-1.0.10.orig/configure
37 +++ nfs-utils-1.0.10/configure
38 @@ -30603,7 +30672,7 @@
39  ACLOCAL_AMFLAGS="-I $ac_macro_dir \$(ACLOCAL_FLAGS)"
40  
41  
42 -ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/getiversion/Makefile tools/getkversion/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/nhfsstone/Makefile utils/rquotad/Makefile utils/showmount/Makefile utils/statd/Makefile"
43 +ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/getiversion/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/nhfsstone/Makefile utils/rquotad/Makefile utils/showmount/Makefile utils/statd/Makefile"
44  
45  cat >confcache <<\_ACEOF
46  # This file is a shell script that caches the results of configure
47 @@ -31225,7 +31294,6 @@
48      "support/nfs/Makefile") CONFIG_FILES="$CONFIG_FILES support/nfs/Makefile" ;;
49      "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
50      "tools/getiversion/Makefile") CONFIG_FILES="$CONFIG_FILES tools/getiversion/Makefile" ;;
51 -    "tools/getkversion/Makefile") CONFIG_FILES="$CONFIG_FILES tools/getkversion/Makefile" ;;
52      "tools/locktest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/locktest/Makefile" ;;
53      "tools/nlmtest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/nlmtest/Makefile" ;;
54      "tools/rpcdebug/Makefile") CONFIG_FILES="$CONFIG_FILES tools/rpcdebug/Makefile" ;;