From: stevenknight Date: Tue, 9 Oct 2001 02:53:01 +0000 (+0000) Subject: Make the Debian package build work. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8a74ac2e158b9eaf68bd0b3cbd854da354178f88;p=scons.git Make the Debian package build work. git-svn-id: http://scons.tigris.org/svn/scons/trunk@89 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/Construct b/Construct index 61a2f9b2..99326001 100644 --- a/Construct +++ b/Construct @@ -323,6 +323,8 @@ if ($dh_builddeb && $fakeroot){ "debian/python2-scons.postinst", "debian/python2-scons.prerm" ); + + chomp(@engine_files = `cat src/engine/MANIFEST`); chomp(@script_files = `cat src/script/MANIFEST`); @@ -333,7 +335,7 @@ if ($dh_builddeb && $fakeroot){ map("build/script/$_", @script_files), qq(rm -rf build/engine/build build/engine/dist rm -rf build/script/build build/script/dist - fakeroot debian/rules ENVOKED_BY_CONSTRUCT=1 binary + fakeroot make -f debian/rules ENVOKED_BY_CONSTRUCT=1 binary env DH_COMPAT=3 dh_clean )); }