X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2FautoMakefile.am.toplevel;h=8b72d471bad37b8d466749d08d1227c6bd66b983;hb=82a3a9d16c5a9c09255f43b324e160b79cb73e0d;hp=ab02af9d3623b1914711a0b8150834db7b5306bc;hpb=b635501547739ba4db2225e7263069a70d4a71cb;p=fs%2Flustre-release.git diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel index ab02af9..8b72d47 100644 --- a/build/autoMakefile.am.toplevel +++ b/build/autoMakefile.am.toplevel @@ -158,9 +158,6 @@ debs: if [ "$$lversion" != "$$cversion" ]; then \ echo -e "1i\nlustre ($$lversion-1) unstable; urgency=low\n\n * Automated changelog entry update\n\n -- Brian J. Murrell $$(date -R)\n\n.\nwq" | ed debian/changelog; \ fi; \ - if [ -d .git ]; then \ - build/extract_patches .; \ - fi rm -rf debs dpkg-buildpackage -I.git -I\*.out[0-9]\* -I\*.swp || { \ rc=$${PIPESTATUS[0]}; \