X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autoMakefile.am;h=0f1424ba70b3ac7008d469a1207321f65205cbe0;hp=84c3eb11334c96bbb2e2dbe7dfcf5dbb5384b3a6;hb=ec94d6f77b61fe501c1ac8bb6256bd3caff23ad3;hpb=e1bf37870d8654d24a1e49a1822bb02aa97a6672 diff --git a/autoMakefile.am b/autoMakefile.am index 84c3eb1..0f1424b 100644 --- a/autoMakefile.am +++ b/autoMakefile.am @@ -1,15 +1,15 @@ SUBDIRS := @LDISKFS_SUBDIR@ \ . \ @LUSTREIOKIT_SUBDIR@ \ - @SNMP_SUBDIR@ \ libcfs \ + @SNMP_SUBDIR@ \ lnet \ lustre DIST_SUBDIRS := ldiskfs \ lustre-iokit \ - @SNMP_DIST_SUBDIR@ \ libcfs \ + @SNMP_DIST_SUBDIR@ \ lnet \ lustre \ config @@ -265,7 +265,7 @@ debs: undef.h cp debian/control.main $$debiantmp/control.main.bkp ; \ cp debian/control.modules.in $$debiantmp/control.modules.in.bkp ; \ sed -i "s+^\(Build-Depends: .*\)$$+\1, libkrb5-dev, libssl-dev+" debian/control.main ; \ - awk 'BEGIN{change=0} $$1 == "Package:" {if (($$2 == "lustre-client-utils") || ($$2 == "lustre-server-utils")) change=1; else change=0; fi } {if (($$1 == "Depends:") && change) print $$0 ", libgssapi-krb5-2, libkrb5-3, libssl1.1+"; else print; fi}' debian/control.main > $$debiantmp/control.main && mv $$debiantmp/control.main debian/control.main ; \ + awk 'BEGIN{change=0} $$1 == "Package:" {if (($$2 == "lustre-client-utils") || ($$2 == "lustre-server-utils")) change=1; else change=0; fi } {if (($$1 == "Depends:") && change) print $$0 ", libgssapi-krb5-2, libkrb5-3, libssl1.1"; else print; fi}' debian/control.main > $$debiantmp/control.main && mv $$debiantmp/control.main debian/control.main ; \ sed -i "s+^\(Build-Depends: .*\)$$+\1, libkrb5-dev, libssl-dev+" debian/control.modules.in ; \ elif test "x@ENABLE_GSS@" = "xno"; then \ export DEB_BUILD_PROFILES="$${DEB_BUILD_PROFILES} nogss"; \