X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autoMakefile.am;h=0054f7272e0c77469ab9a1504d1dad785a9f81f5;hp=cd0fb11f42a7e112be0f008ecce867dbe73a6575;hb=f85f1cd257871a7a54600463a7f6f6ad1513f37e;hpb=f371db92ba89cb0a0d77e6bf8a55e2746e9014bb diff --git a/autoMakefile.am b/autoMakefile.am index cd0fb11..0054f72 100644 --- a/autoMakefile.am +++ b/autoMakefile.am @@ -175,7 +175,6 @@ srpm: @PACKAGE_TARNAME@.spec dist Makefile $(RPMBUILD) \ --define "_tmppath $$rpmbuilddir/TMP" \ --define "_topdir $$rpmbuilddir" \ - --define "build_src_rpm 1" \ --define "dist %{nil}" \ -ts $(distdir).tar.gz || exit 1; \ cp $$rpmbuilddir/SRPMS/$(distdir)-*.src.rpm $(top_srcdir) || exit 1; \ @@ -190,7 +189,7 @@ debs: undef.h 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; \ rm -rf debs - dpkg-buildpackage -I.git -I\*.out[0-9]\* -I\*.swp || { \ + dpkg-buildpackage -us -uc -I.git -I\*.out[0-9]\* -I\*.swp || { \ rc=$${PIPESTATUS[0]}; \ [ $${rc} -gt 1 ] && exit $${rc}; \ exit 0; \