# HG changeset patch # User Augie Fackler # Date 2015-08-25 03:58:32 # Node ID e5f2a2a095cb1f623f4439c3e2183a901f7e6571 # Parent 01d8db874abf70ee01d6cc706e23d46c550101af builddeb: actually run make when building the deb (issue4778) As of this change, we no longer produce broken debs, but I've already got followups written that will produce much more standard-looking packages and test the resulting packages. diff --git a/contrib/builddeb b/contrib/builddeb --- a/contrib/builddeb +++ b/contrib/builddeb @@ -49,6 +49,7 @@ sed "s/__VERSION__/$version/" < $control mv $control.tmp $control if [ "$BUILD" ]; then + make PREFIX=$DEBBUILDDIR/usr install dpkg-deb --build $DEBBUILDDIR mv $DEBBUILDDIR.deb $DEBBUILDDIR/mercurial-$version-$release.deb if [ $? = 0 ]; then