From: Joey Hess Date: Mon, 20 Apr 2009 20:13:28 +0000 (-0400) Subject: update X-Git-Tag: 7.3.0~79 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b2eea9742fb1089d56d853996d4374f92739c51e;p=debhelper.git update --- diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index f1bc7a0..bd79628 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -279,4 +279,7 @@ A buildsystem class needs to inherit or define these methods: DESCRIPTION, check_auto_buildable, build, test, install, clean. See the comments inside Debian::Debhelper::Buildsystem for details. +Note that third-party buildsystems will not automatically be used by default, +but can be forced to be used via the --buildsystem parameter. + -- Joey Hess